The features pom.xml needs a minor update to pick up a new version of
pax logging.
The property pax.logging.version in the features pom is currently
1.1-SNAPSHOT but should be 1.1.0.
-Mike
P.S. Without the fix suggested above, here's what I see...
C:\Dev\SMX4\features\trunk\assembly\target\apache-servicemix-4.0-m2-SNAP
SHOT>bin\servicemix
Bundle listed in startup.properties configuration not found:
pax-logging-api-1.1-SNAPSHOT.jar
ERROR: Error starting
file:/C:/Dev/SMX4/features/trunk/assembly/target/apache-servicemix-4.0-m
2-SNAPSHOT/system/org.apache.service
mix.kernel.filemonitor-1.0-m3-SNAPSHOT.jar
(org.osgi.framework.BundleException: Unresolved package in bundle 76:
package; (package
=org.apache.commons.logging))
org.osgi.framework.BundleException: Unresolved package in bundle 76:
package; (package=org.apache.commons.logging)
at
org.apache.felix.framework.Felix._resolveBundle(Felix.java:1711)
at
org.apache.felix.framework.Felix._startBundle(Felix.java:1579)
at org.apache.felix.framework.Felix.startBundle(Felix.java:1532)
...