[JBoss-dev] Re: EJB3 testing dependencies

2006-05-16 Thread Bill Burke
Ok, I'm going to stop working on fixing tests. It is as good as its gonna be. Are you going to look into running the tests with the installer? Let me know how far you get and I'll look at it tomorrow. Bill Scott M Stark wrote: Not yet. That is something the Alex will be working on. I'm

[JBoss-dev] RE: EJB3 testing dependencies

2006-05-16 Thread Scott M Stark
I am running the tests against the installer. Its down to 12 errors. -Original Message- From: Bill Burke Sent: Thursday, May 11, 2006 8:17 PM To: Scott M Stark Cc: Dimitris Andreadis; Thomas Heute; jboss-development@lists.sourceforge.net Subject: Re: EJB3 testing dependencies

RE: [JBoss-dev] RE: EJB3 testing dependencies

2006-05-16 Thread Scott M Stark
With the most recent update the jboss-4.0.x-ejb3 dist is showing more exceptions. This NPE in the asynchronous test is due to a null stack: this = [EMAIL PROTECTED] containerId: java.lang.Object = [EMAIL PROTECTED]jboss.j2ee:jar=asynchronous-test.jar,name=Servic eBean,service=EJB3 stackName:

[JBoss-dev] Re: EJB3 testing dependencies

2006-05-12 Thread Bill Burke
is this an installer or regular test? Scott M Stark wrote: Seeing all interceptors2 failing with a similar NPE now: [EMAIL PROTECTED] ejb3]$ ant -buildfile build-test.xml -Dtest=interceptors2 test Buildfile: build-test.xml init: test: test-with-jvmargs: [delete] Deleting:

[JBoss-dev] RE: EJB3 testing dependencies

2006-05-12 Thread Scott M Stark
Regular test in the jboss-4.0.x module. The aop def had a name typo as I mentioned in a latter email. -Original Message- From: Bill Burke Sent: Friday, May 12, 2006 7:20 AM To: Scott M Stark Cc: Dimitris Andreadis; Thomas Heute; jboss-development@lists.sourceforge.net Subject:

[JBoss-dev] RE: EJB3 testing dependencies

2006-05-11 Thread Scott M Stark
I have to build a new installer snapshot based on the updated ejb3 content. -Original Message- From: Dimitris Andreadis Sent: Thursday, May 11, 2006 5:24 AM To: Scott M Stark; Thomas Heute; Bill Burke Cc: jboss-development@lists.sourceforge.net Subject: EJB3 testing dependencies

[JBoss-dev] RE: EJB3 testing dependencies

2006-05-11 Thread Scott M Stark
I'm seeing many errors running the no-start-jboss-ejb-tests against the current jboss-4.0.4.GA-ejb3 server default config. SUMMARY Number of tests run: 231 Successful tests: 152 Errors:78 Failures: 1

[JBoss-dev] Re: EJB3 testing dependencies

2006-05-11 Thread Bill Burke
Getting better: Boss daily test results SUMMARY Number of tests run: 285 Successful tests: 278 Errors:7 Failures: 0 Scott M Stark wrote: I'm seeing many errors

[JBoss-dev] RE: EJB3 testing dependencies

2006-05-11 Thread Scott M Stark
Are the changes all checked in? Running no-start-jboss-ejb-tests still shows problems with a resynch of ejb3 as of now. test-with-jvmargs: [delete] Deleting: C:\cvs\JBoss4.0\jboss-4.0.x\ejb3\output\log\test.log [junit] Running org.jboss.ejb3.test.service.unit.ServiceUnitTestCase

[JBoss-dev] Re: EJB3 testing dependencies

2006-05-11 Thread Bill Burke
update jboss-4.0.x/server/src/ some javaee5/ejb3/jboss.xml schemas were updated. Bill Scott M Stark wrote: Are the changes all checked in? Running no-start-jboss-ejb-tests still shows problems with a resynch of ejb3 as of now. test-with-jvmargs: [delete] Deleting:

[JBoss-dev] RE: EJB3 testing dependencies

2006-05-11 Thread Scott M Stark
Much better, but I don't see how your running this in 4.0 as the build-test.xml server dist was not correct. After fixing the basics I'm seeing the following based on a full tests target run. SUMMARY Number of tests run: 299 Successful tests:

[JBoss-dev] Re: EJB3 testing dependencies

2006-05-11 Thread Bill Burke
no-start-jboss-tests just committed a build-test.xml file. I'm not sure wht you mean by build-test.xml server dist... Got more fixes coming in a little while. Scott M Stark wrote: Much better, but I don't see how your running this in 4.0 as the build-test.xml server dist was not correct.

[JBoss-dev] RE: EJB3 testing dependencies

2006-05-11 Thread Scott M Stark
When running and letting the test start jboss it was not using the -ejb3 variation correctly. -Original Message- From: Bill Burke Sent: Thursday, May 11, 2006 1:34 PM To: Scott M Stark Cc: Dimitris Andreadis; Thomas Heute; jboss-development@lists.sourceforge.net Subject: Re:

[JBoss-dev] Re: EJB3 testing dependencies

2006-05-11 Thread Bill Burke
ok, looking good. Just need to clean up the JACC, clustering and ssl tests. Jacc I have a fix, just haven't committed yet. Clustering and ssl to come later. Other test failures are known problems that we haven't implemented yet. Bill Scott M Stark wrote: I'm seeing many errors running

[JBoss-dev] RE: EJB3 testing dependencies

2006-05-11 Thread Scott M Stark
I see 5 errors when running against the 4.0.x-ejb3 build and 22 errors when running against the installer ejb3 config. -Original Message- From: Bill Burke Sent: Thursday, May 11, 2006 4:03 PM To: Scott M Stark Cc: Dimitris Andreadis; Thomas Heute;

[JBoss-dev] Re: EJB3 testing dependencies

2006-05-11 Thread Bill Burke
is there an automatic way to test this? Scott M Stark wrote: I see 5 errors when running against the 4.0.x-ejb3 build and 22 errors when running against the installer ejb3 config. -Original Message- From: Bill Burke Sent: Thursday, May 11, 2006 4:03 PM To: Scott M Stark Cc:

[JBoss-dev] RE: EJB3 testing dependencies

2006-05-11 Thread Scott M Stark
Not yet. That is something the Alex will be working on. I'm going through the failures. It just looks like missing cluster features like ejb3-clustered-sfsbcache-service.xml. -Original Message- From: Bill Burke Sent: Thursday, May 11, 2006 7:27 PM To: Scott M Stark Cc: Dimitris

[JBoss-dev] Re: EJB3 testing dependencies

2006-05-11 Thread Bill Burke
Also, the create-cluster-config in the build-test.xml of ejb3 is not working. I enabled the binding manager myself and tested clustering. It works fine. Really I don't have the time or desire to figure out why these build macros are not working, so consider the clustering failures passing.

[JBoss-dev] Re: EJB3 testing dependencies

2006-05-11 Thread Bill Burke
$ build -f build-test.xml tests yhou should be able to get down to 9 errors. Scott M Stark wrote: I am running the tests against the installer. Its down to 12 errors. -Original Message- From: Bill Burke Sent: Thursday, May 11, 2006 8:17 PM To: Scott M Stark Cc: Dimitris

[JBoss-dev] RE: EJB3 testing dependencies

2006-05-11 Thread Scott M Stark
Seeing all interceptors2 failing with a similar NPE now: [EMAIL PROTECTED] ejb3]$ ant -buildfile build-test.xml -Dtest=interceptors2 test Buildfile: build-test.xml init: test: test-with-jvmargs: [delete] Deleting: C:\cvs\JBoss4.0\jboss-4.0.x\ejb3\output\log\test.log [junit] Running

RE: [JBoss-dev] RE: EJB3 testing dependencies

2006-05-11 Thread Scott M Stark
Stark Sent: Thursday, May 11, 2006 9:37 PM To: jboss-development@lists.sourceforge.net; Bill Burke Cc: Dimitris Andreadis; Thomas Heute Subject: RE: [JBoss-dev] RE: EJB3 testing dependencies With the most recent update the jboss-4.0.x-ejb3 dist is showing more exceptions. This NPE