Hi MyEclipse Folks,
I have a common web-project WAR that includes PROTOCOL INTERFACE files and a couple of Java classes.
When another WAR is attempted to be deployed with classes that make reference to implements com.utility.MyProtocol, that PROTOCOL file is not being located and I’m seeing the error:
ERROR [MainDeployer] Could not create deployment: file:/Developer/JBOSS/server/default/deploy/MyWeb.war/
java.lang.NoClassDefFoundError: com/utility/MyProtocol
Although the WAR project is included as a dependent-project property, I cannot seem to connect the dots to this file.
The Java compiler has no problem with the reference. It appears that it’s JBoss which doesn’t know what to do. Is there an XDoclet reference needed to be added? I tried adding a @jboss.depends but that didn’t help.
Any ideas?
Thanks!
Lance Drake[/b]