- 
        1. Re: Release RiftSaw-2.0-RC1steeqs4 Dec 18, 2009 9:38 AM (in response to kurtstam)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/AnnotationProcessor09: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-RC1kurtstam Dec 18, 2009 10:02 AM (in response to steeqs4)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 
 
    