RE: [JBoss-dev] Jboss + Junit?

2003-01-03 Thread Scott Stirling
Hi, I wrote an MBean JUnit TestRunner for JRun 4, which is JMX-based. I did it for exactly the reasons you described below. I'll see if I can dig it up. Best, Scott Stirling -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of James Higginbotham Bill,

[JBoss-dev] [ jboss-Bugs-661682 ] 3.1 dtd missing from XmlFileLoader

2003-01-03 Thread SourceForge.net
Bugs item #661682, was opened at 2003-01-03 17:38 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=661682group_id=22866 Category: JBossServer Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Oskari Kettunen (aok) Assigned to:

[JBoss-dev] [ jboss-Bugs-661682 ] 3.1 dtd missing from XmlFileLoader

2003-01-03 Thread SourceForge.net
Bugs item #661682, was opened at 2003-01-03 17:38 You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=661682group_id=22866 Category: JBossServer Group: v3.2 Status: Open Resolution: None Priority: 6 Submitted By: Oskari Kettunen (aok) Assigned to:

[JBoss-dev] Automated JBoss(Branch_3_0) Testsuite Results: 3-January-2003

2003-01-03 Thread scott . stark
JBoss daily test results SUMMARY Number of tests run: 1004 Successful tests: 998 Errors:5 Failures: 1 [time of test: 2003-01-03.12-19 GMT] [java.version: 1.3.1]

[JBoss-dev] [AUTOMATED] (HEAD) JBoss compilation failed

2003-01-03 Thread chris
= ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net FOR DETAILS= = JAVA VERSION DETAILS java version 1.3.1_06 Java(TM) 2 Runtime Environment, Standard

[JBoss-dev] Does JRockit work yet?

2003-01-03 Thread Dain Sundstrom
Does JBoss run on JRockit yet? I mean run for a long while without crashing? I remember posts on it being broken. -dain --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf

[JBoss-dev] Automated JBoss(Branch_3_2 WonderLand) Testsuite Results: 3-January-2003

2003-01-03 Thread scott . stark
JBoss daily test results SUMMARY Number of tests run: 1051 Successful tests: 1043 Errors:6 Failures: 2 [time of test: 2003-01-03.23-32 GMT] [java.version:

Re: [JBoss-dev] 3.0.5RC1 available

2003-01-03 Thread Scott M Stark
Runs fine for me on RedHat 8.0 with Sun JDK 1.4.1_01. It looks like whatever JDK you are using is botching the search for a jar protocol handler, which does not exist. Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message

Re: [JBoss-dev] 3.0.5RC1 available

2003-01-03 Thread Adam Heath
On Fri, 3 Jan 2003, Scott M Stark wrote: Runs fine for me on RedHat 8.0 with Sun JDK 1.4.1_01. It looks like whatever JDK you are using is botching the search for a jar protocol handler, which does not exist. bash-2.05b$ /usr/lib/j2se/1.3/bin/java -version java version 1.3.1 Java(TM) 2

Re: [JBoss-dev] 3.0.5RC1 available

2003-01-03 Thread Adam Heath
On Tue, 24 Dec 2002, Scott M Stark wrote: A 3.0.5 pre-release has been made available for testing. The primary purpse is to get feedback about the latest class loader changes made to address the outstanding IllegalAccessErrors. If you have experienced problems with IllegalAccessErrors or

[JBoss-dev] Automated JBoss(Branch_3_2 WonderLand) Testsuite Results: 3-January-2003

2003-01-03 Thread scott . stark
JBoss daily test results SUMMARY Number of tests run: 1044 Successful tests: 1035 Errors:7 Failures: 2 [time of test: 2003-01-04.03-12 GMT] [java.version:

Re: [JBoss-dev] Jboss + Junit?

2003-01-03 Thread David Jencks
There's also something Dain wrote, that I think is now in the blocks module, for testing local interfaces. I think it runs your junit test inside the jboss vm. it's used in the cmp2 tests. With the plain testsuite way of doing things, you have to write something like an mbean to deploy