Re: Ear file deploy

2014-12-04 Thread Jonathan Gallimore
Hi Can you check your conf/tomee.xml and check it has in it (I think it's commented out by default)? Thanks Jon On Wed, Dec 3, 2014 at 3:18 PM, ivan_nikitsenka wrote: > Hello > With the “drop-in WAR”(tomee-plus-webapp-1.7.1.war) tome version we are > using “apps” folder to deploy the ear and

Re: Ear file deploy

2014-12-04 Thread Romain Manni-Bucau
did you uncomment line in tomee.xml? Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-12-03 16:18 GMT+01:00 ivan_nikitsenka : > Hello > With the “drop-in WAR”(tomee-plus-webapp-1.7.1.war) tome version we are > using “

Feedback on TomEE 1.7,1

2014-12-04 Thread Mike
I can't verify the download from http://tomee.apache.org/downloads.html because the MD5 links to dist.apache.org return a 503 error.

Re: Inject a EJB into MBean

2014-12-04 Thread Alexander Wagner
Yesterday I missed to write to the mailing list, so Romain answered me also directly. I think its ok that I publish his answer :-D Am 03.12.2014 um 15:59 schrieb Alexander Wagner: > I Am not sure what do you mean with "@Inject should work for EJB once a > beans.xml added". @Inject works already

Re: Ear file deploy

2014-12-04 Thread ivan_nikitsenka
Yes, It works now Thanks -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Ear-file-deploy-tp4673119p4673128.html Sent from the TomEE Users mailing list archive at Nabble.com.

CMP2.1 select of the DataSource

2014-12-04 Thread vidaniello
The question is simple, in a Content Managed Persistence, 2.1, tomee when configure the default PersistenceUnit (cmp), use the first datasouce declared in tomee.xml file. How can i choiche my prefered datasouce?? -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/CMP2-1

Re: CMP2.1 select of the DataSource

2014-12-04 Thread Romain Manni-Bucau
Hi you can delcare a persistence-unit (jpa one) in a standard persistence.xml called "cmp". And here you can define a datasource Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-12-03 21:07 GMT+01:00 vidaniello : > Th

Tomee 1.7.2 Release Date

2014-12-04 Thread ivan_nikitsenka
Hello When Tomee 1.7.2 will be released? It will be great if you can provide approximate date or month Thanks, Ivan -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Tomee-1-7-2-Release-Date-tp4673133.html Sent from the TomEE Users mailing list archive at Nabble.com

Re: CMP2.1 select of the DataSource

2014-12-04 Thread vidaniello
I thought about it , I had also tried but in the beginning it had not worked . Now that you have made me return to the file ' persistence.xml ' , i published without tags '', then only so: ... sqliteCmp ... and so it worked! Tank so much for

Re: TomEE plans for Java EE 7

2014-12-04 Thread tibor17
There is only one failing bug with transactions in CloudBees.javaee7-samples. Do you think that the most usual usecase with @Transactional would work now with Tomee 2.0.0-SNAPSHOT ? -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/TomEE-plans-for-Java-EE-7-tp4663386p46

Re: TomEE plans for Java EE 7

2014-12-04 Thread Romain Manni-Bucau
It does yes Le 4 déc. 2014 19:30, "tibor17" a écrit : > There is only one failing bug with transactions in > CloudBees.javaee7-samples. > Do you think that the most usual usecase with @Transactional would work now > with Tomee 2.0.0-SNAPSHOT ? > > > > -- > View this message in context: > http://t

Re: Tomee 1.7.2 Release Date

2014-12-04 Thread Howard W. Smith, Jr.
Also, will TomEE 1.7.2 include the latest Tomcat 7 release? Tomcat 7.0.57 was released 2014-11-11. On Thu, Dec 4, 2014 at 9:50 AM, ivan_nikitsenka wrote: > Hello > > When Tomee 1.7.2 will be released? > > It will be great if you can provide approximate date or month > > Thanks, > Ivan > > > >

Re: Tomee 1.7.2 Release Date

2014-12-04 Thread Jean-Louis Monteiro
Dunno for the release date yet, but yes it's gonna include the latest version if not already in the branch. -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Thu, Dec 4, 2014 at 8:15 PM, Howard W. Smith, Jr. wrote: > Also, will TomEE 1.7.2 include the latest T

Re: TomEE plans for Java EE 7

2014-12-04 Thread Romain Manni-Bucau
hehe love this error: https://javaee-support.ci.cloudbees.com/job/javaee7-samples-tomee-2.0/4/org.javaee7.jaxrs$jaxrs-client/console expected:<[{"[name":"Penny","age":1},{"name":"Leonard","age":2},{"name":"Sheldon","age":3]}]> but was:<[{"[age":1,"name":"Penny"},{"age":2,"name":"Leonard"},{"age":3

Re: TomEE plans for Java EE 7

2014-12-04 Thread Alex Soto
it can help a bit https://github.com/jayway/JsonPath/tree/master/json-path-assert El Thu Dec 04 2014 at 10:21:53 PM, Romain Manni-Bucau (< rmannibu...@gmail.com>) va escriure: > hehe love this error: > https://javaee-support.ci.cloudbees.com/job/javaee7- > samples-tomee-2.0/4/org.javaee7.jaxrs$ja

Re: TomEE plans for Java EE 7

2014-12-04 Thread Romain Manni-Bucau
about @Transactional can be linked to the test: https://git-wip-us.apache.org/repos/asf?p=tomee.git;a=blob;f=container/openejb-core/src/test/java/org/apache/openejb/cdi/transactional/TransactionScopeTest.java;h=d7f27c072ca1e4e99e418794b238dc7f3e0a871e;hb=ae8f512c5655dfd9024353c5a46340c6de07edf3 en

Re: Tomee 1.7.2 Release Date

2014-12-04 Thread Romain Manni-Bucau
updated https://issues.apache.org/jira/browse/TOMEE-1405 Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-12-04 21:07 GMT+01:00 Jean-Louis Monteiro : > Dunno for the release date yet, but yes it's gonna include the lat

Re: TomEE plans for Java EE 7

2014-12-04 Thread Roberto Cortez
Yeah we need to do something about it :) From: Romain Manni-Bucau To: "users@tomee.apache.org" Sent: Thursday, December 4, 2014 9:21 PM Subject: Re: TomEE plans for Java EE 7 hehe love this error: https://javaee-support.ci.cloudbees.com/job/javaee7-samples-tomee-2.0/4/org.javaee7.ja

Re: Ear file deploy

2014-12-04 Thread Jonathan Gallimore
Awesome, glad its working. Thanks for reporting back! Jon On Thu, Dec 4, 2014 at 1:29 PM, ivan_nikitsenka wrote: > Yes, > It works now > Thanks > > > > -- > View this message in context: > http://tomee-openejb.979440.n4.nabble.com/Ear-file-deploy-tp4673119p4673128.html > Sent from the TomEE Use

Re: Tomee 1.7.2 Release Date

2014-12-04 Thread Anthony Fryer
Any change of getting a cxf upgrade with this release? If not to cxf3, then at least cxf2.7.x? Just thought i'd ask since i really want the nio client capability :) -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Tomee-1-7-2-Release-Date-tp4673133p4673148.html Sent

Re: Tomee 1.7.2 Release Date

2014-12-04 Thread Romain Manni-Bucau
We use cxf 3 since a moment now, almost the month after you asked IIRC Le 5 déc. 2014 00:53, "Anthony Fryer" a écrit : > Any change of getting a cxf upgrade with this release? If not to cxf3, > then > at least cxf2.7.x? Just thought i'd ask since i really want the nio client > capability :) > >

Re: Tomee 1.7.2 Release Date

2014-12-04 Thread Anthony Fryer
Thanks brilliant. I thought i'd have to wait for 2.0 for it. -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Tomee-1-7-2-Release-Date-tp4673133p4673150.html Sent from the TomEE Users mailing list archive at Nabble.com.

Re: Tomee 1.7.2 Release Date

2014-12-04 Thread Romain Manni-Bucau
That s the cas but it is already available - actually i use it everyday. 1.x couldnt be certified otherwise. Le 5 déc. 2014 01:07, "Anthony Fryer" a écrit : > Thanks brilliant. I thought i'd have to wait for 2.0 for it. > > > > -- > View this message in context: > http://tomee-openejb.979440.n4

Re: Tomee 1.7.2 Release Date

2014-12-04 Thread Anthony Fryer
Ok i think i misunderstood. I was assuming 1.7.2 would be released before 2.0 and if so, it would be nice to get cfx 2.7 or higher in that release. I just checked the 1.7.x branch and see cxf.version is 2.6.14 in the pom.xml so guess it's not in scope to upgrade it for 1.7.2? -- View this mess

Re: Tomee 1.7.2 Release Date

2014-12-04 Thread Romain Manni-Bucau
No, we'll just use the 2.6.16 but 2.7 and 3.x would be a legal issue for us (or mean we skip certification which is not the goal) Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-12-05 8:30 GMT+01:00 Anthony Fryer : >