Re: Next TomEE release date?

2012-09-27 Thread David Blevins
Release is up for a vote. - http://people.apache.org/~dblevins/staging-052/ -David On Sep 24, 2012, at 5:59 PM, David Blevins wrote: Just put up a preview build of the 1.5.0 https://repository.apache.org/content/repositories/orgapacheopenejb-036 These aren't the official binaries of

Re: Dynamic DataSource - Exception

2012-09-27 Thread onyii5119
Hi Romain, If you look at the code I attached in my last email, you will notice I followed the example you have for Dynamic DataSource. I will like to model my solution like the Test example where datasource params are set in properties. In my code Tomee is not seeing my Stateless bean (can't be

Error with ejb3 + openEJB + Weblogic

2012-09-27 Thread a.afettsa33
Hi, I'm trying to test EJB 3.0 with openEJB but an error occurred... [severity=ERROR,message=unexpected element (uri:http://www.bea.com/ns/weblogic/90;, local:business-interface-jndi-name-map). Expected elements are

Re: Error with ejb3 + openEJB + Weblogic

2012-09-27 Thread Romain Manni-Bucau
Hi, Our weblo descriptors were probably not complete. Maybe dont use them or try with a more recent release (i dont know if it was updated) Le 27 sept. 2012 19:19, a.afettsa33 a.aferreira@gmail.com a écrit : Hi, I'm trying to test EJB 3.0 with openEJB but an error occurred...

Re: Arquillian tests on Tomee not working

2012-09-27 Thread zeeman
init INFO: Version: 4.5.1-SNAPSHOT Sep 27, 2012 2:19:50 PM org.apache.openejb.OpenEJB$Instance init INFO: Build date: 20120927 Sep 27, 2012 2:19:50 PM org.apache.openejb.OpenEJB$Instance init INFO: Build time: 03:22 Sep 27, 2012 2:19:50 PM org.apache.openejb.OpenEJB$Instance init INFO

Re: Error with ejb3 + openEJB + Weblogic

2012-09-27 Thread Romain Manni-Bucau
You are looking for http://tomee.apache.org/jndi-names.html Le 27 sept. 2012 20:36, a.afettsa33 a.aferreira@gmail.com a écrit : I need the descriptor because I want to customize the jndi-name of the EJB @Remote... changing to a new version also generates error... When I remove the tag

Re: Arquillian tests on Tomee not working

2012-09-27 Thread zeeman
Most likely a dependcy issue. I tried with debug flag = true, did not help. How can I hunt for offending dependency? Do you have a minimal sample CDI/JSF project running with Tomee and Arquillian? -- View this message in context:

Re: Error with ejb3 + openEJB + Weblogic

2012-09-27 Thread David Blevins
On Sep 27, 2012, at 4:18 PM, a.afettsa33 wrote: I need to customize the JNDI name for WebLogic Server... I need the file weblogic-ejb-jar.xml Try setting this property 'openejb.vendor.config' to 'NONE'. That should cause the weblogic-ejb-jar.xml to be ignored. Then you can specify the