[JBoss-dev] jboss-3.2-testsuite build.228 Build Fixed

2006-03-10 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-testsuite?log=log20060310190301Lbuild.228
BUILD COMPLETE - build.228Date of build: 03/10/2006 19:03:01Time to build: 50 minutes 8 seconds




    Unit Tests: (1849)    Total Errors and Failures: (0)All Tests Passed 
 Modifications since last build: (first 50 of 0)



Re: [JBoss-dev] jdbc connection pool exception handling

2006-03-10 Thread Max Rydahl Andersen

On Fri, 10 Mar 2006 17:31:21 +0100, Bill Burke <[EMAIL PROTECTED]> wrote:

Spring has a nice feature to take a SQLException and turn it into a more  
concrete exception based on a hierarchy.  I.e.  SQLException.errorNumber  
might be deadlock and it then converts it to a DeadlockException that  
inherits from SQLException (at least I think that's how it works).


The idea would be to build this into our JCA Connection Pools.  Refactor  
our JCA Connection Pools to work in any appserver, and we have a nice  
little project.


something like SQLExceptionConverter in Hibernate 3 ?


--
--
Max Rydahl Andersen
callto://max.rydahl.andersen

Hibernate
[EMAIL PROTECTED]
http://hibernate.org

JBoss Inc
[EMAIL PROTECTED]


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] JMX tests in jboss4

2006-03-10 Thread Adrian Brock
And while we are on the subject, it would be nice if people
fixed the tests they broke in jboss-head
http://cruisecontrol.jboss.com/cc/artifacts/jboss-head-testsuite-1.4/20060309183830/results/index.html

I've got bored of fixing the DOM property editor test every time
the webservices team plays with it.

On Fri, 2006-03-10 at 18:34 +, Adrian Brock wrote:
> Can whoever broke the JMX tests again please fix them.
> These are really deployment tests.
> 
> I am not going to continually fix other people's mess on every release.
-- 

Adrian Brock
Chief Scientist
JBoss Inc.




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] JMX tests in jboss4

2006-03-10 Thread Adrian Brock
Can whoever broke the JMX tests again please fix them.
These are really deployment tests.

I am not going to continually fix other people's mess on every release.
-- 

Adrian Brock
Chief Scientist
JBoss Inc.




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jdbc connection pool exception handling

2006-03-10 Thread Bill Burke
Spring has a nice feature to take a SQLException and turn it into a more 
concrete exception based on a hierarchy.  I.e.  SQLException.errorNumber 
might be deadlock and it then converts it to a DeadlockException that 
inherits from SQLException (at least I think that's how it works).


The idea would be to build this into our JCA Connection Pools.  Refactor 
our JCA Connection Pools to work in any appserver, and we have a nice 
little project.

--
Bill Burke
Chief Architect
JBoss Inc.


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-head-jdk-matrix build.1540 Build Fixed

2006-03-10 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20060310105932Lbuild.1540
BUILD COMPLETE - build.1540Date of build: 03/10/2006 10:59:32Time to build: 22 minutes 34 secondsLast changed: 03/10/2006 10:45:29Last log entry: [JBAS-2834] During shutdown interrupt the thread that is listening for multicast discovery packets.




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (first 50 of 28)1.14modifiedbstansberrycluster/src/main/org/jboss/ha/jndi/DetachedHANamingService.java[JBAS-2834] During shutdown interrupt the thread that is listening for multicast discovery packets.1.69modifiedtdieslerbuild/build-thirdparty.xmlRollback jgroups to 2.2.82.2.9.1 is not in the repository1.4modifiedaloubyanskytestsuite/src/resources/xml/mbeanserver/user-roles.xsdadded role element binding from the user-roles.xsd in the server module1.35modifiedaloubyanskycommon/src/main/org/jboss/xb/binding/sunday/unmarshalling/impl/runtime/RtElementHandler.javarefactoring and steps towards (JBXB-57) Emtpy unwrapped nillable arrays incorrectly unmarshalled as a null value1.8modifiedadrianaspects/src/resources/org/jboss/test/microcontainer/test/JMXDecoratedTestCase.xmlChange the introduction to be based on the annotationrather than the implementation classto show it doesn't work for annotations defined in the repository.1.1addedadrianaspects/src/jdk15/org/jboss/aop/microcontainer/prototype/introductions/jmx/JMX.javaRework the tests so we can test real annotations.1.1addedadrianaspects/src/jdk15/org/jboss/aop/microcontainer/prototype/introductions/jmx/JMXIntroduction.javaRework the tests so we can test real annotations.1.7modifiedadrianaspects/src/resources/org/jboss/test/microcontainer/test/JMXDecoratedTestCase.xmlRework the tests so we can test real annotations.1.1addedadrianaspects/src/test50/org/jboss/test/microcontainer/test/InterceptedTestCase.javaRework the tests so we can test real annotations.1.1addedadrianaspects/src/test50/org/jboss/test/microcontainer/test/JMXDecoratedTestCase.javaRework the tests so we can test real annotations.1.10modifiedadrianaspects/build-test50.xmlRework the tests so we can test real annotations.1.1addedadrianaspects/src/test50/org/jboss/test/microcontainer/support/CalledInterceptor.javaRework the tests so we can test real annotations.1.1addedadrianaspects/src/test50/org/jboss/test/microcontainer/support/MetaDataContextInterceptor.javaRework the tests so we can test real annotations.1.1addedadrianaspects/src/test50/org/jboss/test/microcontainer/support/SimpleBean.javaRework the tests so we can test real annotations.1.1addedadrianaspects/src/test50/org/jboss/test/microcontainer/support/SimpleBeanAnnotatedImpl.javaRework the tests so we can test real annotations.1.1addedadrianaspects/src/test50/org/jboss/test/microcontainer/support/SimpleBeanImpl.javaRework the tests so we can test real annotations.1.1addedadrianaspects/src/test50/org/jboss/test/microcontainer/support/SimpleBeanImplMBean.javaRework the tests so we can test real annotations.1.5modifiedaloubyanskytestsuite/src/main/org/jboss/test/xml/BasicArraysUnitTestCase.javatestcases for (JBXB-57) Emtpy unwrapped nillable arrays incorrectly unmarshalled as a null value1.6modifiedkkhanaop/src/main/org/jboss/aop/joinpoint/ConstructionInvocation.javaRevert previous change1.20modifiedkkhanaop/src/main/org/jboss/aop/joinpoint/ConstructorInvocation.javaRevert previous change1.15modifiedkkhanaop/src/main/org/jboss/aop/joinpoint/FieldInvocation.javaRevert previous change1.39modifiedkkhanaop/src/main/org/jboss/aop/joinpoint/MethodInvocation.javaRevert previous change1.5modifiedkkhanaop/src/main/org/jboss/aop/joinpoint/ConstructionInvocation.javaResolve most specific annotation first, e.g. field, method etc before checking class annotation1.19modifiedkkhanaop/src/main/org/jboss/aop/joinpoint/ConstructorInvocation.javaResolve most specific annotation first, e.g. field, method etc before checking class annotation1.14modifiedkkhanaop/src/main/org/jboss/aop/joinpoint/FieldInvocation.javaResolve most specific annotation first, e.g. field, method etc before checking class annotation1.38modifiedkkhanaop/src/main/org/jboss/aop/joinpoint/MethodInvocation.javaResolve most specific annotation first, e.g. field, method etc before checking class annotation1.9modifiedadrianaspects/build-test50.xmlFix the thirdparty libraries definition.1.68modifiedbelabuild/build-thirdparty.xmlupgraded JGroups from 2.2.8 to 2.2.9.1



[JBoss-dev] FW: [jboss-cvs] repository.jboss.com/jgroups/2.2.8/lib ...

2006-03-10 Thread Ruel Loehr
This broke the build.  The 2.2.8 jgroups jar needs to be reverted, and a
new folder needs to be made for the new version.

Quick question though: 

How do we handle thirdparty dependencies which don't match our
versioning scheme?

E.g. the version 2.2.9.1 doesn't match the layout defined here:
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossProductVersioning

I'm assuming this translates to 2.2.9.SP1 .

For the time being I'll add it as 2.2.9.1 until this is sorted out.


Ruel Loehr
JBoss QA
 
-
512-342-7840 ext 2011
Yahoo: ruelloehr
Skype: ruelloehr
AOL: dokoruel

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bela
Ban
Sent: Friday, March 10, 2006 7:31 AM
To: [EMAIL PROTECTED]
Subject: [jboss-cvs] repository.jboss.com/jgroups/2.2.8/lib ...

  User: bela
  Date: 06/03/10 08:30:47

  Modified:jgroups/2.2.8/lib  jgroups.jar
  Log:
  Added 2.2.9.1 version
  
  Revision  ChangesPath
  1.2   +6417
-7399repository.jboss.com/jgroups/2.2.8/lib/jgroups.jar
  
<>
  
  


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting
language
that extends applications into web and mobile media. Attend the live
webcast
and join the prime developer group breaking into this new coding
territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
jboss-cvs-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-cvs-commits


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2006-03-10 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20060310102915
BUILD FAILEDAnt Error Message: /services/cruisecontrol/work/scripts/build-jboss-common.xml:220: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-jboss-common.xml:64: Exit code: 1   See compile.log in Build Artifacts for details.Date of build: 03/10/2006 10:29:15Time to build: 12 minutes 52 secondsLast changed: 03/10/2006 10:14:01Last log entry: added role element binding from the user-roles.xsd in the server module




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (first 50 of 26)1.4modifiedaloubyanskytestsuite/src/resources/xml/mbeanserver/user-roles.xsdadded role element binding from the user-roles.xsd in the server module1.35modifiedaloubyanskycommon/src/main/org/jboss/xb/binding/sunday/unmarshalling/impl/runtime/RtElementHandler.javarefactoring and steps towards (JBXB-57) Emtpy unwrapped nillable arrays incorrectly unmarshalled as a null value1.8modifiedadrianaspects/src/resources/org/jboss/test/microcontainer/test/JMXDecoratedTestCase.xmlChange the introduction to be based on the annotationrather than the implementation classto show it doesn't work for annotations defined in the repository.1.1addedadrianaspects/src/jdk15/org/jboss/aop/microcontainer/prototype/introductions/jmx/JMX.javaRework the tests so we can test real annotations.1.1addedadrianaspects/src/jdk15/org/jboss/aop/microcontainer/prototype/introductions/jmx/JMXIntroduction.javaRework the tests so we can test real annotations.1.7modifiedadrianaspects/src/resources/org/jboss/test/microcontainer/test/JMXDecoratedTestCase.xmlRework the tests so we can test real annotations.1.1addedadrianaspects/src/test50/org/jboss/test/microcontainer/test/InterceptedTestCase.javaRework the tests so we can test real annotations.1.1addedadrianaspects/src/test50/org/jboss/test/microcontainer/test/JMXDecoratedTestCase.javaRework the tests so we can test real annotations.1.10modifiedadrianaspects/build-test50.xmlRework the tests so we can test real annotations.1.1addedadrianaspects/src/test50/org/jboss/test/microcontainer/support/CalledInterceptor.javaRework the tests so we can test real annotations.1.1addedadrianaspects/src/test50/org/jboss/test/microcontainer/support/MetaDataContextInterceptor.javaRework the tests so we can test real annotations.1.1addedadrianaspects/src/test50/org/jboss/test/microcontainer/support/SimpleBean.javaRework the tests so we can test real annotations.1.1addedadrianaspects/src/test50/org/jboss/test/microcontainer/support/SimpleBeanAnnotatedImpl.javaRework the tests so we can test real annotations.1.1addedadrianaspects/src/test50/org/jboss/test/microcontainer/support/SimpleBeanImpl.javaRework the tests so we can test real annotations.1.1addedadrianaspects/src/test50/org/jboss/test/microcontainer/support/SimpleBeanImplMBean.javaRework the tests so we can test real annotations.1.5modifiedaloubyanskytestsuite/src/main/org/jboss/test/xml/BasicArraysUnitTestCase.javatestcases for (JBXB-57) Emtpy unwrapped nillable arrays incorrectly unmarshalled as a null value1.6modifiedkkhanaop/src/main/org/jboss/aop/joinpoint/ConstructionInvocation.javaRevert previous change1.20modifiedkkhanaop/src/main/org/jboss/aop/joinpoint/ConstructorInvocation.javaRevert previous change1.15modifiedkkhanaop/src/main/org/jboss/aop/joinpoint/FieldInvocation.javaRevert previous change1.39modifiedkkhanaop/src/main/org/jboss/aop/joinpoint/MethodInvocation.javaRevert previous change1.5modifiedkkhanaop/src/main/org/jboss/aop/joinpoint/ConstructionInvocation.javaResolve most specific annotation first, e.g. field, method etc before checking class annotation1.19modifiedkkhanaop/src/main/org/jboss/aop/joinpoint/ConstructorInvocation.javaResolve most specific annotation first, e.g. field, method etc before checking class annotation1.14modifiedkkhanaop/src/main/org/jboss/aop/joinpoint/FieldInvocation.javaResolve most specific annotation first, e.g. field, method etc before checking class annotation1.38modifiedkkhanaop/src/main/org/jboss/aop/joinpoint/MethodInvocation.javaResolve most specific annotation first, e.g. field, method etc before checking class annotation1.9modifiedadrianaspects/build-test50.xmlFix the thirdparty libraries definition.1.68modifiedbelabuild/build-thirdparty.xmlupgraded JGroups from 2.2.8 to 2.2.9.1



[JBoss-dev] concurrent-testsuite Build Completed With Testsuite Errors

2006-03-10 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/concurrent-testsuite?log=log20060310095801
TESTS FAILEDAnt Error Message: /services/cruisecontrol/work/scripts/build-concurrent-testsuite.xml:73: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-common-targets.xml:11: Build Successful - Tests completed with errors or failures.Date of build: 03/10/2006 09:58:01Time to build: 7 minutes 20 secondsLast changed: 02/21/2006 05:34:26Last log entry: Build concurrent with JDK1.4




    Unit Tests: (1707)    Total Errors and Failures: (1)testPrivilegedThreadFactory.ExecutorsTest 
 Modifications since last build: (first 50 of 1)1.3modifiedadrian/.classpathBuild concurrent with JDK1.4



[JBoss-dev] jbossretro-testsuite Build Completed With Testsuite Errors

2006-03-10 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jbossretro-testsuite?log=log20060310094831
TESTS FAILEDAnt Error Message: /services/cruisecontrol/work/scripts/build-jbossretro-testsuite.xml:75: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-common-targets.xml:11: Build Successful - Tests completed with errors or failures.Date of build: 03/10/2006 09:48:31Time to build: 7 minutes 1 secondLast changed: 03/06/2006 15:09:55Last log entry: Revert the reentrant lock stuff to backport concurrent utiland remove tests that don't have coverage.




    Unit Tests: (1233)    Total Errors and Failures: (5)unknownorg.jboss.test.concurrent.ReentrantLockTesttestPrivilegedThreadFactoryorg.jboss.test.concurrent.ExecutorsTesttestHasQueuedThreadsorg.jboss.test.concurrent.SemaphoreTesttestGetQueueLengthorg.jboss.test.concurrent.SemaphoreTesttestGetQueuedThreadsorg.jboss.test.concurrent.SemaphoreTest 
 Modifications since last build: (first 50 of 166)1.2deletedadriansrc/test/org/jboss/test/concurrent/LockSupportTest.javaRevert the reentrant lock stuff to backport concurrent utiland remove tests that don't have coverage.1.4deletedadriansrc/test/org/jboss/test/concurrent/ReentrantReadWriteLockTest.javaRevert the reentrant lock stuff to backport concurrent utiland remove tests that don't have coverage.1.2deletedadriansrc/test/org/jboss/test/concurrent/ThreadTest.javaRevert the reentrant lock stuff to backport concurrent utiland remove tests that don't have coverage.1.3modifiedadriansrc/test/org/jboss/test/concurrent/SemaphoreTest.javaProvide more information than "UnexpectedException"1.8modifiedadrianthirdparty/javassist/lib/javassist.jarRemove the signature fixing.We need something a bit more robust.1.3modifiedadriansrc/test/org/jboss/test/concurrent/ReentrantReadWriteLockTest.javaWork around unweaved stuff in the ReentrantReadWriteLock test1.4modifiedadriansrc/test/org/jboss/test/concurrent/JSR166TestCase.javaExclude tests for UncaughtExceptionHandler1.2modifiedadriansrc/test/org/jboss/test/concurrent/SemaphoreTest.javaRemove tests for semaphore operations with multiple permitssince backport concurrent util doesn't support these operations.1.7modifiedadrianthirdparty/javassist/lib/javassist.jarAdd the ability to change the signature of a constant pool methodref entry.This is useful for JDK5 to 1.4 mapping, e.g.java.lang.String.clone()Ljava.lang.String; -> java.lang.String.clone()Ljava.lang.Object;Apply this for ReentrantLock.read/writeLock()1.6modifiedadrianthirdparty/javassist/lib/javassist.jarUse the version of javassist that handles no parameter annotations properly.1.2modifiedadriansrc/test/org/jboss/test/concurrent/ThreadPoolExecutorTest.javaComment out tests that use non-existant api1.2modifiedadriansrc/test/org/jboss/test/concurrent/ThreadPoolExecutorSubclassTest.javaComment out tests that use non-existant api1.2modifiedadriansrc/test/org/jboss/test/concurrent/TreeSetTest.javaComment out tests that use non-existant apiSimulate pollFirst/Last used by this test.1.2modifiedadriansrc/test/org/jboss/test/concurrent/TreeMapTest.javaComment out tests that use non-existant api1.2modifiedadriansrc/test/org/jboss/test/concurrent/TimeUnitTest.javaComment out tests that use non-existant api1.1addedadriansrc/test/org/jboss/test/concurrent/RunnableScheduledFuture.javaInclude non-existant api in org.jboss.test.concurrent1.1addedadriansrc/test/org/jboss/test/concurrent/RunnableFuture.javaInclude non-existant api in org.jboss.test.concurrent1.3modifiedadriansrc/test/org/jboss/test/concurrent/JSR166TestCase.javaComment out non-existant test1.2modifiedrcampbellsrc/test/org/jboss/test/concurrent/ReentrantReadWriteLockTest.javaJBAS-2814 - remove tests of non java 5 methods1.2modifiedrcampbellsrc/test/org/jboss/test/concurrent/LinkedListTest.javaJBAS-2814 - remove tests of non java 5 methods1.2modifiedrcampbellsrc/test/org/jboss/test/concurrent/JSR166TestCase.javaJBAS-2814	 - removed tests for classes not present in jdk51.2deletedrcampbellsrc/test/org/jboss/test/concurrent/LinkedBlockingDequeTest.javaJBAS-2814	 - removed tests for classes not present in jdk51.2deletedrcampbellsrc/test/org/jboss/test/concurrent/TreeSubMapTest.javaJBAS-2814	 - removed tests for classes not present in jdk51.2deletedrcampbellsrc/test/org/jboss/test/concurrent/TreeSubSetTest.javaJBAS-2814	 - removed tests for classes not present in jdk51.1addedrcampbellsrc/test/org/jboss/test/concurrent/JSR166TestCase.javaJBAS-2814: Initial import of jsr166 tck.  Currently excluded from build since it has dependencies not available in jdk5.1.1addedrcampbellsrc/test/org/jboss/test/concurrent/LinkedBlockingDequeTest.javaJBAS-2814: Initial import of jsr166 tck.  Currently excluded from build since it has dependencies not available in jdk5.1.1addedrcampbellsrc/test/org/jboss/test/concurrent/LinkedBlockingQueueT

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

2006-03-10 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-seam-testsuite?log=log20060310094136
TESTS FAILEDAnt Error Message: /services/cruisecontrol/work/scripts/build-jboss-seam-testsuite.xml:132: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-common-targets.xml:11: Build Successful - Tests completed with errors or failures.Date of build: 03/10/2006 09:41:36Time to build: 2 minutes 24 secondsLast changed: 03/10/2006 04:31:12Last log entry: upd




    Unit Tests: (15)    Total Errors and Failures: (1)testValidationInterceptor.Core 
 Modifications since last build: (first 50 of 84)1.2modifiedgavinsrc/main/org/jboss/seam/core/LocaleSelector.javafixed bug1.6modifiedgavinsrc/main/org/jboss/seam/core/FacesMessages.javaimprovements to design of i18n stuff1.2modifiedgavinsrc/main/org/jboss/seam/core/Locale.javaimprovements to design of i18n stuff1.1addedgavinsrc/main/org/jboss/seam/core/LocaleSelector.javaimprovements to design of i18n stuff1.12modifiedgavinsrc/main/org/jboss/seam/core/Pageflow.javaimprovements to design of i18n stuff1.6modifiedgavinsrc/main/org/jboss/seam/core/ResourceBundle.javaimprovements to design of i18n stuff1.44modifiedgavinsrc/main/org/jboss/seam/init/Initialization.javaimprovements to design of i18n stuff1.33modifiedgavinsrc/main/org/jboss/seam/interceptors/ConversationInterceptor.javaimprovements to design of i18n stuff1.16modifiedgavinsrc/test/misc/org/jboss/seam/test/InitializationTest.javaimprovements to design of i18n stuff1.5modifiedsbryzak2src/main/org/jboss/seam/remoting/ExecutionHandler.javaReinstated conversation before unmarshaling remote call1.5modifiedgavinsrc/main/org/jboss/seam/remoting/SeamRemotingServlet.javaremoved noise1.3modifiedgavinsrc/main/org/jboss/seam/remoting/SubscriptionHandler.javaremoved noise1.15modifiedgavinsrc/test/misc/org/jboss/seam/test/InitializationTest.javafix test1.2modifiedgavinsrc/main/org/jboss/seam/util/Template.javaremove unnecessary code1.5modifiedgavinsrc/main/org/jboss/seam/core/FacesMessages.javaJBSEAM-165locale is now switchabletemplated messages for the UI1.1addedgavinsrc/main/org/jboss/seam/core/Locale.javaJBSEAM-165locale is now switchabletemplated messages for the UI1.1addedgavinsrc/main/org/jboss/seam/core/Messages.javaJBSEAM-165locale is now switchabletemplated messages for the UI1.5modifiedgavinsrc/main/org/jboss/seam/core/Pages.javaJBSEAM-165locale is now switchabletemplated messages for the UI1.5modifiedgavinsrc/main/org/jboss/seam/core/ResourceBundle.javaJBSEAM-165locale is now switchabletemplated messages for the UI1.43modifiedgavinsrc/main/org/jboss/seam/init/Initialization.javaJBSEAM-165locale is now switchabletemplated messages for the UI1.3deletedsbryzak2src/main/org/jboss/seam/annotations/Remotable.javaImprovements to remoting JMS support, created remoting/JMS chatroom example, renamed @Remotable annotation to @WebRemote, updated documentation and helloworld example with new annotation1.1addedsbryzak2src/main/org/jboss/seam/annotations/WebRemote.javaImprovements to remoting JMS support, created remoting/JMS chatroom example, renamed @Remotable annotation to @WebRemote, updated documentation and helloworld example with new annotation1.4modifiedsbryzak2src/main/org/jboss/seam/remoting/Call.javaImprovements to remoting JMS support, created remoting/JMS chatroom example, renamed @Remotable annotation to @WebRemote, updated documentation and helloworld example with new annotation1.4modifiedsbryzak2src/main/org/jboss/seam/remoting/ExecutionHandler.javaImprovements to remoting JMS support, created remoting/JMS chatroom example, renamed @Remotable annotation to @WebRemote, updated documentation and helloworld example with new annotation1.5modifiedsbryzak2src/main/org/jboss/seam/remoting/InterfaceGenerator.javaImprovements to remoting JMS support, created remoting/JMS chatroom example, renamed @Remotable annotation to @WebRemote, updated documentation and helloworld example with new annotation1.2modifiedsbryzak2src/main/org/jboss/seam/remoting/RequestHandlerFactory.javaImprovements to remoting JMS support, created remoting/JMS chatroom example, renamed @Remotable annotation to @WebRemote, updated documentation and helloworld example with new annotation1.2modifiedsbryzak2src/main/org/jboss/seam/remoting/SubscriptionHandler.javaImprovements to remoting JMS support, created remoting/JMS chatroom example, renamed @Remotable annotation to @WebRemote, updated documentation and helloworld example with new annotation1.3modifiedsbryzak2src/main/org/jboss/seam/remoting/remote.jsImprovements to remoting JMS support, created remoting/JMS chatroom example, renamed @Remotable annotation to @WebRemote, updated documentation and helloworld example with new annotation1.2modifiedsbryzak2src/main/org/jboss/seam/remoting/messaging/PollRequest.javaImprovements to remoting JMS sup

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

2006-03-10 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20060310075833
BUILD FAILEDAnt Error Message: /services/cruisecontrol/work/scripts/build-jboss-common.xml:220: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-jboss-common.xml:64: Exit code: 1   See compile.log in Build Artifacts for details.Date of build: 03/10/2006 07:58:33Time to build: 18 minutes 36 secondsLast changed: 03/10/2006 07:45:15Last log entry: refactoring and steps towards (JBXB-57) Emtpy unwrapped nillable arrays incorrectly unmarshalled as a null value




    Unit Tests: (0)    Total Errors and Failures: (0) 
 Modifications since last build: (first 50 of 24)1.35modifiedaloubyanskycommon/src/main/org/jboss/xb/binding/sunday/unmarshalling/impl/runtime/RtElementHandler.javarefactoring and steps towards (JBXB-57) Emtpy unwrapped nillable arrays incorrectly unmarshalled as a null value1.8modifiedadrianaspects/src/resources/org/jboss/test/microcontainer/test/JMXDecoratedTestCase.xmlChange the introduction to be based on the annotationrather than the implementation classto show it doesn't work for annotations defined in the repository.1.2deletedadrianaspects/src/main/org/jboss/aop/microcontainer/prototype/introductions/jmx/JMX.javaRework the tests so we can test real annotations.1.7deletedadrianaspects/src/main/org/jboss/aop/microcontainer/prototype/introductions/jmx/JMXIntroduction.javaRework the tests so we can test real annotations.1.7modifiedadrianaspects/src/resources/org/jboss/test/microcontainer/test/JMXDecoratedTestCase.xmlRework the tests so we can test real annotations.1.3deletedadrianaspects/src/test/org/jboss/test/microcontainer/support/CalledInterceptor.javaRework the tests so we can test real annotations.1.2deletedadrianaspects/src/test/org/jboss/test/microcontainer/support/MetaDataContextInterceptor.javaRework the tests so we can test real annotations.1.4deletedadrianaspects/src/test/org/jboss/test/microcontainer/support/SimpleBean.javaRework the tests so we can test real annotations.1.4deletedadrianaspects/src/test/org/jboss/test/microcontainer/support/SimpleBeanImpl.javaRework the tests so we can test real annotations.1.2deletedadrianaspects/src/test/org/jboss/test/microcontainer/support/SimpleBeanImplMBean.javaRework the tests so we can test real annotations.1.10modifiedadrianaspects/build-test50.xmlRework the tests so we can test real annotations.1.3deletedadrianaspects/src/test/org/jboss/test/microcontainer/test/InterceptedTestCase.javaRework the tests so we can test real annotations.1.8deletedadrianaspects/src/test/org/jboss/test/microcontainer/test/JMXDecoratedTestCase.javaRework the tests so we can test real annotations.1.5modifiedaloubyanskytestsuite/src/main/org/jboss/test/xml/BasicArraysUnitTestCase.javatestcases for (JBXB-57) Emtpy unwrapped nillable arrays incorrectly unmarshalled as a null value1.6modifiedkkhanaop/src/main/org/jboss/aop/joinpoint/ConstructionInvocation.javaRevert previous change1.20modifiedkkhanaop/src/main/org/jboss/aop/joinpoint/ConstructorInvocation.javaRevert previous change1.15modifiedkkhanaop/src/main/org/jboss/aop/joinpoint/FieldInvocation.javaRevert previous change1.39modifiedkkhanaop/src/main/org/jboss/aop/joinpoint/MethodInvocation.javaRevert previous change1.5modifiedkkhanaop/src/main/org/jboss/aop/joinpoint/ConstructionInvocation.javaResolve most specific annotation first, e.g. field, method etc before checking class annotation1.19modifiedkkhanaop/src/main/org/jboss/aop/joinpoint/ConstructorInvocation.javaResolve most specific annotation first, e.g. field, method etc before checking class annotation1.14modifiedkkhanaop/src/main/org/jboss/aop/joinpoint/FieldInvocation.javaResolve most specific annotation first, e.g. field, method etc before checking class annotation1.38modifiedkkhanaop/src/main/org/jboss/aop/joinpoint/MethodInvocation.javaResolve most specific annotation first, e.g. field, method etc before checking class annotation1.9modifiedadrianaspects/build-test50.xmlFix the thirdparty libraries definition.1.68modifiedbelabuild/build-thirdparty.xmlupgraded JGroups from 2.2.8 to 2.2.9.1



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

2006-03-10 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-remoting-testsuite-1.5?log=log20060310060155
TESTS FAILEDAnt Error Message: /services/cruisecontrol/work/scripts/build-jboss-remoting.xml:96: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-common-targets.xml:11: Build Successful - Tests completed with errors or failures.Date of build: 03/10/2006 06:01:55Time to build: 77 minutes 59 secondsLast changed: 12/31/2005 20:37:24Last log entry: JBREM-272:Added tests for (clientPool != null) and (threadPool != null) in cleanup.




    Unit Tests: (332)    Total Errors and Failures: (41)testStartorg.jboss.test.remoting.callback.pull.memory.callbackstore.CallbackStoreCallbackTestCase(java_serialization)testStartorg.jboss.test.remoting.callback.pull.memory.callbackstore.CallbackStoreCallbackTestCase(jboss_serialization)unknownorg.jboss.test.remoting.marshall.compress.CompressingMarshallerTestCase(java_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerConfigTestCase(java_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerConfigTestCase(java_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerConfigTestCase(java_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerConfigTestCase(java_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerConfigTestCase(java_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerConfigTestCase(java_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerConfigTestCase(java_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerConfigTestCase(java_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerConfigTestCase(java_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerConfigTestCase(jboss_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerConfigTestCase(jboss_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerConfigTestCase(jboss_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerConfigTestCase(jboss_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerConfigTestCase(jboss_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerConfigTestCase(jboss_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerConfigTestCase(jboss_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerConfigTestCase(jboss_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerConfigTestCase(jboss_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(java_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(java_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(java_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(java_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(java_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(java_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(java_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(java_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(java_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(java_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(jboss_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(jboss_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(jboss_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(jboss_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(jboss_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(jboss_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(jboss_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(jboss_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(jboss_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(jboss_serialization) 
 Modifications since last build: (first 50 of 2145)1.3modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/timeout/TimeoutClientTest.javaJBREM-235 - a

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

2006-03-10 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-remoting-testsuite-1.4?log=log20060310054031
TESTS FAILEDAnt Error Message: /services/cruisecontrol/work/scripts/build-jboss-remoting.xml:96: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-common-targets.xml:11: Build Successful - Tests completed with errors or failures.Date of build: 03/10/2006 05:40:31Time to build: 19 minutes 51 secondsLast changed: 03/09/2006 22:30:26Last log entry: JBREM-329 - added global timeout config property for all transports (client and server).




    Unit Tests: (166)    Total Errors and Failures: (26)unknownorg.jboss.test.remoting.transport.http.timeout.TimeoutTestCase(java_serialization)testMultipleClientsSameLocatorsorg.jboss.test.remoting.transport.multiplex.InvokerGroupTestCase(java_serialization)testMultipleClientsDifferentLocatorsServerStartsorg.jboss.test.remoting.transport.multiplex.InvokerGroupTestCase(java_serialization)testMultipleClientsDifferentLocatorsDontWaitOnServerorg.jboss.test.remoting.transport.multiplex.InvokerGroupTestCase(java_serialization)testMultipleClientsDifferentLocatorsWaitOnServerorg.jboss.test.remoting.transport.multiplex.InvokerGroupTestCase(java_serialization)testMultipleClientsMixedLocatorsorg.jboss.test.remoting.transport.multiplex.InvokerGroupTestCase(java_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerConfigTestCase(java_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerConfigTestCase(java_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerConfigTestCase(java_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerConfigTestCase(java_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerConfigTestCase(java_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerConfigTestCase(java_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerConfigTestCase(java_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerConfigTestCase(java_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerConfigTestCase(java_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerShutdownTestCase(java_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(java_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(java_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(java_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(java_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(java_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(java_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(java_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(java_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(java_serialization)unknownorg.jboss.test.remoting.transport.multiplex.MultiplexInvokerTestCase(java_serialization) 
 Modifications since last build: (first 50 of 16)1.5modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/multiplex/MultiplexInvokerConfigTestClient.javaJBREM-329 - added global timeout config property for all transports (client and server).1.16modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/multiplex/MultiplexInvokerTestClient.javaJBREM-329 - added global timeout config property for all transports (client and server).1.4modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/timeout/TimeoutClientTest.javaJBREM-329 - added global timeout config property for all transports (client and server).1.4modifiedtelrodsrc/tests/org/jboss/test/remoting/transport/socket/timeout/TimeoutServerTest.javaJBREM-329 - added global timeout config property for all transports (client and server).1.25modifiedtelrodsrc/main/org/jboss/remoting/ServerInvoker.javaJBREM-329 - added global timeout config property for all transports (client and server).1.6modifiedtelrodsrc/main/org/jboss/remoting/ServerInvokerMBean.javaJBREM-329 - added global timeout config property for all transports (client and server).1.12modifiedtelrodsrc/main/org/jboss/remoting/transport/rmi/RMIServerInvoker.javaJBREM-329 - added global timeout config property for all transports (client and server).1.4modifiedtelrodsrc/main/org/jboss/remoting/transport/rmi/RemotingRMIClientSocketFactory.javaJBREM-329 - added global timeout config property for all transports (client and server).1.4modifiedtelrodsrc/main/org/jboss/remoting/transport/rmi/RemotingRMIServerSo

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

2006-03-10 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-portal-2.4-testsuite?log=log20060310053803
TESTS FAILEDAnt Error Message: /services/cruisecontrol/work/scripts/build-jboss-portal.xml:70: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-jboss-portal.xml:96: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-jboss-portal.xml:212: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-common-targets.xml:11: Build Successful - Tests completed with errors or failures.Date of build: 03/10/2006 05:38:03Time to build: 2 minutes 15 secondsLast changed: 03/09/2006 22:01:09Last log entry: fix bugs




    Unit Tests: (107)    Total Errors and Failures: (0)All Tests Passed 
 Modifications since last build: (first 50 of 1577)1.2deletedclaprunwsrp/src/resources/wsrpcore/classes/org/jboss/portal/wsrp/core/MarkupType.class- Adapted run-wscompile.sh according to JBWS-717.- Re-generated core classes from WSDL with run-wscompile.sh.- Adapted build.xml to run tests (still needs work).- Adapted classes to new core classes.- Removed unused wsrpcore compiled classes.1.2deletedclaprunwsrp/src/resources/wsrpcore/classes/org/jboss/portal/wsrp/core/MissingParametersFault.class- Adapted run-wscompile.sh according to JBWS-717.- Re-generated core classes from WSDL with run-wscompile.sh.- Adapted build.xml to run tests (still needs work).- Adapted classes to new core classes.- Removed unused wsrpcore compiled classes.1.2deletedclaprunwsrp/src/resources/wsrpcore/classes/org/jboss/portal/wsrp/core/ModelDescription.class- Adapted run-wscompile.sh according to JBWS-717.- Re-generated core classes from WSDL with run-wscompile.sh.- Adapted build.xml to run tests (still needs work).- Adapted classes to new core classes.- Removed unused wsrpcore compiled classes.1.2deletedclaprunwsrp/src/resources/wsrpcore/classes/org/jboss/portal/wsrp/core/ModelTypes.class- Adapted run-wscompile.sh according to JBWS-717.- Re-generated core classes from WSDL with run-wscompile.sh.- Adapted build.xml to run tests (still needs work).- Adapted classes to new core classes.- Removed unused wsrpcore compiled classes.1.2deletedclaprunwsrp/src/resources/wsrpcore/classes/org/jboss/portal/wsrp/core/ModifyRegistration.class- Adapted run-wscompile.sh according to JBWS-717.- Re-generated core classes from WSDL with run-wscompile.sh.- Adapted build.xml to run tests (still needs work).- Adapted classes to new core classes.- Removed unused wsrpcore compiled classes.1.2deletedclaprunwsrp/src/resources/wsrpcore/classes/org/jboss/portal/wsrp/core/NamedString.class- Adapted run-wscompile.sh according to JBWS-717.- Re-generated core classes from WSDL with run-wscompile.sh.- Adapted build.xml to run tests (still needs work).- Adapted classes to new core classes.- Removed unused wsrpcore compiled classes.1.2deletedclaprunwsrp/src/resources/wsrpcore/classes/org/jboss/portal/wsrp/core/Online.class- Adapted run-wscompile.sh according to JBWS-717.- Re-generated core classes from WSDL with run-wscompile.sh.- Adapted build.xml to run tests (still needs work).- Adapted classes to new core classes.- Removed unused wsrpcore compiled classes.1.2deletedclaprunwsrp/src/resources/wsrpcore/classes/org/jboss/portal/wsrp/core/OperationFailedFault.class- Adapted run-wscompile.sh according to JBWS-717.- Re-generated core classes from WSDL with run-wscompile.sh.- Adapted build.xml to run tests (still needs work).- Adapted classes to new core classes.- Removed unused wsrpcore compiled classes.1.2deletedclaprunwsrp/src/resources/wsrpcore/classes/org/jboss/portal/wsrp/core/PerformBlockingInteraction.class- Adapted run-wscompile.sh according to JBWS-717.- Re-generated core classes from WSDL with run-wscompile.sh.- Adapted build.xml to run tests (still needs work).- Adapted classes to new core classes.- Removed unused wsrpcore compiled classes.1.2deletedclaprunwsrp/src/resources/wsrpcore/classes/org/jboss/portal/wsrp/core/PersonName.class- Adapted run-wscompile.sh according to JBWS-717.- Re-generated core classes from WSDL with run-wscompile.sh.- Adapted build.xml to run tests (still needs work).- Adapted classes to new core classes.- Removed unused wsrpcore compiled classes.1.2deletedclaprunwsrp/src/resources/wsrpcore/classes/org/jboss/portal/wsrp/core/PortletContext.class- Adapted run-wscompile.sh according to JBWS-717.- Re-generated core classes from WSDL with run-wscompile.sh.- Adapted build.xml to run tests (still needs work).- Adapted classes to new core classes.- Removed unused wsrpcore compiled classes.1.2deletedclaprunwsrp/src/resources/wsrpcore/classes/org/jboss/portal/wsrp/core/PortletDescription.class- Adapted run-wscompile.sh according to JBWS-717.- Re-generated core classes f

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

2006-03-10 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-cache-testsuite?log=log20060310045337
TESTS FAILEDAnt Error Message: /services/cruisecontrol/work/scripts/build-JBossCache.xml:86: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-common-targets.xml:11: Build Successful - Tests completed with errors or failures.Date of build: 03/10/2006 04:53:37Time to build: 38 minutes 2 secondsLast changed: 03/10/2006 03:42:07Last log entry: added




    Unit Tests: (1373)    Total Errors and Failures: (1)testConcurrentUseSyncorg.jboss.cache.aop.statetransfer.StateTransfer130AopTest 
 Modifications since last build: (first 50 of 70)1.1addedbwangtests/scripts/readme.txtadded1.8modifiedbwangtests/perf/org/jboss/cache/Server.javatrack exception counts1.7modifiedbwangtests/perf/org/jboss/cache/Server.javaadded countdown to sync up threads1.6modifiedbwangtests/perf/org/jboss/cache/Server.javaupd1.5modifiedbwangtests/perf/org/jboss/cache/Server.javaupd1.4modifiedbwangtests/perf/org/jboss/cache/Server.javaupd1.3modifiedbwangtests/scripts/bench.txtupd1.1addedbwangtests/scripts/bench.xmlupd1.2modifiedbwangtests/scripts/bench.txtupd1.3modifiedbwangtests/perf/org/jboss/cache/Server.javaAdded for benchmark purpose.1.2modifiedbwangtests/perf/org/jboss/cache/Server.javaAdded for benchmark purpose.1.1addedbwangtests/scripts/bench.txtfor benchmark1.1addedbwangtests/scripts/benchmark.shfor benchmark1.29modifiedbstansberrysrc/org/jboss/cache/Node.java[JBCACHE-476] When a cache is associated with a node, ensure the node's IdentityLock's LockStategy matches the cache's isolation level1.3modifiedmsurtanisrc/org/jboss/cache/transaction/DummyBaseTransactionManager.javaSVUID1.10modifiedbstansberrytests/functional/org/jboss/cache/aop/statetransfer/StateTransferAopTestBase.javaGuard against NPE in testPartialStateTransferWithLoader1.9modifiedbstansberrytests/functional/org/jboss/cache/aop/statetransfer/StateTransferAopTestBase.javaActivate inactive tests1.8modifiedbstansberrytests/functional/org/jboss/cache/aop/statetransfer/StateTransferAopTestBase.javaStop catching exceptions and invoking fail() in concurrentUseTest; let the exception propagate1.8modifiedsmarlowtests/functional/org/jboss/cache/aop/loader/CacheLoaderTestsBase.javaI excluded the failing JBCACHE-477 testcase testTxCollectionRemove().  Please uncomment this after the bug is fixed so that we exercise the test case again.1.18modifiedmsurtanidocs/faq/en/master.xmlUpdated FAQs to reflect JBCACHE-4771.6deletedsmarlowtests/functional/org/jboss/cache/aop/collection/ReplicatedObjectGraphAopTest.javaReplaced with ReplicatedSyncListTest, ReplicatedSyncSetTest and ReplicatedSyncMapTest1.131modifiedbelasrc/org/jboss/cache/TreeCache.javaqualified Address1.130modifieddhuangsrc/org/jboss/cache/TreeCache.javaAdded deprecated methods back into LRUPolicy/Region/RegionManager to support API compatibility for EJB3 class extensions of JBossCache1.8modifieddhuangtests/functional/org/jboss/cache/eviction/LRUPolicyTest.javaAdded deprecated methods back into LRUPolicy/Region/RegionManager to support API compatibility for EJB3 class extensions of JBossCache1.9modifieddhuangsrc/org/jboss/cache/eviction/LRUPolicy.javaAdded deprecated methods back into LRUPolicy/Region/RegionManager to support API compatibility for EJB3 class extensions of JBossCache1.6modifieddhuangsrc/org/jboss/cache/eviction/Region.javaAdded deprecated methods back into LRUPolicy/Region/RegionManager to support API compatibility for EJB3 class extensions of JBossCache1.9modifieddhuangsrc/org/jboss/cache/eviction/RegionManager.javaAdded deprecated methods back into LRUPolicy/Region/RegionManager to support API compatibility for EJB3 class extensions of JBossCache1.1addedsmarlowtests/functional/org/jboss/cache/aop/collection/CachedMapAopNullTest.javamore testing for JBCACHE-3981.2modifiedsmarlowtests/functional/org/jboss/cache/aop/collection/ReplicatedSyncSetTest.javacorrection to test for JBCACHE-398.1.2modifiedsmarlowsrc/org/jboss/cache/aop/collection/CachedListAbstract.javaFixed JBCACHE-398 'Cached collections don't handle null values correctly'Also fixed JBCACHE-496 which was a minor problem reported today on the forum.1.8modifiedsmarlowsrc/org/jboss/cache/aop/collection/CachedListImpl.javaFixed JBCACHE-398 'Cached collections don't handle null values correctly'Also fixed JBCACHE-496 which was a minor problem reported today on the forum.1.8modifiedsmarlowsrc/org/jboss/cache/aop/collection/CachedMapImpl.javaFixed JBCACHE-398 'Cached collections don't handle null values correctly'Also fixed JBCACHE-496 which was a minor problem reported today on the forum.1.9modifiedsmarlowsrc/org/jboss/cache/aop/collection/CachedSetImpl.javaFixed JBCACHE-398 'Cached collections don't handle null values correctly'Also fixed JBCACHE-496 which was a minor problem reported today on th