On Sun, Feb 21, 2010 at 7:48 PM, Karl Pauls <[email protected]> wrote: >> (org.osgi.framework.BundleException: Unresolved constraint in bundle >> maestro_SOAFw_WebServices [117]: package; >> (&(package=javax.xml.datatype)(version>=1.4.0))) > > And provided is: > >> If we check what is exported by the bundle 0 (=jre) of Felix, we see >> that datatype is exported : >> >> System Bundle (0): javax.xml.datatype; version=0.0.0 >> >> Can someone tell me what is wrong ?
What's your felix/jre version? I run 2.0.0 on jdk 1.6 and command "headers 0" show javax.xml.datatype; version="1.6.0" Your "headers 0" output may help to diagnose. -Guo --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

