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

2014-08-16 Thread hwaastad
Hi, I'm facing the same problem. is there any maven coordinate for this geronimo-osgi-registry jar? I'm trying to get this going using tomee-maven-plugin. br, hw -- View this message in context:

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

2014-08-16 Thread Romain Manni-Bucau
You have them in the link i posted Le 16 août 2014 09:03, hwaastad he...@waastad.org a écrit : Hi, I'm facing the same problem. is there any maven coordinate for this geronimo-osgi-registry jar? I'm trying to get this going using tomee-maven-plugin. br, hw -- View this message in

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

2014-08-16 Thread hwaastad
Sorry, lost my glasses..;-) thanks -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/TomEE-1-7-0-Release-xbean-error-caused-by-NoClassDefFoundError-org-apache-geronimo-osgi-locator-Provr-tp4671183p4671205.html Sent from the TomEE Users mailing list archive at

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

2014-08-16 Thread Bjorn Danielsson
Thanks Hendrik, that is great! I'll check it out and test my stuff and report back. -- Bjorn Danielsson Cuspy Code AB Hendrik Dev hendrikde...@gmail.com wrote: Regarding geronimo javamail: I am on it. Currently i am developing a greenmail replacement to have a reliable testframework (will

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

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

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

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

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 http://repo1.maven.org/maven2/org/apache/geronimo/specs/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]

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.

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 http://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo-osgi-registry/1.1/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

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. smithh032...@gmail.com wrote:

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,

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 Geronimo

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

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 hendrikde...@gmail.com a écrit : Regarding geronimo javamail: I am on it.