0 Replies Latest reply on Apr 27, 2009 1:48 AM by rajani1980

    jbossesb-server-4.5.GA not able to deploy Jbpm.esb after add

      hi,

      I have a processDefination in jbossesb-server-4.5.GA deployed. Now I want to access this from my rmi remote client. Firstly, it was not assessible from remote client. Then I found after googling, I found that adding

      <use-java-context>false</use-java-context> in the jbpm-ds.xml will enable to look up from outside the jboss VM.

      After adding this. My service look up is working, but the jboss esb server is giving errors for deploying the jbpm.esb:

      Could not find datasource: java:/JbpmDS
      javax.naming.NameNotFoundException: JbpmDS not bound

      and my http://localhost:8080/jbpm-console/ is not coming up.

      How can solve this problem.