[jboss-dev-forums] [Design of Kosmos] - Re: Kosmos Jira Authentication using Soap
aron.gombas
do-not-reply at jboss.com
Fri Jul 14 04:00:52 EDT 2006
As you see Axis couldn't initialize itself to connect to the SOAP service:
| ava.lang.NoClassDefFoundError: javax/xml/soap/SOAPException
| at org.apache.axis.configuration.FileProvider.configureEngine(FileProvider.java:179)
| at org.apache.axis.AxisEngine.init(AxisEngine.java:172)
| at org.apache.axis.AxisEngine.(AxisEngine.java:156)
| at org.apache.axis.client.AxisClient.(AxisClient.java:52)
| at org.apache.axis.client.Service.getAxisClient(Service.java:104)
|
That class is missing from your classpath.
Please check all your libs (JAR files) in your container and add the missing one (this is "jboss-saaj.jar" for JBoss Portal and maybe "saaj.jar" for other containers).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957990#3957990
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957990
More information about the jboss-dev-forums
mailing list