I just built the feature's project (on Windows XP with Java 5) so I
could run the CXF demo, but the resulting package will not run. When I
try running bin\servicemix I get the following:
Bundle listed in startup.properties configuration not found:
pax-logging-api-1.1-SNAPSHOT.jar
Bundle listed in startup.properties configuration not found:
pax-logging-service-1.1-SNAPSHOT.jar
Then I get a major core dump.
I had to change the version of the kernel in both the features POM and
the specs POM from m3-1.0-SNAPSHOT to m3-1.0 to get everything to build.
Any ideas?