Re: Apache TomEE 1.6.0-SNAPSHOT -- Recent Regression with REST Application

2013-11-21 Thread Romain Manni-Bucau
Hi are you sure the binaries were well upgraded? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2013/11/21 jieryn : > This is happening again with the recently released Apach

Re: Apache TomEE 1.6.0-SNAPSHOT -- Recent Regression with REST Application

2013-11-21 Thread jieryn
This is happening again with the recently released Apache TomEE 1.6.0 Plus. Aaargh. On Wed, Oct 9, 2013 at 3:09 PM, jieryn wrote: > Some changes in between > apache-tomee-1.6.0-20131008.041119-199-plus.tar.gz and > apache-tomee-1.6.0-20131009.041119-200-plus.tar.gz are causing a > failure at Tom

Re: Using VM args in Tomee Arquillian adapter

2013-11-21 Thread Romain Manni-Bucau
Hi try catalina_opts property Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2013/11/21 Wolfgang Winter : > Hi, > > I need to start Tomee with the remote Arquillian adapter u

Re: Apache TomEE 1.6.0-SNAPSHOT -- Recent Regression with REST Application

2013-11-21 Thread jieryn
Yes, I'm sure. Here is an example project which demonstrates the problem: https://github.com/jieryn/tomee-wink-failure Make sure you run: mvn clean package tomee:run You will see the java.lang.InstantiationException being thrown. On Thu, Nov 21, 2013 at 4:26 PM, Romain Manni-Bucau wrote: > Hi

Fwd: ORA-01465: invalid hex number

2013-11-21 Thread Leonardo K. Shikida
Sorry, asking also in tomee list, just in case someone has seen this before. [] Leo -- Forwarded message -- From: Leonardo K. Shikida Date: Thu, Nov 21, 2013 at 12:34 PM Subject: ORA-01465: invalid hex number To: us...@activemq.apache.org Hi I have an app, it was running (al

Using VM args in Tomee Arquillian adapter

2013-11-21 Thread Wolfgang Winter
Hi, I need to start Tomee with the remote Arquillian adapter using aspectjweaver as javaagent. Is it possible to configure runtime args? The doc speaks only of httpPort, stopPort, version and classifier as config params. thanks for help Wolfgang -- View this message in context: http://openejb

Re: ORA-01465: invalid hex number

2013-11-21 Thread Leonardo K. Shikida
drop and recreate all JMS tables [] Leo On Thu, Nov 21, 2013 at 4:25 PM, Leonardo K. Shikida wrote: > Sorry, asking also in tomee list, just in case someone has seen this > before. > > [] > > Leo > > > -- Forwarded message -- > From: Leonardo K. Shikida > Date: Thu, Nov 21, 20

Re: Apache TomEE 1.6.0-SNAPSHOT -- Recent Regression with REST Application

2013-11-21 Thread Romain Manni-Bucau
Hi https://issues.apache.org/jira/browse/TOMEE-1085 btw you can add in exclusions.list the line "wink-client" to workaround it Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau

Re: Apache TomEE 1.6.0-SNAPSHOT -- Recent Regression with REST Application

2013-11-21 Thread jieryn
You rock! :-) So, just $CATALINA_BASE/conf/exclusions.list file with a single line (assuming I have never done this before) with text wink-client ? Does it need .jar suffix? Thanks! On Fri, Nov 22, 2013 at 1:41 AM, Romain Manni-Bucau wrote: > Hi > > https://issues.apache.org/jira/browse/TOMEE-1

Re: Apache TomEE 1.6.0-SNAPSHOT -- Recent Regression with REST Application

2013-11-21 Thread Romain Manni-Bucau
Add "default-list" line too (IIRC) Le 22 nov. 2013 07:55, "jieryn" a écrit : > You rock! :-) > > So, just $CATALINA_BASE/conf/exclusions.list file with a single line > (assuming I have never done this before) with text wink-client ? Does > it need .jar suffix? > > Thanks! > > On Fri, Nov 22, 2013