You can modify the set of packages exported by the platform for Java6 by editing the list in etc/config.properties .
Best, Andreas On Sep 3, 2010, at 9:00 PM, [email protected] wrote: > > > Gents, > > > > Currently we use a number of the JDK 6 and J2EE 6 javax packages. In the > bundles where these are used I am doing this: > > > > <Import-Package> > > javax.mail.*, > > javax.activation.* > > </Import-Package > > > > My assumption was that if a javax package is in JDK 6 or J2EE 6, Karaf would > be able to resolve these. However, it now appears Karaf cannot. Could > someone provide me with instructions on how to get Karaf to recognize JDK 6 > and J2EE 6 javax packages without creating a bundle of JDK 6 and J2EE 6 and > deploying them also within Karaf? > > > > v/r, > > > > Mike Van --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

