Re: Problem deploying using Maven plugin

2013-09-26 Thread Esben Rugbjerg
Thanks for the suggestion. I already have a configuration for local integration test using the 'start' and 'stop' goal. I need to deploy for integration test because we have a test environment comprising several servers. I want to deploy to this environment either from my local WS or from our

Re: Which version of JavaMail ?

2013-09-26 Thread kuba44
I don't have any error with javax.mail.jar Application works like earlier, but I have same problem. I think it's could be a bug. Can you tell me where I can write about it ? Is there any forum or something like this ? -- View this message in context:

Re: Which version of JavaMail ?

2013-09-26 Thread Howard W. Smith, Jr.
response inline/below... On Thu, Sep 26, 2013 at 10:50 AM, kuba44 jakub...@gmail.com wrote: I don't have any error with javax.mail.jar okay. i assume that you are saying that you dropped the JAR in tomee/lib folder. Application works like earlier, but I have same problem. I think it's

Re: TomEE Surefire Arquillian

2013-09-26 Thread jieryn
Hi, I confirm the random port is working. I'm taking other errors with the -SNAPSHOT, but this aspect works now. THANKS! On Tue, Sep 24, 2013 at 2:38 AM, Romain Manni-Bucau rmannibu...@gmail.com wrote: Hi fixed: https://issues.apache.org/jira/browse/TOMEE-1043 thks for the report and the

JNDI_LOOKUP error=Cannot open input stream to server

2013-09-26 Thread wlad
I'm new to JEE. I use Eclipse IDE, OpenEJB as persistence provider, TomEE app server. TomEE runs fine with Eclipse (http://localhost:8080/). I have simple example (that is valid), but can't make it run. The log message I'm getting is: Buildfile:

Re: JNDI_LOOKUP error=Cannot open input stream to server

2013-09-26 Thread Romain Manni-Bucau
Hi Are you sure it is tomee which runs on port 8080? Le 26 sept. 2013 22:45, wlad vvo...@yahoo.com a écrit : I'm new to JEE. I use Eclipse IDE, OpenEJB as persistence provider, TomEE app server. TomEE runs fine with Eclipse (http://localhost:8080/). I have simple example (that is valid),

OpenWebBeans configuration exception when running Maven TomEE plugin

2013-09-26 Thread Pascal Gillet
Hi Folks, I attempt to execute mvn tomee:start on my webapp using the Maven TomEE plugin, and I am getting the following exception: INFO: Initializing Mojarra 2.2.0 ( 20130502-2118 https://svn.java.net/svn/mojarra~svn/tags/2.2.0@11930) for context '/glue' Sep 25, 2013 7:18:08 PM

Re: Which version of JavaMail ?

2013-09-26 Thread kuba44
I couldn't find question so I asked it here: http://stackoverflow.com/questions/18970409/javamail-connect-timeout-is-too-long http://stackoverflow.com/questions/18970409/javamail-connect-timeout-is-too-long and

Using a differnent version of a jar than the one supplied with Tomee

2013-09-26 Thread Adam Steen
I am trying to port a web-application to Tomee (Apache TomEE 1.5.2) but I have hit a major hurdle. The version of quartz our application uses clashes with the bundled version of quartz. Tomee comes with quartz-2.1.6.jar which is loaded as part of the container set-up as far as I can tell, But

Re: Using a differnent version of a jar than the one supplied with Tomee

2013-09-26 Thread Romain Manni-Bucau
Hi Did you try to add in conf/system.properties: openejb.classloader.forced-load=org.quartz Le 27 sept. 2013 03:19, Adam Steen ad...@rmt.com.au a écrit : I am trying to port a web-application to Tomee (Apache TomEE 1.5.2) but I have hit a major hurdle. The version of quartz our application

Re: OpenWebBeans configuration exception when running Maven TomEE plugin

2013-09-26 Thread Romain Manni-Bucau
Hi Can you try with our snapshot please? 1.6.0-SNAPSHOT If it fails maybe share a sample to let us dig into it Le 27 sept. 2013 00:04, Pascal Gillet pascalgil...@ymail.com a écrit : Hi Folks, I attempt to execute mvn tomee:start on my webapp using the Maven TomEE plugin, and I am getting