Hi Mark, Do you explicitly need JavaMail, or do you just want to send mail from Java? If you don't need JavaMail, there's a component in Amdatu that offers this. It supports both smtp and AWS SES. http://amdatu.org/components/email.html <http://amdatu.org/components/email.html>
Cheers, Paul > On 07 Mar 2016, at 08:16, Frank Langel <[email protected]> wrote: > > Neil, > > I shouldn’t have misquoted you. The statements from you book where > incorrectly summarized by me. I realized that when pressing send button. > > Sorry > Frank > > > > > On 3/7/16, 8:14 AM, "Neil Bartlett" <[email protected]> wrote: > >> Hi Frank, >> >> I don't say Karaf is bloated as such. It's much better than the old JavaEE >> app servers. >> >> It's just that I have never seen a good reason to use it instead of plain >> OSGi. >> >> Regards, Neil. >> On 7 Mar 2016 08:02, "Frank Langel" <[email protected]> wrote: >> >>> Well, >>> >>> Karaf is a strange journey. Some people like it, some don’t. >>> I am more in the Neil Bartlett kind of Apache Felix camp who thinks Karaf >>> too bloated. >>> >>> I discovered Hana is using Eclipse Equinox, so I need to get familiar with >>> that. >>> >>> Let me know if you need help with the javamail, should be easy sailing >>> though. >>> Frank >>> >>> >>> From: Mark Derricutt >>> Reply-To: <[email protected]> >>> Date: Monday, March 7, 2016 at 1:26 AM >>> To: <[email protected]> >>> Subject: Re: Felix and JavaMail >>> >>> On 7 Mar 2016, at 10:32, Frank Langel wrote: >>> >>> I never had any issues sending mail. What exactly is your issue? >>> >>> Looks like Karaf already ships with javamail so it looks like it was more >>> an issue with using the <packaging>kar</packaging> lifecycle and some extra >>> strict checking of dependencies. >>> >>> I'm working thru migrating a project deployed via a rather ancient version >>> of karaf so I think it's more just a matter of working out the build >>> process to package things up. Sending email from the application in >>> question is already working fine. >>> >>> Mark >>> >>> -- >>> Mark Derricutt >>> http://www.theoryinpractice.net >>> http://www.chaliceofblood.net >>> http://plus.google.com/+MarkDerricutt >>> http://twitter.com/talios >>> http://facebook.com/mderricutt >>> >>> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >

