Re: TomEE Arquillian Duplicate DeploymentID

2014-03-18 Thread Muhammed Olgun
Hi Romain, I got a unexpected work yesterday. I've just created a github project because of that. https://github.com/molgun/tomee-arquillian-embedded-solr-deployment When I run mvn clean install, I'm still getting same error. Also I removed -D tag. 2014-03-18 0:26 GMT+02:00 Romain

Re: TomEE Arquillian Duplicate DeploymentID

2014-03-18 Thread Romain Manni-Bucau
Hi that's a bug you can open an issue Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-03-18 8:39 GMT+01:00 Muhammed Olgun mh.ol...@gmail.com: Hi Romain, I got a

Re: TomEE Arquillian Duplicate DeploymentID

2014-03-18 Thread Romain Manni-Bucau
PS: a patch fixing it for this case if you set solar as testable = false in your test (in @Deployment): https://gist.github.com/rmannibucau/c5d27b2cef546186f358 Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github:

Re: TomEE Arquillian Duplicate DeploymentID

2014-03-18 Thread Muhammed Olgun
I've created the issue https://issues.apache.org/jira/browse/TOMEE-1143 2014-03-18 10:28 GMT+02:00 Romain Manni-Bucau rmannibu...@gmail.com: PS: a patch fixing it for this case if you set solar as testable = false in your test (in @Deployment):

Re: TomEE Arquillian Duplicate DeploymentID

2014-03-18 Thread Muhammed Olgun
Hi Romain, Should I attach your patch to the issue? 2014-03-18 10:39 GMT+02:00 Muhammed Olgun mh.ol...@gmail.com: I've created the issue https://issues.apache.org/jira/browse/TOMEE-1143 2014-03-18 10:28 GMT+02:00 Romain Manni-Bucau rmannibu...@gmail.com: PS: a patch fixing it for this

Strange EAR issue and versioning

2014-03-18 Thread hwaastad
Hi, I've been banging my head today with a strange kind of error. I have quite a large multimodule project which in the end produces an ear with several skinny wars. Lets say I version all my modules 6.6.6 i clean out .m2 repository and build the project, do a mvn tomee:run in the ear module and

Re: Strange EAR issue and versioning

2014-03-18 Thread Howard W. Smith, Jr.
On Mar 18, 2014 5:11 AM, Romain Manni-Bucau rmannibu...@gmail.com wrote: Hi 6.6.6 is a bad number and tomee doesn't like it ;) +1 Romain :-)

Re: Strange EAR issue and versioning

2014-03-18 Thread hwaastad
Don't see why ;-) Yepp, I've been testing different versions ex: I made a version: 19.0-SNAPSHAKKALAKKA which is complaining. Then I made a 19.0-SNAPSHOCK which is OK Then I made a 19.0.0 which is complaining and in the end the final 19.0 which is OK. I'm kind of afraid of what a no luck bug

SV: Re: Strange EAR issue and versioning

2014-03-18 Thread Helge Waastad
I'll see if i can get a smaller project up and running this afternoon. Br hw Sendt fra Galaxy TabRomain Manni-Bucau rmannibu...@gmail.com skrev:hmm, can you share a project reproducing it? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn:

Re: Strange EAR issue and versioning

2014-03-18 Thread hwaastad
I'll see if i can get a smaller project up and running this afternoon. Br hw -- View this message in context: http://openejb.979440.n4.nabble.com/Strange-EAR-issue-and-versioning-tp4668251p4668259.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Installing TomEE as a Service Windows 7 x64

2014-03-18 Thread Vinícius Moselli
Hi guys, I'm having some trouble when i try to run my TomEE service installed on Windows 7 x64. Here is the log: C:\Java\apache-tomee-webprofile-1.6.0\binTomEE.amd64.exe [2014-03-18 10:59:33] [warn] [ 6056] The system cannot find the Registry key for service 'TomEE.amd64' [2014-03-18 10:59:33]

Re: Installing TomEE as a Service Windows 7 x64

2014-03-18 Thread Howard W. Smith, Jr.
Installing TomEE as a Windows Service on Windows 7/XP/Server [2003 or 2008 or 2012] should be the same as installing Tomcat7 as windows service. Before i installed tomEE as windows service, I familiarized myself with installing tomcat7 as windows service, and then I removed the tomcat7 windows

Re: Installing TomEE as a Service Windows 7 x64

2014-03-18 Thread Vinícius Moselli
Howard, After reading your reply and some tips on the internet (google) i figured it was lack of adminsitrator privileges on my server machine from the user i was trying to install the service. After running cmd with administrator privileges, removed the service installed before and installed

Re: Installing TomEE as a Service Windows 7 x64

2014-03-18 Thread Howard W. Smith, Jr.
Very good. Thanks for the followup. On Mar 18, 2014 1:52 PM, Vinícius Moselli vinicius.mose...@gmail.com wrote: Howard, After reading your reply and some tips on the internet (google) i figured it was lack of adminsitrator privileges on my server machine from the user i was trying to