Re: Deploying Pet-catalog

2012-06-05 Thread Romain Manni-Bucau
isn't the snapshot usable for you? - Romain 2012/6/6 Jeremyau > Oh I see. So how can I proceed to patch my Tomee server? > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/Deploying-Pet-catalog-tp4655421p4655437.html > Sent from the OpenEJB User mailing list archive a

Re: Deploying Pet-catalog

2012-06-05 Thread Jeremyau
Oh I see. So how can I proceed to patch my Tomee server? -- View this message in context: http://openejb.979440.n4.nabble.com/Deploying-Pet-catalog-tp4655421p4655437.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: DuplicateDeploymentIdException when deploying ear with application.xml

2012-06-05 Thread almos
Thanks for the support. Moving EAR to apps/ helped - everything works great and no exceptions are thrown. -- View this message in context: http://openejb.979440.n4.nabble.com/DuplicateDeploymentIdException-when-deploying-ear-with-application-xml-tp4655362p4655434.html Sent from the OpenEJB User m

Re: DuplicateDeploymentIdException when deploying ear with application.xml

2012-06-05 Thread Romain Manni-Bucau
seems it is fine if you deploy it in apps/ instead of webapps - Romain 2012/6/5 almos > Hi, > > Thanks for your response. > I've prepared test package with maven build script. > > Link to download: http://www.4shared.com/zip/TGDORA0u/testear.html > To package ear firstly setup environment vari

Re: DuplicateDeploymentIdException when deploying ear with application.xml

2012-06-05 Thread almos
Hi, Thanks for your response. I've prepared test package with maven build script. Link to download: http://www.4shared.com/zip/TGDORA0u/testear.html To package ear firstly setup environment variable DEPLOY_PATH where ear will be created and then run "mvn package". It fails on Tomee 1.0 with the

Re: Deploying Pet-catalog

2012-06-05 Thread Romain Manni-Bucau
sorry i dont open the code again (a bit busy) but if catalogue is a managedbean there is an issue fixed on trunk in tomee 1.0.0 - Romain 2012/6/5 Jeremyau > Yes, you're right. This is what I did but unfortunately, there is still the > same issue. > > I delete the ROOT folder. > I copy paste my

Re: Deploying Pet-catalog

2012-06-05 Thread Jeremyau
Yes, you're right. This is what I did but unfortunately, there is still the same issue. I delete the ROOT folder. I copy paste my ROOT.war. I start the server. TomEE deploy my ROOT.war and create a ROOT folder. Still the same error. I'm not familiar with EJB and JEE6 but it seems the error comes

Re: Deploying Pet-catalog

2012-06-05 Thread Romain Manni-Bucau
ROOT folder should already exist i guess, delete it before starting - Romain 2012/6/5 Jeremyau > I copied pasted my ROOT.war to the webapp folder.* (Sorry) > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/Deploying-Pet-catalog-tp4655421p4655425.html > Sent from the

Re: Deploying Pet-catalog

2012-06-05 Thread Jeremyau
Thanks for your quick response Romain! Well, it's really weird because I just downloaded http://mirror.csclub.uwaterloo.ca/apache/openejb/openejb-4.0.0/apache-tomee-1.0.0-plus.tar.gz Apache TomEE Plus 1.0. I git clone https://github.com/tikalk/jee6-pet-catalog-sample pet-catalog project . I

Re: Deploying Pet-catalog

2012-06-05 Thread Jeremyau
I copied pasted my ROOT.war to the webapp folder.* (Sorry) -- View this message in context: http://openejb.979440.n4.nabble.com/Deploying-Pet-catalog-tp4655421p4655425.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: Deploying Pet-catalog

2012-06-05 Thread Romain Manni-Bucau
Hi, i had no issues on trunk - Romain 2012/6/5 Jeremyau > Hi, > > I'm trying to deploy the JEE6 > https://github.com/tikalk/jee6-pet-catalog-sample pet-catalog example on > TomEE plus. > So I create the war file with maven and I deploy it on webapps. Everything > is ok, it works well. > > Bu

Deploying Pet-catalog

2012-06-05 Thread Jeremyau
Hi, I'm trying to deploy the JEE6 https://github.com/tikalk/jee6-pet-catalog-sample pet-catalog example on TomEE plus. So I create the war file with maven and I deploy it on webapps. Everything is ok, it works well. But, when I change the name of the war file to "ROOT" and deploy it to TomEE pl