Re: TomEE 7.0.1 JMS/MDB

2016-09-15 Thread Romain Manni-Bucau
Le 15 sept. 2016 04:23, "vnalla" a écrit : > > Hi > > > 1) message.getBody(String.class) is not working - I have to change the code > for both the client and MDB to pass TextMessage object and cast message to > TextMessage object and get the text using getText() method. Is there any > special set

Re: xslt transformer pass resource bundle

2016-09-15 Thread chongma
does tomee 7.0.1 provide xalan or some other xslt processor? have java extensions been disabled in the new version? is there a setting to turn them on or some way to force the desired effect? is there another list i should be asking these questions in? -- View this message in context: http:/

Re: xslt transformer pass resource bundle

2016-09-15 Thread chongma
if anyone ever finds this post i just converted the resourcebundle into a list of properties and included it at the top level in my xml structure. it made extra work for me and it is quite unbelievable that there is no option share a resourcebundle to xslt anymore -- View this message in contex

EntityListner not injected resouces

2016-09-15 Thread ict
Hi to all! I've search this question but nothing about. The question is simple, why in external listner for Entity resource injection not work? Example: . @Entity @EntityListners({Listner.class}) public class User {.} public class Listner { @EJB ListnerBean listnerBean; //

Re: EntityListner not injected resouces

2016-09-15 Thread Romain Manni-Bucau
Openjpa is not yet jpa 2.1 so this is not supported. Should work for other providers, if not this is likely their bug Le 15 sept. 2016 15:07, "ict" a écrit : > Hi to all! I've search this question but nothing about. > > The question is simple, why in external listner for Entity resource > inject

InvalidDataAccessApiUsageException

2016-09-15 Thread Patel, Sanjay
Is there a way I can use JPA 2.1 implementation with Tomee 1.7.2? I get below error. HTTP Status 500 - Request processing failed; nested exception is org.springframework.dao.InvalidDataAccessApiUsageException: It seems that you have the JPA 2.1 API but a JPA 2.0 implementation on the classpath!

Re: InvalidDataAccessApiUsageException

2016-09-15 Thread Romain Manni-Bucau
Only for resource local persistence unit yes upgrading the api and provider. For managed units upgrade the provider on tomee 7 Le 15 sept. 2016 20:54, "Patel, Sanjay" a écrit : > Is there a way I can use JPA 2.1 implementation with Tomee 1.7.2? I get > below error. > > HTTP Status 500 - Request

Re: EntityListner not injected resouces

2016-09-15 Thread ict
Ok, thank for answer! -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/EntityListner-not-injected-resouces-tp4680130p4680136.html Sent from the TomEE Users mailing list archive at Nabble.com.