0 Replies Latest reply on Jul 15, 2009 3:57 PM by john234

    RestEasy Webservices are not Working when Application is configured for JBPM

    john234
      Hi All,

        I have a Requirement for JBPM. so i included JBPM Configuration in the web.xml and done all the necessary changes. because of this the Existing RestEasy services in the Application are not running.if i comment the JBPM configuraiton in Web,xml RestEasy services are working. i couldn't figure out  the Problem. please help me on this.


      RestEasy Configuration:
      <resteasy:application-config resource-path-prefix="/restv1">

      JBPM configuration:
      <bpm:jbpm>
              <bpm:process-definitions>
                   <value>todo.jpdl.xml</value> 
                   <value>ordermanagement.jpdl.xml</value>   
              </bpm:process-definitions>
      </bpm:jbpm>

      please provide some help