Re: Info needed: migrating openejb-itests to testsuite framework

2006-10-13 Thread Prasad Kashyap
Just FYI - This issue has now been resolved. I did a build with a fully clean repo and source again. That fixed it. The NPE bug around like 693 of the current TranqlCmpSchemaBuilder.java still exists. Where do I open the JIRA and submit the patch ? Cheers Prasad On 10/12/06, Prasad Kashyap

Re: Info needed: migrating openejb-itests to testsuite framework

2006-10-12 Thread David Jencks
On Oct 12, 2006, at 1:27 PM, Prasad Kashyap wrote: My efforts in deploying the openejb-itests.jar with the attached plan is failing b'coz of some errors in the plan. The errors in the plan are being introduced at some stage in the deploy process. My plan uses the pkgen ns for key-generator

Re: Info needed: migrating openejb-itests to testsuite framework

2006-10-12 Thread Prasad Kashyap
OK. This is what is happening. I built the server from scratch, clean repo and fresh checkout. When I deploy the openejb-itests.jar in this server, I get a deployment exception that it needs a plan at META-INF/openejb-jar.xml. The plan is embedded inside the jar. I get the same error even when

Re: Info needed: migrating openejb-itests to testsuite framework

2006-10-11 Thread Jacek Laskowski
On 10/11/06, Prasad Kashyap [EMAIL PROTECTED] wrote: David, Thanks for that write-up on the openejb itests. It helped me understand the structure better. All the client code (in src/itests) have a dependency on the beans (in src/java) anyway. So this is what I did. I put all the beans in 1

Re: Info needed: migrating openejb-itests to testsuite framework

2006-10-11 Thread Prasad Kashyap
Hi Jacek, We now have a testsuite directory under geronimo which is the basis for a system and functional test framework for all of Geronimo. I have begun with a doc in the wiki about this. http://cwiki.apache.org/GMOxDEV/integration-testing.html The doc is still in a rudimentary stage but it

Re: Info needed: migrating openejb-itests to testsuite framework

2006-10-10 Thread Prasad Kashyap
David, Thanks for that write-up on the openejb itests. It helped me understand the structure better. All the client code (in src/itests) have a dependency on the beans (in src/java) anyway. So this is what I did. I put all the beans in 1 core project (openejb-itests). I put the plans and DDs in

Re: Info needed: migrating openejb-itests to testsuite framework

2006-10-06 Thread Prasad Kashyap
Here is an excerpt from the log file of a maven build. Hope this helps. The dir-list.txt gives the contents of the itests/target dir after the ejb archives are created but before the geronimo binary is unpacked. Cheers Prasad On 10/5/06, Prasad Kashyap [EMAIL PROTECTED] wrote: I am looking at

Re: Info needed: migrating openejb-itests to testsuite framework

2006-10-06 Thread David Blevins
Don't know if I have the best answers, but I'll i'll try my best... On Oct 5, 2006, at 8:21 PM, Prasad Kashyap wrote: Can someone please shed some light on it and help me understand the present structure ? There are actually two different structures there. Structure One openejb-itests

Info needed: migrating openejb-itests to testsuite framework

2006-10-05 Thread Prasad Kashyap
I am looking at migrating the openejb-itests to the new testsuite framework. I already have the plan migrated to the 1.1 format. However I have some questions regarding the way the classes for the ejb jars are set up and the classes for tests. Can someone please shed some light on it and help me