Re: JAX-RS + Bean Validation

2014-08-22 Thread Nagesh
Hi, Can you provide ejb-jar.xml format in detail. I am getting similar error.

Re: tomee arquillian

2014-08-22 Thread Emmanuel Touzery
Hello, just simply the base tomee-embedded? How can this work if tomee doesn't ship with JMS, I'm confused? I have those same dependencies except for arquillian-junit-container where I have only 1.1.1.Final (I have problems with 1.1.5, IIRC 1.1.4 does work OK though), and I get as I

Re: tomee arquillian

2014-08-22 Thread Romain Manni-Bucau
dont you have AMQ excluded? worse case you can add it PS: IIRC arquillian 1.1.4.Final tests are green even failing Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau

Re: JAX-RS + Bean Validation

2014-08-22 Thread hwaastad
Hi, if U have MDB in your project U cannot define a system bval. U have to define bval using ejb-jar.xml: ejb-jar xmlns = http://java.sun.com/xml/ns/javaee; version = 3.1 xmlns:xsi = http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation =

Application stop working with by switching from TomEE 1.6.0 to 1.6.0.1

2014-08-22 Thread Berner Martin
Hi all I have a EL problem since new Versions of TomEE are based on Tomcat 7.0.53. Problem depends on a Fix in jasper-el.jar. When org.apache.el.parser.AstValue.getValue calls javax.el.BeanELResolver.invoke(ELContext context, Object base, Object method, Class?[] paramTypes, Object[] params)

Re: Application stop working with by switching from TomEE 1.6.0 to 1.6.0.1

2014-08-22 Thread Romain Manni-Bucau
Hi IIRC you can replace this jar BTW did you really wanted to say 1.6.0.1? isn't it 1.6.0.2 or 1.7.0? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-08-22 11:37

AW: Application stop working with by switching from TomEE 1.6.0 to 1.6.0.1

2014-08-22 Thread Berner Martin
Hi Romain I had replaced the jar which solves the Problem. I had Multiple CATALINA_BASE with same CATALINA_HOME not any of the Application are affected so I don’t like to replace the jar at CATALINA_HOME. But I'll try to put it in lib of CATALINA_BASE for the Instances with affected

Re: Application stop working with by switching from TomEE 1.6.0 to 1.6.0.1

2014-08-22 Thread Romain Manni-Bucau
If you have 5mn would be great to get your feedback on 1.7.0. I remember I did something about it but can't find back which version (1.7 or trunk). Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github:

AW: Application stop working with by switching from TomEE 1.6.0 to 1.6.0.1

2014-08-22 Thread Berner Martin
Hi Romain get it to work by copying the jasper-el.jar from 1.6.0 to the lib of CATALINA_HOME (confound the Variables in last Explanation) and running with TomEE 1.6.0.2. No success with 1.7.0 but wit on other Issue. (Nullpointer Exception). But no Time to trace this Issue down at the moment.

Best way to upgrade?

2014-08-22 Thread Felipe Jaekel
In Tomcat I used to check the file differences here http://tomcat.apache.org/migration-7.html#Upgrading_7.0.x and override the JAR files. I recently started to use TomEE Plus 1.6.0.2, and now I'd like to upgrade it to 1.7.0. What would be the best way to do it? Thanks

Re: Best way to upgrade?

2014-08-22 Thread Romain Manni-Bucau
Hi tomcat tool should be enough regarding configuration syntax. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-08-22 16:37 GMT+02:00 Felipe Jaekel fkjae...@gmail.com:

Re: Best way to upgrade?

2014-08-22 Thread Howard W. Smith, Jr.
Felipe, how often is your app(s) impacted by upgrading to latest version of tomcat7? if your app is never impacted by newer/newest version of tomcat7, 'and' since you have already migrated to TomEE+ 1.6.0.2, I don't think your app will be impacted when you migrate from TomEE+ 1.6.0.2 to 1.7.0.