Re: default tomee ds pool

2012-08-02 Thread zeeman
Hi, If you help me get it working on here, I can write the doc page for you. Just post the WIKI link with edit permission (like Hibernate page under Tomee documentation section). With Tomcat DS, would JTA persistence units work or do I have to use BoneCP for that? DS properties like (user name,

Re: default tomee ds pool

2012-08-02 Thread Romain Manni-Bucau
Jta is here for all (was the goal ;)) since you specify JtaManaged=true Parameters are the properties of the pool (i added some small conversion for obvious cases but the idea is to configure the known pool with its known values) - Romain Le 2 août 2012 08:08, zeeman hamz...@fastmail.us a écrit

Re: Fwd: svn commit: r1367976 - in /openejb/trunk/openejb/examples/multiple-arquillian-adapters: ./ src/test/java/org/superbiz/embedded/remote/ src/test/java/org/superbiz/embedded/standalone/ src/test

2012-08-02 Thread AndyG
Concurrency config is parallel='none', perCoreThreadCount=true, threadCount=1, useUnlimitedThreads=false org.apache.maven.surefire.util.SurefireReflectionException: java.lang.reflect.InvocationTargetException; nested exception is java.lang.reflect.InvocationTargetException: null

Re: default tomee ds pool

2012-08-02 Thread Romain Manni-Bucau
oops just realized i wrote too fast to switch of pool in the datasource definition use DataSourceCreator property. to do it globally use openejb.jdbc.datasource-creator property. - Romain 2012/8/2 Romain Manni-Bucau rmannibu...@gmail.com Jta is here for all (was the goal ;)) since you

Re: Fwd: svn commit: r1367976 - in /openejb/trunk/openejb/examples/multiple-arquillian-adapters: ./ src/test/java/org/superbiz/embedded/remote/ src/test/java/org/superbiz/embedded/standalone/ src/test

2012-08-02 Thread AndyG
Found the issue but not sure of a resolution. Why is the test running when -Dmaven.test.skip=true is specified? It can't find the class because it shouldn't be running! [INFO] --- maven-compiler-plugin:2.4:testCompile (default-testCompile) @ multiple-arquillian-adapters --- [INFO] *Not compiling

Re: Fwd: svn commit: r1367976 - in /openejb/trunk/openejb/examples/multiple-arquillian-adapters: ./ src/test/java/org/superbiz/embedded/remote/ src/test/java/org/superbiz/embedded/standalone/ src/test

2012-08-02 Thread Romain Manni-Bucau
FYI i activated it back to let buildbot passes the test are running even skipping them because they are configured this way in the pom i'll enhance it, let me some minutes well - Romain 2012/8/2 AndyG andy.gumbre...@orprovision.com Found the issue but not sure of a resolution. Why is the

Re: Fwd: svn commit: r1367976 - in /openejb/trunk/openejb/examples/multiple-arquillian-adapters: ./ src/test/java/org/superbiz/embedded/remote/ src/test/java/org/superbiz/embedded/standalone/ src/test

2012-08-02 Thread Romain Manni-Bucau
should be fine now - Romain 2012/8/2 Romain Manni-Bucau rmannibu...@gmail.com FYI i activated it back to let buildbot passes the test are running even skipping them because they are configured this way in the pom i'll enhance it, let me some minutes well - Romain 2012/8/2 AndyG

Re: Fwd: svn commit: r1367976 - in /openejb/trunk/openejb/examples/multiple-arquillian-adapters: ./ src/test/java/org/superbiz/embedded/remote/ src/test/java/org/superbiz/embedded/standalone/ src/test

2012-08-02 Thread AndyG
Thanks -- View this message in context: http://openejb.979440.n4.nabble.com/Fwd-svn-commit-r1367976-in-openejb-trunk-openejb-examples-multiple-arquillian-adapters-src-test-java-tp4656615p4656632.html Sent from the OpenEJB Dev mailing list archive at Nabble.com.

Re: default tomee ds pool

2012-08-02 Thread zeeman
I wanted to test it with both Tomcat pool and BoneCP. Below is my config for Tomcat pool (I did not include any extra jar as it's part of Tomcat). Here is my resources.xml packaged with my war: ?xml version=1.0 encoding=UTF-8? resources Resource id=sportivityDS type=javax.sql.DataSource

Re: default tomee ds pool

2012-08-02 Thread Romain Manni-Bucau
Hi, datasourcecreator is a property not an attribute of resource tag Le 2 août 2012 21:42, zeeman hamz...@fastmail.us a écrit : I wanted to test it with both Tomcat pool and BoneCP. Below is my config for Tomcat pool (I did not include any extra jar as it's part of Tomcat). Here is my

Re: default tomee ds pool

2012-08-02 Thread zeeman
Hey, like I said I just even tried the old resource.xml without any Tomcat pool properties or values. I still get the JMX stacktrace above. So with or without datasourcecreator it does not work. To clarify here is what works for a previous version of the snapshot (3 weeks old) ?xml version=1.0