I'm getting an error while starting
JBoss 4.2.3 and am not sure how to troubleshoot from here. Any help would be greatly appreciated.
Jboss 4.2.3 on Mac OS X 10.5 using
Java 1.5. I've included Jbossws-native as well.
I have run Jboss successfully with my ear file deployed in server/default
My application requires javax.xml.rpc.Service. Under JBoss 4.2.0, I used axis11.jar, but I'm not having luck deploying that under JBoss 4.2.3, and from a Google search it appears I should move to JBossWS.
So, I included jboss-jaxrpc.jar which includes the class I need. Then I started getting subsequent NoClassDefFoundErrors. I also included jboss-commons.jar
My classpath is listed below.
The error I'm at now is listed in the stacktrace below. Note that it doesn't tell me what class it's not finding.