Hide Forgot
project_key: SOA Using schema tool moves org.jboss.internal.soa.esb.dependencies.DatabaseInitializer from deploy/jbossesb-registry.sar/juddi-ds.xml into deploy/jbossesb-registry.sar/META-INF/juddi-service.xml which causes deployment error while deploying BPELEngine. If org.jboss.internal.soa.esb.dependencies.DatabaseInitializer is in old place (properly configured for selected db), deployment is ok.
Attachment: Added: server.log
Link: Added: This issue is related to SOA-2212
Updated schema tool build.xml and juddi-service.xml attached. Please replace the files in .../tools/schema with these. The attached build.xml does not create a separate .../deploy/jbossesb-registry.sar/META-INF/juddi-service.xml but merges the new prototype juddi-service.xml into .../deploy/jbossesb-registry.sar/juddi-ds.xml Having the separate file may be causing problems similar to those in JBESB-3395 and JBAS-7438.
Attachment: Added: build.xml Attachment: Added: juddi-service.xml
Tested and working properly.
Resolved with revision 6486 of: build-tools/schema-tool/juddi-service.xml build-tools/schema-tool/build.xml Commit message: SOA-2212 SOA-2267 In build.xml, do not create a separate: .../deploy/jbossesb-registry.sar/META-INF/juddi-service.xml file but merge in the contents of the schema tool juddi-service.xml to: .../deploy/jbossesb-registry.sar/juddi-ds.xml The schema tool juddi-service.xml now only contains the mbean template and is no longer a complete XML file. Tested by Jiri Sedlacek.
verified in 5.1.0.ER3
Temporarily reopening to update release note info.
Release Notes Docs Status: Added: Documented as Resolved Issue Writer: Added: dlesage Release Notes Text: Added: https://issues.jboss.org/browse/SOA-2267 Using the Schema Tool to move org.jboss.internal.soa.esb.dependencies.DatabaseInitializer from deploy/jbossesb-registry.sar/juddi-ds.xml into deploy/jbossesb-registry.sar/META-INF/juddi-service.xml caused an error when the user deployed the BPEL engine. To fix this problem, a new build.xml file has been supplied. This file does not create a separate /deploy/jbossesb-registry.sar/META-INF/juddi-service.xml file but merges the new prototype juddi-service.xml into /deploy/jbossesb-registry.sar/juddi-ds.xml. As a result, uers can now deploy the BPEL engine after having run the Schema Tool.