Shantanu Raghav [http://community.jboss.org/people/shnatanu] created the 
discussion

"Apache CXF deployment on Jboss"

To view the discussion, visit: http://community.jboss.org/message/562948#562948

--------------------------------------------------------------
     Hello
I have been trying to deploy a CXF Web Service on Jboss 6 M4. It works fine on 
tomcat. To deploy on jboss i created a war of the service and pasted it in the 
deploy directory of jboss. However that has been giving errors:


DEPLOYMENTS IN ERROR:
  Deployment 
"vfs:///Users/shivankarraghav/Desktop/PicketLink/jboss-6.0.0.20100721-M4/server/default/deploy/CXFHello.war"
 is in error due to the following reason(s): java.lang.ClassNotFoundException: 
1.0.com.sun.codemodel.JConditional
 
at 
org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:1228)
 [:2.2.0.Alpha6]
at 
org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:905)
 [:2.2.0.Alpha6]
 
DEPLOYMENTS IN ERROR:
  Deployment 
"vfs:///Users/shantanuraghav/Desktop/PicketLink/jboss-6.0.0.20100721-M4/server/default/deploy/CXFHello.war"
 is in error due to the following reason(s): java.lang.ClassNotFoundException: 
1.0.com.sun.codemodel.JConditional

 at 
org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:1228)
 [:2.2.0.Alpha6]
 at 
org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:905)
 [:2.2.0.Alpha6]
 
 
While creating the war file I included all the required jars (that were in 
apache-cxf/lib and apache-cxf/modules) in the WEB-INF/lib directory. I have 
been stuck on this for a while ..any help would be appreciated ..
 
Thanks
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/562948#562948]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to