hi,

i was having trouble starting up servicemix-3.0-snapshot (bean named
'jbi' could not be found). this patch to maven.xml seems to have
solved the problem (i.e. the xbean configuration was being generated
with the old namespace).

cheers,
j.

Index: C:/dev/servicemix-3.0/servicemix-core/maven.xml
===================================================================
--- C:/dev/servicemix-3.0/servicemix-core/maven.xml     (revision 369783)
+++ C:/dev/servicemix-3.0/servicemix-core/maven.xml     (working copy)
@@ -51,7 +51,7 @@
     </taskdef>

     <xsdGenerate
destFile="${basedir}/target/servicemix-${pom.currentVersion}.xsd"
-                 namespace="http://servicemix.org/config/1.0";
+                 namespace="http://servicemix.apache.org/config/1.0";
                 classpathref="test.classpath" srcdir="${basedir}/src/main/java"
                 metaInfDir="${basedir}/target/generated/"/>

Reply via email to