I tried to look back at messages that could help me, but could not find.
I am using the ear for a JBoss4 server and I am having this problem since I added a new project.
This new project is defined as a Java project in eclipse, and the EAR project has an EJB project, which has a new Java project as one of the projects, because it depends on it - if it is deployed to JBoss locally through eclipse, there are no problems and everything goes smoothly
But when deploying to JBoss in a test environment (outside of eclipse), getting java.lang.NoClassDefFoundError on one of the classes defined in the new Java project continued.
I looked into the EAR file to get to the jar (EJB project), and then inside the jar, I see the directory structure and all the class files from the new Java project - that is. The class he complains about is right inside the EAR-> JAR and matches the exact structure he is looking for.
I'm lost, what else can I look at.
Any pointers are welcome!
thanks
java classnotfoundexception jboss
TS-
source share