Hi!

I try to get the newest BPEL stuff working. I downloaded JBoss AS 4.2.0GA and 
jbpm-bpel 1.1.GA. I installed jwsdp-2.0 without container.

Afterwords I deployed the bpel ear, works fine and I see the webconsole. When I 
want to deploy the hello example I get an exception:


  | 11:32:09,906 ERROR [[deploymentServlet]] Servlet.service() for servlet 
deploymentServlet threw exception
  | java.lang.NullPointerException
  |     at org.jbpm.bpel.tools.WscompileTool.getLocation(WscompileTool.java:240)
  |     at 
org.jbpm.bpel.tools.WscompileTool.formatClasspath(WscompileTool.java:227)
  |     at 
org.jbpm.bpel.tools.WscompileTool.callWscompile(WscompileTool.java:197)
  |     at 
org.jbpm.bpel.tools.WscompileTool.generateJavaMappingImpl(WscompileTool.java:156)
  |     at 
org.jbpm.bpel.tools.WscompileTool.generateJavaMapping(WscompileTool.java:143)
  |     at 
org.jbpm.bpel.tools.WebModuleBuilder.callJavaMappingTool(WebModuleBuilder.java:264)
  |     at 
org.jbpm.bpel.tools.WebModuleBuilder.buildModuleImpl(WebModuleBuilder.java:102)
  |     at 
org.jbpm.bpel.tools.WebModuleBuilder.buildModule(WebModuleBuilder.java:84)
  |     at 
org.jbpm.bpel.web.DeploymentServlet.deployWebModule(DeploymentServlet.java:205)
  | 

I debugged and see the problem: class.getProtectionDomain().getCodeSource() is 
null for javax.xml.soap.SOAPMessage!

What's the problem here? I am a bit suck so a small hint would be perfect!

Thanks
Bernd

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122556
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to