When I deploy the ode examples in 3.1.1 the deployment fails with the following exception:
Loading Apache ServiceMix from servicemix.xml on the CLASSPATH INFO - ConnectorServerFactoryBean - JMX connector available at: service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi INFO - JBIContainer - ServiceMix 3.1.1-incubating JBI Container (ServiceMix) is starting INFO - JBIContainer - For help or more informations please see: http://incubator.apache.org/servicemix/ INFO - ComponentMBeanImpl - Initializing component: #SubscriptionManager# INFO - DeploymentService - Restoring service assemblies INFO - AutoDeploymentService - Directory: install: Archive changed: processing ode-jbi-1.0-incubating.zip ... INFO - JBIContainer - ServiceMix JBI Container (ServiceMix) started INFO - ComponentMBeanImpl - Starting component: OdeBpelEngine INFO - ComponentMBeanImpl - Initializing component: OdeBpelEngine INFO - JDBCAdapterFactory - Database driver recognized: [apache_derby_embedded_jdbc_driver] INFO - QuartzScheduler - Quartz Scheduler v.1.5.2 created. INFO - Runtime - Starting OpenJPA 0.9.7-incubating INFO - LogTask - log4j system reconfigured INFO - JDBC - OpenJPA will now connect to the database to attempt to determine what type of database dictionary to use. To prevent this connection in the future, set your openjpa.jdbc.DBDictionaryconfiguration property to the appropriate value for your database (see the documentation for available values). INFO - JDBC - Using dictionary class " org.apache.openjpa.jdbc.sql.DerbyDictionary" (Apache Derby 10.2.1.6 - (452058) ,Apache Derby Embedded JDBC Driver 10.2.1.6 - (452058)). INFO - QuartzScheduler - Scheduler ODE_$_hqejbhcnphr2ekqsrp8qpo started. INFO - AutoDeploymentService - Directory: install: Finished installation of archive: ode-jbi-1.0-incubating.zip INFO - AutoDeploymentService - Directory: install: Archive changed: processing servicemix-shared-3.1.1-incubating-installer.zip ... INFO - AutoDeploymentService - Directory: install: Finished installation of archive: servicemix-shared-3.1.1-incubating-installer.zip INFO - AutoDeploymentService - Directory: install: Archive changed: processing servicemix-http-3.1.1-incubating-installer.zip ... INFO - jetty - Logging to [EMAIL PROTECTED] via org.apache.servicemix.http.jetty.JCLLogger INFO - ComponentMBeanImpl - Starting component: servicemix-http INFO - ComponentMBeanImpl - Initializing component: servicemix-http INFO - AutoDeploymentService - Directory: install: Finished installation of archive: servicemix-http-3.1.1-incubating-installer.zip INFO - AutoDeploymentService - Directory: deploy: Archive changed: processing HelloWorld2-sa.zip ... Exception in thread "Timer-4" java.lang.NoClassDefFoundError: org/apache/xml/serializer/TreeWalker at org.apache.xalan.processor.TransformerFactoryImpl.newTransformer( TransformerFactoryImpl.java:821) at org.apache.servicemix.jbi.util.DOMUtil.asIndentedXML(DOMUtil.java :106) at org.apache.servicemix.jbi.framework.ManagementSupport.createFrameworkMessage (ManagementSupport.java:172) at org.apache.servicemix.jbi.framework.ManagementSupport.createSuccessMessage( ManagementSupport.java:141) at org.apache.servicemix.jbi.framework.ManagementSupport.createSuccessMessage( ManagementSupport.java:129) at org.apache.servicemix.jbi.framework.DeploymentService.deployServiceAssembly( DeploymentService.java:575) at org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive( AutoDeploymentService.java:335) at org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDirectory( AutoDeploymentService.java:646) at org.apache.servicemix.jbi.framework.AutoDeploymentService.access$200( AutoDeploymentService.java:62) at org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run( AutoDeploymentService.java:609) at java.util.TimerThread.mainLoop(Timer.java:512) at java.util.TimerThread.run(Timer.java:462) -------------------------- Contents of install: servicemix311]$ ls install/ ode-jbi-1.0-incubating.zip README.txt servicemix-http-3.1.1-incubating-installer.zip servicemix-shared-3.1.1-incubating-installer.zip Thanks, Dan
