3 Replies Latest reply on Jan 14, 2015 5:39 AM by sanjay05222

    JBPM web service task issue(CXF dynamic client)

    biswajit.sarkar

      I try to create a process in my jbpm 6.1 and that process have a "Web Service Task".

       

      In my web service wsdl the targetnamespace is like this "java:abc.test.apilink.logic.sessions.interfaces".

      after configure all it try to start my process but I'm getting the following exception...

       

      org.jbpm.bpmn2.handler.WorkItemHandlerRuntimeException: java.lang.SecurityException: Prohibited package name: java.abc_test_apilink_logic_sessions


      I know JBPM use internally CXF dynamic client to invoke web services "WebServiceWorkItemHandler".

      I understand this is a package issue.

      How do i specify the mapping between the targetnamespace and package name in jbpm.


      How can I fix this issue?