Re: Feedback on TomEE 1.7.1

2014-10-13 Thread Romain Manni-Bucau
if you cat apache-tomee-1.7.1-webprofile.tar.gz then you'll surely get html ;) Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-10-14 1:02 GMT+02:00 Daniel Kasmeroglu : > Hi, > > I've just downloaded the file you've me

Re: Multiple persistence.xml in different jars

2014-10-13 Thread Romain Manni-Bucau
Hi we have a mojo like it http://svn.apache.org/repos/asf/tomee/tomee/trunk/maven/openejb-embedded-maven-plugin/ I think you miss target/classes in your loader Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-10-14 6

Re: Multiple persistence.xml in different jars

2014-10-13 Thread Mansour Al Akeel
Romain, It was my fault. I was loading the persistence context using openjpa. However, switched to OpenEJB to allow scanning for the persistence.xml in other jars. The problem is the current jar has some EJBs. I am loading them from maven mojo. In a way, it's similar to unit testing. protected v

Re: TomEE 1.7.2 + Tomcat 7.0.56?

2014-10-13 Thread Howard W. Smith, Jr.
That's great to hear. I thought that there would be no more tomee 1.7.x releases, but it's good that future tomee 1.7.x is released after tomcat 7.x future releases. :) On Mon, Oct 13, 2014 at 8:24 AM, Andy Gumbrecht wrote: > For sure, > > It is the plan that TomEE 1.7.x always stays in line wi

Re: Feedback on TomEE 1.7.1

2014-10-13 Thread Daniel Kasmeroglu
Hi, I've just downloaded the file you've mentioned from this mirror: http://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist/tomee/tomee-1.7.1/apache-tomee-1.7.1-webprofile.tar.gz Unpacking the archive succeeded without any problem. So either you've chosen a non-working mirror (would be

Feedback on TomEE 1.7.1

2014-10-13 Thread Bejoy Abraham Mathews
Hi All The tar and zip files, none of them available at http://tomee.apache.org/downloads.html, can be untarred or unzipped. Please help. I keep getting the error... [root@localhost ~]# tar -zxvf apache-tomee-1.7.1-webprofile.tar.gz gzip: stdin: not in gzip format tar: Child returned status 1 ta

Re: Feedback on TomEE 1.7.1

2014-10-13 Thread Bejoy Abraham Mathews
And if I try to deploy the tomee war as tomee.war and start the tomcat, it gives the following error... Oct 13, 2014 4:46:22 PM org.apache.catalina.startup.HostConfig deployWAR INFO: Deploying web application archive /opt/tomcat-7.0.56/webapps/tomee.war Oct 13, 2014 4:46:22 PM org.apache.catalina.

Re: Activemq embedded + createSession : unable to make it work!

2014-10-13 Thread joeleclems
joeleclems wrote > Now, i need to Manage transaction correctly, and i don't think my method > is a good one because : > - What about transaction timeout? I start transaction before calling > "receive" (wait for a message), if no message arrive and transaction > timeout occured : how to manage thi

Re: TomEE 1.7.2 + Tomcat 7.0.56?

2014-10-13 Thread Andy Gumbrecht
For sure, It is the plan that TomEE 1.7.x always stays in line with Tomcat 7.x, and TomEE 2.x with Tomcat 8.x. Andy. On 13/10/2014 13:32, Felipe Jaekel wrote: Hi, I noticed some interesting fixes in Tomcat 7.0.56 changelog. I'm not familiar with the TomEE versioning system, so I'd like to

Re: TomEE 1.7.2 + Tomcat 7.0.56?

2014-10-13 Thread Jean-Louis Monteiro
yep should be. The version is on the parent pom. Feel free to open a jira and submit a patch. Thanks for the notice anyway -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Mon, Oct 13, 2014 at 4:32 AM, Felipe Jaekel wrote: > Hi, > > I noticed some interesti

Re: TomEE 1.7.2 + Tomcat 7.0.56?

2014-10-13 Thread Romain Manni-Bucau
Hi sure Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-10-13 13:32 GMT+02:00 Felipe Jaekel : > Hi, > > I noticed some interesting fixes in Tomcat 7.0.56 changelog. > > I'm not familiar with the TomEE versioning syst

TomEE 1.7.2 + Tomcat 7.0.56?

2014-10-13 Thread Felipe Jaekel
Hi, I noticed some interesting fixes in Tomcat 7.0.56 changelog. I'm not familiar with the TomEE versioning system, so I'd like to ask if 1.7.2 is going to ship Tomcat 7.0.56. Thanks

Re: Multiple persistence.xml in different jars

2014-10-13 Thread Romain Manni-Bucau
not for war and classpath apps (only for ears) Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-10-13 13:07 GMT+02:00 Andy Gumbrecht : > Could this be related the '*openejb.finder.module-scoped=true*' property? > > And

Re: Multiple persistence.xml in different jars

2014-10-13 Thread Andy Gumbrecht
Could this be related the '*openejb.finder.module-scoped=true*' property? Andy. On 13/10/2014 08:39, Romain Manni-Bucau wrote: Hi it should do out of the box,can you share more details/code? Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://git