Neil Bartlett wrote > Yes I'm aware that there are sometimes problems, that's why I said > that "in general" you don't need to worry. There are times when one > doesn't need to worry, but I'd like to know more specific's about OP's > scenario.
Hi Neil, We work with embedded devices that have an older version of JamVM installed on them. We found a bug in the package javax.xml.datatype which prevented us from running our software. Since we can not modify the existing libraries we decided to cover the javax.xml.datatype with our own bundle. So we have a bundle that exports the package and we'd like to use it. At the moment, we specified the version of the packages to force our software to using our bundle. Regards, Mateusz -- View this message in context: http://apache-felix.18485.x6.nabble.com/Specify-packages-that-should-not-be-exported-by-Felix-framework-tp5004647p5004679.html Sent from the Apache Felix - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

