1 2 Previous Next 17 Replies Latest reply on Aug 23, 2007 12:40 PM by darek_p Go to original post
      • 15. Re: Problems with quickstart webservice_bpel
        darek_p

        Hi Tom

        I have found the solution. I have noticed the following line in the erver.log:
        .....
        Caused by: org.jboss.soa.esb.listeners.gateway.GatewayException: Directory C:\ae-demo\orders not found
        ...

        When I created this catalog the deployment on JBoss went smoothly. Actually it is not written explicitly, that one should create this catalog. The deployment script could do it automatically.

        This time the deployment on Tomcat failed:

        08/23/2007 04:20:14:411 [order_process.bpr] META-INF\pdd\OrderManagement\OrderProcess.pdd: cvc-elt.1: Cannot find the declaration of element 'process'.
        08/23/2007 04:20:14:411 [order_process.bpr] WARNING: No wsdlCatalog.xml file found in /C:/Programme/Apache Software Foundation/Tomcat 5.5/bpr/order_process.bpr
        08/23/2007 04:20:14:645 [order_process.bpr] Unable to extract services from wsdl refs listed in META-INF\pdd\OrderManagement\OrderProcess.pdd.

        Any idea about this error?

        Darek

        • 16. Re: Problems with quickstart webservice_bpel
          tfennelly

          This looks like it might be an issue with the Version of the ActiveBPEL engine. The BPEL processes in that quickstart are pre-assembled for v3.1 of the engine. I've updated the readme to this effect. This is what I added:

          The ActiveBPEL Engine (v3.1) must now be installed on an instance of Tomcat on your system. The processes in this Quickstart are pre-built to run on version 3.1 of the ActiveBPEl Engine. If you are running on a newer version of the ActiveBPEL Engine, you may need to redeploy these processes. Version 3.1 of the ActiveBpel Engine can be downloaded from:
          http://www.active-endpoints.com/active-bpel-engine-download.htm#final31


          • 17. Re: Problems with quickstart webservice_bpel
            darek_p

            Exactly! I have tested the complete example once again but this time on version 4.0 of ActiveBPEL and it works.

            Thanks a lot for the support.

            Darek

            1 2 Previous Next