TomEE Surefire Arquillian

2013-09-13 Thread jieryn
Greetings, TomEE 1.6.0.beta1 and all the latest Arquillian and Surefire plugins are in use. I'm following the instructions here: https://tomee.apache.org/arquillian-available-adapters.html Despite the claims, TomEE does not obey m-surefire-p configuration for tomee: plugin

TomEE + JRebel

2013-09-13 Thread rsheldon
All, I'm working to migrate an enterprise application EAR from weblogic to TomEE. We currently use JRebel and would like to do so with TomEE. I know that they support 1.5.2 (I'm using 1.6.0-SNAPSHOT) and 1.0 (although I'm not sure what their support covers) Here's my problem. We have a large

Re: TomEE Surefire Arquillian

2013-09-13 Thread Romain Manni-Bucau
Hi 1.6.0.beta1 is not official and will probably not be released, do you encounter this issue on trunk? *Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/ *LinkedIn:

Re: TomEE + JRebel

2013-09-13 Thread Romain Manni-Bucau
Hi 1) APP-INF/lib/ should be supported (so it should be fine) 2) when i looked their support it was more or less the tomcat one (no more). Personally i used fakereplace with some success to hot replace my method bodies (https://github.com/fakereplace/fakereplace) Romain Manni-Bucau Twitter:

Re: TomEE + JRebel

2013-09-13 Thread rsheldon
Thanks for the speedy response Romain. Looking at the jrebel logs I found it was able to pick up the rebel.xml in the lib directory. Unfortunately the tomcat loaders doesn't like it as it expects only jars in this directory. After debugging into the tomee/tomcat code I found that I could prevent