Re: Apache TomEE 1.7.0 Release

2014-08-15 Thread Anthony Fryer
great work! -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Apache-TomEE-1-7-0-Release-tp4671162p4671201.html Sent from the TomEE Users mailing list archive at Nabble.com.

Re: TomEE 1.7.0 Release: xbean error caused by NoClassDefFoundError: org/apache/geronimo/osgi/locator/ProviderLocator

2014-08-15 Thread Romain Manni-Bucau
About this particular issue it affects geronimo jacc, geronimo validation etcnot sure if we fix it or remove osgi integration from javamail and add back the osgi link in tomee Le 15 août 2014 22:12, "Hendrik Dev" a écrit : > Regarding geronimo javamail: > > I am on it. Currently i am developi

Re: TomEE 1.7.0 release issue?

2014-08-15 Thread Romain Manni-Bucau
Please do Le 15 août 2014 20:08, "hwaastad" a écrit : > Hi, > I've been running my project fine using tomee-maven-plugin and the > 1.7.0-snapshot > > Today I tried the release source and somethings happening. > > I have an ejb running and webclient call. > > I get: > > java.lang.RuntimeException:

Re: TomEE 1.7.0 Release: xbean error caused by NoClassDefFoundError: org/apache/geronimo/osgi/locator/ProviderLocator

2014-08-15 Thread Hendrik Dev
Regarding geronimo javamail: I am on it. Currently i am developing a greenmail replacement to have a reliable testframework (will donate if ready). I am also reviewing the current 1.4 code to fix things for the upcoming geronimo-javamail 1.5 (part of JEE7) release and write a lot of new testcases.

Re: TomEE 1.7.0 Release: xbean error caused by NoClassDefFoundError: org/apache/geronimo/osgi/locator/ProviderLocator

2014-08-15 Thread Howard W. Smith, Jr.
Okay, thanks Bjorn for letting me know that about Sun/Oracle javamail in the WAR. On Fri, Aug 15, 2014 at 3:39 PM, Bjorn Danielsson < bjorn-apa...@lists.cuspycode.com> wrote: > Hi Howard, > > Adding the Sun/Oracle javamail to the WAR works for my app in 1.7.0. > > I gave up trying to make Geron

Re: TomEE 1.7.0 Release: xbean error caused by NoClassDefFoundError: org/apache/geronimo/osgi/locator/ProviderLocator

2014-08-15 Thread Howard W. Smith, Jr.
Okay, well, I deployed TomEE+ 1.7.0 to production server as per all discussed here, and I don't see the following exception: Problem while registering MBean: java.lang.NullPointerException Not using geronimo-osgi-registry-1.1.jar on production server. I'm good, now, thanks Romain. On Fri, Aug

Re: TomEE 1.7.0 Release: xbean error caused by NoClassDefFoundError: org/apache/geronimo/osgi/locator/ProviderLocator

2014-08-15 Thread Bjorn Danielsson
Hi Howard, Adding the Sun/Oracle javamail to the WAR works for my app in 1.7.0. I gave up trying to make Geronimo Javamail work a long time ago, it was clearly broken and there was no one who could fix it. -- Bjorn Danielsson Cuspy Code AB "Howard W. Smith, Jr." wrote: > okay, when i use (to

Re: TomEE 1.7.0 Release: xbean error caused by NoClassDefFoundError: org/apache/geronimo/osgi/locator/ProviderLocator

2014-08-15 Thread Howard W. Smith, Jr.
I added geronimo-osgi-registry-1.1.jar , but [EL Warning]: 2014-08-15 13:52:45.914--ServerSession(2077670077)--Problem while registering MBean: java.lang.NullPointerException still s

TomEE 1.7.0 release issue?

2014-08-15 Thread hwaastad
Hi, I've been running my project fine using tomee-maven-plugin and the 1.7.0-snapshot Today I tried the release source and somethings happening. I have an ejb running and webclient call. I get: java.lang.RuntimeException: java.lang.NullPointerException at org.apache.cxf.jaxrs.client.JAX

Re: TomEE 1.7.0 Release: xbean error caused by NoClassDefFoundError: org/apache/geronimo/osgi/locator/ProviderLocator

2014-08-15 Thread Romain Manni-Bucau
I think it is not linked but without more info no idea to be honest. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-08-15 19:57 GMT+02:00 Howard W. Smith, Jr. : > okay,

Re: TomEE 1.7.0 Release: xbean error caused by NoClassDefFoundError: org/apache/geronimo/osgi/locator/ProviderLocator

2014-08-15 Thread Howard W. Smith, Jr.
okay, see below: 1. added geronimo-osgi-locator/1.1/geronimo-osgi-locator-1.1.jar to tomee/lib 2. removed geronimo-javamail_1.4_mail-1.8.3.jar from tomee/lib 3. added [Oracle] javax.ma

Re: TomEE 1.7.0 Release: xbean error caused by NoClassDefFoundError: org/apache/geronimo/osgi/locator/ProviderLocator

2014-08-15 Thread Romain Manni-Bucau
Just replace geronimo javamail by http://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo-osgi-locator/1.1/geronimo-osgi-locator-1.1.jar and maybe http://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo-osgi-registry/1.1/geronimo-osgi-registry-1.1.jar + mail.jar you want Romain

Re: TomEE 1.7.0 Release: xbean error caused by NoClassDefFoundError: org/apache/geronimo/osgi/locator/ProviderLocator

2014-08-15 Thread Howard W. Smith, Jr.
okay, when i use (tomee 1.7.0) geronimo-javamail_1.4_mail-1.8.3.jar, my app still has javamail sendmail issues. see exception below. next, I'll try to add Sun/Oracle's javamail to my WAR. I hope that resolves the stacktrace issue below and allows me to use tomee 1.7.0. otherwise, i will just have t

Re: TomEE 1.7.0 Release: xbean error caused by NoClassDefFoundError: org/apache/geronimo/osgi/locator/ProviderLocator

2014-08-15 Thread Romain Manni-Bucau
you can also just add geronimo osgi locator jar. That said if we don't run without geronimo javamail there is a (known) bug Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 20

Re: TomEE 1.7.0 Release: xbean error caused by NoClassDefFoundError: org/apache/geronimo/osgi/locator/ProviderLocator

2014-08-15 Thread Howard W. Smith, Jr.
I solved the error by adding geronimo-javamail_1.4_mail-1.8.3.jar to tomee/lib. I do not like using this JAR, because of javamail sendmail issues that I have experienced with TomEE 1.5.x and 1.6.x. Now, TomEE 1.7.0 requires geronimo-javamail_1.4_mail-1.8.3.jar to exist in tomee/lib to run/start pr

TomEE 1.7.0 Release: xbean error caused by NoClassDefFoundError: org/apache/geronimo/osgi/locator/ProviderLocator

2014-08-15 Thread Howard W. Smith, Jr.
I just downloaded TomEE 1.7.0 release, and I get the exception stack trace below, when I start tomEE 1.7.0 (and java 8 update 11) after deploying my webapp to tomee 1.7.0. Please advise. INFO: Enterprise application "openejb" loaded. Aug 15, 2014 12:19:36 PM org.apache.openejb.assembler.classic.A

Re: Apache TomEE 1.7.0 Release

2014-08-15 Thread Romain Manni-Bucau
About ee 7 i guess we ll open another thread but we need to work on owb and openjpa then we can do an alpha targetting ee7. Next step will deal with tcks etc but trunk is already almost ee7 web profile Le 15 août 2014 17:52, "Leonardo K. Shikida" a écrit : > Thanks! :-) > Em 15/08/2014 09:58, "An

Re: Apache TomEE 1.7.0 Release

2014-08-15 Thread Leonardo K. Shikida
Thanks! :-) Em 15/08/2014 09:58, "Andy Gumbrecht" escreveu: > Boom!!! @ApacheTomEE 1.7.0 release rocks @TheASF world today - > http://tomee.apache.org > > Hi Absolutely Everyone, > > Finally, we made it through the vote. We are so proud and extremely happy > to bring you

Re: Apache TomEE 1.7.0 Release

2014-08-15 Thread jieryn
YES GREAT WORK EVERYONE! On Fri, Aug 15, 2014 at 8:58 AM, Andy Gumbrecht wrote: > Boom!!! @ApacheTomEE 1.7.0 release rocks @TheASF world today - > http://tomee.apache.org > > Hi Absolutely Everyone, > > Finally, we made it through the vote. We are so proud and extreme

Apache TomEE 1.7.0 Binaries & Mirrors

2014-08-15 Thread Andy Gumbrecht
Hi All, As usual, binaries are available here already: https://dist.apache.org/repos/dist/release/tomee/tomee-1.7.0 Mirrors can take up to two days to replicate. Andy. -- Andy Gumbrecht http://www.tomitribe.com agumbre...@tomitribe.com https://twitter.com/AndyGeeDe TomEE treibt To

Re: Apache TomEE 1.7.0 Release

2014-08-15 Thread Karl Kildén
Big new fancy project starts monday: this must be fate ;) Thanks a lot for the release! Cheers On 15 August 2014 15:57, Hendrik Dev wrote: > great! > > Is there a roadmap for making TomEE JEE 7 compliant? > > Thanks > Hendrik > > On Fri, Aug 15, 2014 at 3:46 PM, Howard W. Smith, Jr. > wrote

Re: Apache TomEE 1.7.0 Release

2014-08-15 Thread Howard W. Smith, Jr.
On Fri, Aug 15, 2014 at 9:57 AM, Hendrik Dev wrote: > Is there a roadmap for making TomEE JEE 7 compliant? > Quote below from http://t.co/ahbu6794su (at top of Andy's email, which resolves to http://tomee.apache.org/tomee-1.7.0.html) Java EE7 and Beyond >From this point on the TomEE community

Re: Apache TomEE 1.7.0 Release

2014-08-15 Thread davidmsalter
Congrats, and thanks to everyone that's made this release possible. :) Dave. -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Apache-TomEE-1-7-0-Release-tp4671162p4671169.html Sent from the TomEE Users mailing list archive at Nabble.com.

Re: Apache TomEE 1.7.0 Release

2014-08-15 Thread Hendrik Dev
great! Is there a roadmap for making TomEE JEE 7 compliant? Thanks Hendrik On Fri, Aug 15, 2014 at 3:46 PM, Howard W. Smith, Jr. wrote: > Congratulations and thank you for TomEE!!! Especially, for posting the > release to the mail list, which I follow more than any other TomEE channel. > :) > >

Re: Apache TomEE 1.7.0 Release

2014-08-15 Thread Howard W. Smith, Jr.
Congratulations and thank you for TomEE!!! Especially, for posting the release to the mail list, which I follow more than any other TomEE channel. :) On Fri, Aug 15, 2014 at 8:58 AM, Andy Gumbrecht wrote: > Boom!!! @ApacheTomEE 1.7.0 release rocks @TheASF world today - > http://tomee.apache.or

Re: Apache TomEE 1.7.0 Release

2014-08-15 Thread José Luis Cetina
:-) congrats!! El 15/08/2014 07:58, "Andy Gumbrecht" escribió: > Boom!!! @ApacheTomEE 1.7.0 release rocks @TheASF world today - > http://tomee.apache.org > > Hi Absolutely Everyone, > > Finally, we made it through the vote. We are so proud and extremely happy > to bring y

Re: Apache TomEE 1.7.0 Release

2014-08-15 Thread Alex Soto
Congrats to all of you who has been involved in this release :D. A pleasure. 2014-08-15 14:58 GMT+02:00 Andy Gumbrecht : > Boom!!! @ApacheTomEE 1.7.0 release rocks @TheASF world today - > http://tomee.apache.org > > Hi Absolutely Everyone, > > Finally, we made it through

Apache TomEE 1.7.0 Release

2014-08-15 Thread Andy Gumbrecht
Boom!!! @ApacheTomEE 1.7.0 release rocks @TheASF world today - http://tomee.apache.org Hi Absolutely Everyone, Finally, we made it through the vote. We are so proud and extremely happy to bring you Apache TomEE 1.7.0 today. Thanks go out to everyone for making the To