Hi,
My goal is to call a function within a webservice I?ve got (I know that the WS 
used Axis). The calling is done from my ejb code.
The web service I have and use is a jar file (apparently only the service 
interface). I put the jar near my ear J2EE module and deploy the application 
into JBoss. While trying to instantiate the ServiceLocator 
classxxxServiceLocator locator = new xxxServiceLocator() it seems that the 
application doesn't find the interface service class: java.rmi.ServerError: 
Unexpected Error; nested exception is: java.lang.NoClassDefFoundError.
I found that the only way to make it works is to copy the thirdPartyWS.jar into 
{JBOSS}/server/default/lib folder. Writing the file into manifest.mf file (in 
EJB module and/or EAR module) doesn't help.
Did i miss something? What should I do?

I am using MyEclipse 4.1.1, JBoss 403sp1.


Thanks!!!
Simon.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934238#3934238

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934238


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to