[JBoss-dev] jboss-cache-testsuite Build Completed With Testsuite Errors

2006-05-01 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-cache-testsuite?log=log20060502004754 TESTS FAILEDAnt Error Message: /services/cruisecontrol/work/scripts/build-JBossCache.xml:86: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/

[JBoss-dev] jbpm-hsqldb-testsuite Build Failed

2006-05-01 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jbpm-hsqldb-testsuite?log=log20060502011817 BUILD FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-jbpm-db-matrix.xml:85: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/buil

[JBoss-dev] jbpm-mysql-testsuite Build Failed

2006-05-01 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jbpm-mysql-testsuite?log=log20060502011722 BUILD FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-jbpm-db-matrix.xml:92: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build

[JBoss-dev] jbossweb build.54 Build Successful

2006-05-01 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jbossweb?log=log20060502004240Lbuild.54 BUILD COMPLETE - build.54Date of build: 05/02/2006 00:42:40Time to build: 24 minutes 19 seconds  Unit Tests: (0)  Total Errors an

[JBoss-dev] jboss-4.0-testsuite Build Completed With Testsuite Errors

2006-05-01 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-testsuite?log=log20060501212231 TESTS FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-jboss-common.xml:235: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-c

[JBoss-dev] RE: Problem with minimal config in Branch_4_0

2006-05-01 Thread Scott M Stark
Ok, this package already is in the jboss-minmal.jar -Original Message- From: Clebert Suconic Sent: Monday, May 01, 2006 9:20 PM To: Scott M Stark; Tom Elrod Cc: Dimitris Andreadis; QA; 'jboss-development@lists.sourceforge.net' Subject: RE: Problem with minimal config in Branch_4_0 Eh eh

[JBoss-dev] RE: Problem with minimal config in Branch_4_0

2006-05-01 Thread Clebert Suconic
Eh eh... sorry, I should have been clearer. There is an implementation under org.jboss.invocation.unified package. If that package is available under the minimal configuration, we don't need to add the streaming Tom mentioned. -Original Message- From: Scott M Stark Sent: Monday, May 01,

[JBoss-dev] RE: Problem with minimal config in Branch_4_0

2006-05-01 Thread Scott M Stark
So what does this mean, that the custom object input stream is not needed? -Original Message- From: Clebert Suconic Sent: Monday, May 01, 2006 12:49 PM To: Scott M Stark; Tom Elrod Cc: Dimitris Andreadis; QA; 'jboss-development@lists.sourceforge.net' Subject: RE: Problem with minimal conf

[JBoss-dev] jbpm-oracle-testsuite Build Failed

2006-05-01 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jbpm-oracle-testsuite?log=log20060501221626 BUILD FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-jbpm-db-matrix.xml:100: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/bui

[JBoss-dev] JBossCache 1.4.0.Alpha released

2006-05-01 Thread Rajesh Rajasekaran
JBossCache 1.4.0.Alpha has been released and is available for download at http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=102339&release_id=414179   JBossCache 1.4.0.Alpha has also been updated in the repository.     Thanks Rajesh JBoss QA  

[JBoss-dev] jboss-4.0-testsuite Build Completed With Testsuite Errors

2006-05-01 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-testsuite?log=log20060501151046 TESTS FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-jboss-common.xml:235: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-c

[JBoss-dev] jboss-head-jdk-matrix Build Failed

2006-05-01 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20060501162925 BUILD FAILEDAnt Error Message: /services/cruisecontrol/work/scripts/build-jboss-common.xml:220: The following error occurred while executing this line: /services/cruisecontrol/work/scrip

[JBoss-dev] RE: Problem with minimal config in Branch_4_0

2006-05-01 Thread Clebert Suconic
MarshalledInvocation is initializing org.jboss.invocation.unified.interfaces.JavaSerializationManager on its static block, to avoid the dependency on the streaming Tom mentioned. public class MarshalledInvocation extends Invocation implements java.io.Externalizable { // Constant

[JBoss-dev] RE: Problem with minimal config in Branch_4_0

2006-05-01 Thread Scott M Stark
Why is that? We need to be doing a better job of minimizing cross package dependencies to allow for cleaner reuse of functionality. > -Original Message- > From: Tom Elrod > Sent: Monday, May 01, 2006 12:33 PM > To: Scott M Stark > Cc: Tom Elrod; Dimitris Andreadis; QA; > jboss-developmen

[JBoss-dev] Re: Problem with minimal config in Branch_4_0

2006-05-01 Thread Tom Elrod
They are not broken out in terms of jar currently (all in one jar). However, the org.jboss.remoting.serialization package can be broken out, but will need to include org.jboss.remoting.loading.ObjectInputStreamWithClassLoader as well. Scott M Stark wrote: It does not make sense to add the ful

[JBoss-dev] RE: Problem with minimal config in Branch_4_0

2006-05-01 Thread Scott M Stark
It does not make sense to add the full remoting jar as there is no dependency on this other than the serialization classes. This comes back to the fact that org/jboss/invocation needs to be refactored into a separate legacy remoting jar, and org.jboss.remoting.serialization included in it or broken

[JBoss-dev] jboss-head-jdk-matrix Build Failed

2006-05-01 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20060501132035 BUILD FAILEDAnt Error Message: /services/cruisecontrol/work/scripts/build-jboss-common.xml:220: The following error occurred while executing this line: /services/cruisecontrol/work/scrip

[JBoss-dev] jboss-head-jdk-matrix Build Failed

2006-05-01 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20060501124811 BUILD FAILEDAnt Error Message: /services/cruisecontrol/work/scripts/build-jboss-common.xml:220: The following error occurred while executing this line: /services/cruisecontrol/work/scrip

[JBoss-dev] jbossweb build.53 Build Successful

2006-05-01 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jbossweb?log=log20060501121102Lbuild.53 BUILD COMPLETE - build.53Date of build: 05/01/2006 12:11:02Time to build: 23 minutes 40 seconds  Unit Tests: (0)  Total Errors an

[JBoss-dev] jboss-head-jdk-matrix Build Failed

2006-05-01 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20060501114413 BUILD FAILEDAnt Error Message: /services/cruisecontrol/work/scripts/build-jboss-common.xml:220: The following error occurred while executing this line: /services/cruisecontrol/work/scrip

[JBoss-dev] jboss-head-jdk-matrix Build Failed

2006-05-01 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20060501105435 BUILD FAILEDAnt Error Message: /services/cruisecontrol/work/scripts/build-jboss-common.xml:220: The following error occurred while executing this line: /services/cruisecontrol/work/scrip

[JBoss-dev] jboss-4.0-testsuite Build Completed With Testsuite Errors

2006-05-01 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-testsuite?log=log20060501074802 TESTS FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-jboss-common.xml:235: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-c

[JBoss-dev] jboss-head-jdk-matrix Build Failed

2006-05-01 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20060501083831 BUILD FAILEDAnt Error Message: /services/cruisecontrol/work/scripts/build-jboss-common.xml:220: The following error occurred while executing this line: /services/cruisecontrol/work/scrip

[JBoss-dev] jbpm-mysql-testsuite Build Failed

2006-05-01 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jbpm-mysql-testsuite?log=log20060501080248 BUILD FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-jbpm-db-matrix.xml:92: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build

[JBoss-dev] microcontainer-head-testsuite Build Failed

2006-05-01 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/microcontainer-head-testsuite?log=log20060501062856 BUILD FAILEDAnt Error Message: /services/cruisecontrol/work/scripts/build-microcontainer-head-testsuite.xml:41: Exit code: 1 See compilejbosshead.log in Build Artifacts

[JBoss-dev] jboss-remoting-testsuite-1.5 Build Completed With Testsuite Errors

2006-05-01 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-remoting-testsuite-1.5?log=log20060501041617 TESTS FAILEDAnt Error Message: /services/cruisecontrol/work/scripts/build-jboss-remoting.xml:96: The following error occurred while executing this line: /services/cruisecontrol/wo

[JBoss-dev] jboss-4.0-testsuite Build Completed With Testsuite Errors

2006-05-01 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-testsuite?log=log20060501014555 TESTS FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-jboss-common.xml:235: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-c