Re: Question about Java EE certification TomEE and Plume

2016-01-11 Thread David Blevins
Correct and to be clear, there are two distinct words - Certified = formal acknowledgement from Oracle for passing the Web Profile or Full Profile TCK. Oracle offers no other form of certification. - Compliant = passes the respective tests or conforms to the related spec. In the majority of

Re: tomee:stop not work

2016-01-11 Thread mauro2java2011
I not found myself the error. If i remove the singleton class CloseDBManager, i get also the error for hsql thread... I not can use the tomee:stop maven command. Some tips? Tank you -- View this message in context:

Re: tomee:stop not work

2016-01-11 Thread Romain Manni-Bucau
Did you read previous answer? Le 11 janv. 2016 23:13, "mauro2java2011" a écrit : > I not found myself the error. > > If i remove the singleton class CloseDBManager, i get also the error for > hsql thread... > > I not can use the tomee:stop maven command. > > Some tips?

Re: Question about Java EE certification TomEE and Plume

2016-01-11 Thread Jean-Louis Monteiro
Correct. Even if we pass the WebProfile TCK for Plus and Plume we can't claim to be certified. There is no equivalent profile for TomEE Plus or Plume. Also correct for JAX-RS. Jean-Louis -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Mon, Jan 11, 2016

Re: Question about Java EE certification TomEE and Plume

2016-01-11 Thread Romain Manni-Bucau
To be complete JAXRS was certified only cause EE7 web profile is our (old since tomee 7 is out ;)) JAXRS distribution so we got the certification for our jaxrs distribution as well. Romain Manni-Bucau @rmannibucau | Blog |

From where org.apache.openejb.core.ivm.naming get added to java.naming.factory.url.pkgs in TomEE

2016-01-11 Thread Thusitha Thilina Dayaratne
Hi, I checked the tomee source to find out how tomee set the *org.apache.openejb.core.ivm.naming *to* java.naming.factory.url.pkgs *system property which tomcat uses for JNDI stuffs. But I couldn't find the place. Could someone help me on this? Thanks Thusitha --

Re: Question about Java EE certification TomEE and Plume

2016-01-11 Thread Gurkan Erdogdu
Hi Francois Only Java EE 6 web profile had been certified in TomEE which includes WebProfile + JAX-RS. Regards. Gurkan Erdogdu Founder, ManageCat p. +1 (909) - 366 – 9337 a. 340 S Lemon Ave #7996 Walnut, CA 91789 w. http://managecat.com e gerdo...@managecat.com > On 11 Jan 2016, at 09:58,

Re: Question about Java EE certification TomEE and Plume

2016-01-11 Thread Romain Manni-Bucau
Ok, I was not very clear - let's blame the phone for this one ;): we cant certify tomee+ cause we dont pass (= dont run) TCKs for > webprofile (JMS for instance). Plume being plus based it has the same constraint but we pass TCKs for the webprofile part - hope it is clearer. Romain Manni-Bucau

Re: From where org.apache.openejb.core.ivm.naming get added to java.naming.factory.url.pkgs in TomEE

2016-01-11 Thread Romain Manni-Bucau
https://github.com/apache/tomee/blob/master/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/Assembler.java#L417 ? Romain Manni-Bucau @rmannibucau | Blog | Github |

Re: From where org.apache.openejb.core.ivm.naming get added to java.naming.factory.url.pkgs in TomEE

2016-01-11 Thread Thusitha Thilina Dayaratne
Yeah that is what I was searching for. Thanks a lot for pointing it out Romain :) Best Regards Thusitha 2016-01-11 14:04 GMT+05:30 Romain Manni-Bucau : > >

RE: Question about Java EE certification TomEE and Plume

2016-01-11 Thread COURTAULT Francois
Hello Romain, To be sure to have understood you well: Plume is Java EE6 Web profile certified (pass the TCK tests) and not Java EE6 Full profile: right ? According to an answer I have received, it seems that the Plume JAX-RS part is also certified, right ? Best Regards. -Original

Re: Tomee integration with WMQ: -- org.apache.xbean.recipe.ConstructionException: Type class could not be found: org.apache.activemq.command.ActiveMQQueue

2016-01-11 Thread Romain Manni-Bucau
Hi do you use tomee+? tomee< tomee+ doesnt come with AMQ Romain Manni-Bucau @rmannibucau | Blog | Github | LinkedIn | Tomitriber

Re: tomee:stop not work

2016-01-11 Thread mauro2java2011
my project on github: https://github.com/maurojava/prova_tomee1.7.3.git ... *i have added the following class for close the hsql db but not work:* /* * To change this license header, choose License Headers in Project

Re: tomee:stop not work

2016-01-11 Thread Romain Manni-Bucau
your code is illegal as mentionned in the error, did you investigate the original issue as mentionned earlier? Romain Manni-Bucau @rmannibucau | Blog | Github | LinkedIn

Tomee integration with WMQ: -- org.apache.xbean.recipe.ConstructionException: Type class could not be found: org.apache.activemq.command.ActiveMQQueue

2016-01-11 Thread Srinubabu Pamidi - Vendor
Hi, Getting below error while integrating Tomee with WMQ. Can you please let me know if there is any jar file dependency. Jan 07, 2016 7:13:59 AM org.apache.openejb.util.OpenEJBErrorHandler handleUnknownError SEVERE: FATAL ERROR: Unknown error in Assembler. Please send the following stack