[JBoss-dev] Automated JBoss Testsuite Results: 5-May-2002

2002-05-05 Thread chris
Number of tests run: 754 Successful tests: 590 Errors:149 Failures: 15 [time of test: 5 May 2002 8:0 GMT] [java.version: 1.3.1_02] [java.vendor: Sun Microsystems

[JBoss-dev] Automated JBoss Testsuite Results: 5-May-2002

2002-05-05 Thread chris
Number of tests run: 754 Successful tests: 589 Errors:149 Failures: 16 [time of test: 5 May 2002 9:3 GMT] [java.version: 1.4.0] [java.vendor: Sun Microsystems Inc.]

[JBoss-dev] [ jboss-Bugs-552489 ] JNDIView issues (getHome,getRemote)

2002-05-05 Thread noreply
Bugs item #552489, was opened at 2002-05-05 12:50 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=552489group_id=22866 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Georg Schmid (giorgio42) Assigned to: Nobody/Anonymous

[JBoss-dev] [ jboss-Bugs-552532 ] Verifier warning shows null message

2002-05-05 Thread noreply
Bugs item #552532, was opened at 2002-05-05 15:14 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=552532group_id=22866 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Georg Schmid (giorgio42) Assigned to: Nobody/Anonymous

[JBoss-dev] [ jboss-Bugs-552536 ] Verifier prints erraneous 7.10.1 warning

2002-05-05 Thread noreply
Bugs item #552536, was opened at 2002-05-05 15:23 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=552536group_id=22866 Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Georg Schmid (giorgio42) Assigned to: Nobody/Anonymous

[JBoss-dev] [ jboss-Change Notes-552540 ] JBossMX default logging

2002-05-05 Thread noreply
Change Notes item #552540, was opened at 2002-05-05 13:33 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=381174aid=552540group_id=22866 Category: JBossMX Group: v3.0 (Rabbit Hole) Status: Open Priority: 5 Submitted By: Adrian Brock (ejort) Assigned to:

[JBoss-dev] [ jboss-Change Notes-552547 ] JBossMX default logging

2002-05-05 Thread noreply
Change Notes item #552547, was opened at 2002-05-05 14:00 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=381174aid=552547group_id=22866 Category: JBossMX Group: v3.0 (Rabbit Hole) Status: Open Priority: 5 Submitted By: Adrian Brock (ejort) Assigned to:

Re: [JBoss-dev] getContextClassLoader() vs. Class.forName(x,y,z)

2002-05-05 Thread Peter Levart
On Friday 03 May 2002 06:24, Dain Sundstrom wrote: In org.jboss.ejb.plugins.cmp.jdbc.metadata.JDBCQueryMetaDataFactory I have a method (convertToJavaClass) that does the name to array class conversion. Here is the core: int arraySize = 0; while(name.endsWith([])) { name =

[JBoss-dev] [ jboss-Bugs-552532 ] Verifier warning shows null message

2002-05-05 Thread noreply
Bugs item #552532, was opened at 2002-05-05 09:14 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=552532group_id=22866 Category: JBossServer Group: None Status: Open Resolution: None Priority: 5 Submitted By: Georg Schmid (giorgio42) Assigned to: Jay

Re: [JBoss-dev] testsuite in HEAD does not build

2002-05-05 Thread danch
Didn't get that error there, but I did get an compile problem in the newbank stuff related to the fact that 1.4 defines a throwable 'cause' property in Exception and newbank has an exception class with an Exception cause properly. I've fixed that and will check in as soon as I confirm that it

[JBoss-dev] [ jboss-Bugs-552536 ] Verifier prints erraneous 7.10.1 warning

2002-05-05 Thread noreply
Bugs item #552536, was opened at 2002-05-05 09:23 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=376685aid=552536group_id=22866 Category: JBossServer Group: None Status: Open Resolution: None Priority: 5 Submitted By: Georg Schmid (giorgio42) Assigned to: Jay

[JBoss-dev] marathon tests and banknew

2002-05-05 Thread danch
I'm trying to run the marathon tests against the head. This is failing with CMP errors indicating query not found for various finders. The XDoclet tags for newbank (well Customer at any rate) have jboss-finder declarations but no ejb:finder declarations (for CMP 2) I've added one of these

Re: [JBoss-dev] marathon tests and banknew

2002-05-05 Thread Andreas Schaefer
Hi Danch No, you are note into the weeds. As mentioned in the CVS message the banknew application is not working mostly because JBoss 3 uses an XDoclet version which is not officially released and therefore I don't have a docu. Can you tell me how to write the ejb:finder and I will adjust the

[JBoss-dev] Automated JBoss Testsuite Results: 6-May-2002

2002-05-05 Thread chris
Number of tests run: 749 Successful tests: 583 Errors:142 Failures: 24 [time of test: 6 May 2002 1:1 GMT] [java.version: 1.3.0] [java.vendor: IBM Corporation]

Re: [JBoss-dev] marathon tests and banknew

2002-05-05 Thread danch
I just finished that up. Once I figured it out, it took all of 5 minutes. For the record, it took added a 'schema' attribute to the ejb:bean tag, then adding the ejb-ql to a 'query' attribute of the ejb:finder tag. -danch Andreas Schaefer wrote: Hi Danch No, you are note into the weeds.

[JBoss-dev] Automated JBoss Testsuite Results: 6-May-2002

2002-05-05 Thread chris
Number of tests run: 756 Successful tests: 587 Errors:141 Failures: 28 [time of test: 6 May 2002 1:55 GMT] [java.version: 1.3.0] [java.vendor: IBM Corporation]

Re: [JBoss-dev] [ jboss-Bugs-552157 ] Stateful session activation fails

2002-05-05 Thread Victor Langelo
I'm willing to work on this problem, since I've already spent some time studying the relevant code. However, my first attempt was not spec compliant. So I though it might be a good idea to bounce a couple of solutions off the general dev group. The general problem is that passivated

[JBoss-dev] Automated JBoss Testsuite Results: 6-May-2002

2002-05-05 Thread chris
Number of tests run: 756 Successful tests: 592 Errors:149 Failures: 15 [time of test: 6 May 2002 2:58 GMT] [java.version: 1.3.1] [java.vendor: Blackdown Java-Linux

[JBoss-dev] Automated JBoss Testsuite Results: 6-May-2002

2002-05-05 Thread chris
Number of tests run: 756 Successful tests: 602 Errors:141 Failures: 13 [time of test: 6 May 2002 4:25 GMT] [java.version: 1.3.1] [java.vendor: Blackdown Java-Linux

[JBoss-dev] Automated JBoss Testsuite Results: 6-May-2002

2002-05-05 Thread chris
Number of tests run: 756 Successful tests: 594 Errors:149 Failures: 13 [time of test: 6 May 2002 6:2 GMT] [java.version: 1.3.1_03] [java.vendor: Sun Microsystems