I'm experiencing a strange problem where Eclipse can't find JAXB generated classes when debugging on JBoss.
Here the steps that lead to the obstacle.
When I don't start JBoss in debug mode, everything works fine.
I suspect that the problem lies in the interplay of Eclipse and the JAXB generated classes. I'm using Eclipse Indigo and the m2eclipse plugin.
Using the JBossAS Tools, creating a new server from this plugin and deploying my .war
exploded has somehow mitigated this problem.