Here is my setup, I have a j2ee project with an ejb module, the ejb references the java project, and I have the “Jar dependent Java project” settings enabled for “Dependent Java Project deployment policy”, when I depoy to JBoss 4.0.2, I do see the dependent java project as jar file in lowercase, but the deploy fails with this:
15:41:50,187 WARN [EJBDeployer] Verify failed; continuing
java.lang.NoClassDefFoundError: com/ltg/transformation/CDSWrapper/LoanWrapper
the above class exists in java project, and the ejb manifest file has this jar file in the classpath.