Re: recent tomee / arquillian / openjpa failure

2014-06-04 Thread jieryn
Thanks, I rebuilt from source and it is working as expected! On Wed, Jun 4, 2014 at 1:02 AM, Romain Manni-Bucau wrote: > This is not the fix, it was after in TestObserver. > Le 4 juin 2014 02:15, "jieryn" a écrit : > >> Ok, I believe I have picked up your change for the "file:" checking, >> but

Re: recent tomee / arquillian / openjpa failure

2014-06-03 Thread Romain Manni-Bucau
This is not the fix, it was after in TestObserver. Le 4 juin 2014 02:15, "jieryn" a écrit : > Ok, I believe I have picked up your change for the "file:" checking, > but it still is not solving it. Even after moving > src/main/resources/META-INF/persistence.xml to > src/main/webapp/WEB-INF/persist

Re: recent tomee / arquillian / openjpa failure

2014-06-03 Thread jieryn
Ok, I believe I have picked up your change for the "file:" checking, but it still is not solving it. Even after moving src/main/resources/META-INF/persistence.xml to src/main/webapp/WEB-INF/persistence.xml. (Though, it really shouldn't matter anyway, because Arquillian is the one passing in the src

Re: recent tomee / arquillian / openjpa failure

2014-06-03 Thread Romain Manni-Bucau
should be fixed, not link to openjpa actually Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-06-04 0:11 GMT+02:00 Romain Manni-Bucau : > Hi > > if we comment out org.a

Re: recent tomee / arquillian / openjpa failure

2014-06-03 Thread Romain Manni-Bucau
Hi if we comment out org.apache.openejb.ClassLoaderUtil#getClosedJarFiles then it passes but not sure what changed. We should fix it before the release for sure. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Gith

recent tomee / arquillian / openjpa failure

2014-06-03 Thread jieryn
I've recently started seeing a project failing because of unable to read the persistence.xml in a non-existant JAR file. This project works with 1.6.x lineage, but it breaks with the 1.7.x lineage. The reason is not apparent to me. This seems like a pretty huge regression... https://github.com/ji