2 Replies Latest reply on Dec 18, 2009 10:02 AM by kurtstam

    Release RiftSaw-2.0-RC1

    kurtstam
      Release Candidate 1 has landed. All targeted features have been implemented and we were able to port lots of examples from the jBPM BPEL project. Note that this release is tested to run on the combination of JDK-1.6, JBAS-5.1 and JBossESB-4.7 only. This release supports any JAX-WS compliant WS stack, but at this time we could only test running with JBossWS (the default WS provider in JBAS-5.1). You can download the release from here.
        • 1. Re: Release RiftSaw-2.0-RC1
          steeqs4

          I had some troubles getting it started - required installation of commons-configuration-1.6.jar and juddi-client-3.0.0.jar into the deploy/riftsaw.sar/lib directory.

           

          09:35:06,702 ERROR [AbstractKernelController] Error installing to Start: name=BPELEngine state=Create
          java.lang.NoClassDefFoundError: org/apache/juddi/v3/annotations/AnnotationProcessor

           

           

          09:37:12,327 ERROR [AbstractKernelController] Error installing to Start: name=BPELEngine state=Create
          java.lang.NoClassDefFoundError: org/apache/commons/configuration/ConfigurationException
                  at org.jboss.soa.bpel.runtime.ws.EndpointManager.<init>(EndpointManager.java:84)

          • 2. Re: Release RiftSaw-2.0-RC1
            kurtstam

            Hi Martin,

             

            It cannot find the UDDI Registry package. This would happen if you don't have the JBossESB installed, since in that case you don't have jUDDIv3 installed either. So just set bpel.uddi.registration=false. You can find this property in the riftsaw.sar/bpel.property file.

             

            --Kurt