RE: javax.mail bundle won't resolve under Java 8

2020-06-03 Thread Leschke, Scott
> Subject: Re: javax.mail bundle won't resolve under Java 8 Hí, In my case I have to add javax.activation in config.properties to get mail working, just like this: Edit etc/config.properties and add javax.activation in the org.osgi.framework.system.packages.extra <> # # Extra

Re: javax.mail bundle won't resolve under Java 8

2020-06-02 Thread Jean-Baptiste Onofre
Hi Scott, The missing part is javax.activation. Maybe you removed spec/lib or change the JDK ? Regards JB > Le 2 juin 2020 à 21:55, Leschke, Scott a écrit : > > Question. What change in my environment could cause a bundle to fail to > resolve? I’ve been using bundle javax.mail-1.5.6.jar

RE: javax.mail bundle won't resolve under Java 8

2020-06-02 Thread Leschke, Scott
I’ve never had to do that before but I’ll give it a try. Thanks so much. Any other suggestions / thoughts? From: Davi Baldin Tavares Sent: Tuesday, June 02, 2020 6:08 PM To: user@karaf.apache.org Subject: Re: javax.mail bundle won't resolve under Java 8 Hí, In my case I have to add

Re: javax.mail bundle won't resolve under Java 8

2020-06-02 Thread Davi Baldin Tavares
Hí, In my case I have to add javax.activation in config.properties to get mail working, just like this: Edit etc/config.properties and add javax.activation in the org.osgi.framework.system.packages.extra <> # # Extra packages appended after standard packages #