View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-seam-testsuite?log=log20060328075432

TESTS FAILED
Ant 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/28/2006 07:54:32
Time to build: 3 minutes 4 seconds
Last changed: 03/28/2006 06:29:06
Last log entry: Removed remoting interface generation for enums, consolidated js interface namespace to avoid potential collisions

 Unit Tests: (15)  Total Errors and Failures: (5)
testEmptyInitialization.Core
testInitialization.Core
testSeamPhaseListenerLongRunning.Core
testSeamPhaseListener.Core
testSeamPhaseListenerNewLongRunning.Core
 

 Modifications since last build:  (first 50 of 326)
1.7modifiedsbryzak2src/main/org/jboss/seam/remoting/remote.jsRemoved remoting interface generation for enums, consolidated js interface namespace to avoid potential collisions
1.5modifiedgavinsrc/main/org/jboss/seam/remoting/SubscriptionHandler.javasupport backbutton in pageflow
1.5modifiedgavinsrc/main/org/jboss/seam/servlet/SeamServletFilter.javasupport backbutton in pageflow
1.2modifiedsbryzak2src/main/org/jboss/seam/remoting/wrapper/BagWrapper.javaAdded error logging for failed remote calls, added hack to InterfaceGenerator to work with cglib proxies, better handling for uninitialized collections in BagWrapper
1.17modifiedgavinsrc/test/misc/org/jboss/seam/test/InitializationTest.javafixed tests
1.16modifiedgavinsrc/test/misc/org/jboss/seam/test/PhaseListenerTest.javafixed tests
1.2deletedgavinsrc/ui/META-INF/seam.taglib.tldoops
1.1addedgavinsrc/ui/META-INF/seam.taglib.xmloops
1.1addedgavinsrc/ui/META-INF/seam.taglib.tldfix prob in facelets
1.3deletedgavinsrc/ui/META-INF/taglib.tldfix prob in facelets
1.3modifiedgavinsrc/ui/org/jboss/seam/ui/HtmlQueryTableTag.javabeginning of pagination support
1.2modifiedgavinsrc/ui/META-INF/faces-config.xmlbeginning of pagination support
1.2modifiedgavinsrc/ui/META-INF/taglib.tldbeginning of pagination support
1.2modifiedgavinsrc/ui/org/jboss/seam/ui/HtmlQueryTable.javabeginning of pagination support
1.2modifiedgavinsrc/ui/org/jboss/seam/ui/HtmlQueryTableTag.javabeginning of pagination support
1.1addedsbryzak2src/main/org/jboss/seam/remoting/messaging/JBossConnectionProvider.javaAdded JMS connection provider interface and default implementation
1.1addedsbryzak2src/main/org/jboss/seam/remoting/messaging/JMSConnectionProvider.javaAdded JMS connection provider interface and default implementation
1.4modifiedsbryzak2src/main/org/jboss/seam/remoting/SubscriptionHandler.javaMade SubscriptionRegistry a Seam component, minor fixes
1.3modifiedsbryzak2src/main/org/jboss/seam/remoting/messaging/PollRequest.javaMade SubscriptionRegistry a Seam component, minor fixes
1.3modifiedsbryzak2src/main/org/jboss/seam/remoting/messaging/RemoteSubscriber.javaMade SubscriptionRegistry a Seam component, minor fixes
1.3modifiedsbryzak2src/main/org/jboss/seam/remoting/messaging/SubscriptionRegistry.javaMade SubscriptionRegistry a Seam component, minor fixes
1.2modifiedsbryzak2src/main/org/jboss/seam/remoting/messaging/SubscriptionRequest.javaMade SubscriptionRegistry a Seam component, minor fixes
1.6modifiedsbryzak2src/main/org/jboss/seam/remoting/remote.jsencode/decode strings for transport
1.3modifiedsbryzak2src/main/org/jboss/seam/remoting/wrapper/StringWrapper.javaencode/decode strings for transport
1.3modifiedsbryzak2src/main/org/jboss/seam/remoting/wrapper/WrapperFactory.javaencode/decode strings for transport
1.2modifiedsbryzak2src/main/org/jboss/seam/remoting/wrapper/IntWrapper.javaAdded support for StringBuilder/StringBuffer and Long types
1.2modifiedsbryzak2src/main/org/jboss/seam/remoting/wrapper/StringWrapper.javaAdded support for StringBuilder/StringBuffer and Long types
1.2modifiedsbryzak2src/main/org/jboss/seam/remoting/wrapper/WrapperFactory.javaAdded support for StringBuilder/StringBuffer and Long types
1.5modifiedsbryzak2src/main/org/jboss/seam/remoting/remote.jsAdded SeamRemote.getTypeName()
1.9modifiedgavinsrc/main/org/jboss/seam/util/Strings.javaadd supportedlocales to LocaleSelector
1.4modifiedsbryzak2src/main/org/jboss/seam/remoting/remote.jsFixed compatibility issue with Konqueror/Opera browsers
1.7modifiedgavinsrc/main/org/jboss/seam/servlet/SeamListener.javaallow calls to Seam components outside of servlet JBSEAM-122, JBSEAM-137
1.8modifiedgavinsrc/main/org/jboss/seam/util/Strings.javabetter integration with JSF's native i18n support
1.16modifiedgavinsrc/test/misc/org/jboss/seam/test/InitializationTest.javaimprovements to design of i18n stuff
1.5modifiedgavinsrc/main/org/jboss/seam/remoting/SeamRemotingServlet.javaremoved noise
1.3modifiedgavinsrc/main/org/jboss/seam/remoting/SubscriptionHandler.javaremoved noise
1.15modifiedgavinsrc/test/misc/org/jboss/seam/test/InitializationTest.javafix test
1.2modifiedgavinsrc/main/org/jboss/seam/util/Template.javaremove unnecessary code
1.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 annotation
1.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 annotation
1.2modifiedsbryzak2src/main/org/jboss/seam/remoting/messaging/PollRequest.javaImprovements to remoting JMS support, created remoting/JMS chatroom example, renamed @Remotable annotation to @WebRemote, updated documentation and helloworld example with new annotation
1.2modifiedsbryzak2src/main/org/jboss/seam/remoting/messaging/RemoteSubscriber.javaImprovements to remoting JMS support, created remoting/JMS chatroom example, renamed @Remotable annotation to @WebRemote, updated documentation and helloworld example with new annotation
1.2modifiedsbryzak2src/main/org/jboss/seam/remoting/messaging/SubscriptionRegistry.javaImprovements to remoting JMS support, created remoting/JMS chatroom example, renamed @Remotable annotation to @WebRemote, updated documentation and helloworld example with new annotation
1.4modifiedsbryzak2src/main/org/jboss/seam/remoting/SeamRemotingServlet.javaRefactored SeamRemotingServlet, fixed couple of bugs in remote.js, implemented conversation reinstatement, moved call-based context to request level, initial version of support for JMS topic subscriptions
1.1addedsbryzak2src/main/org/jboss/seam/remoting/SubscriptionHandler.javaRefactored SeamRemotingServlet, fixed couple of bugs in remote.js, implemented conversation reinstatement, moved call-based context to request level, initial version of support for JMS topic subscriptions
1.2modifiedsbryzak2src/main/org/jboss/seam/remoting/remote.jsRefactored SeamRemotingServlet, fixed couple of bugs in remote.js, implemented conversation reinstatement, moved call-based context to request level, initial version of support for JMS topic subscriptions
1.1addedsbryzak2src/main/org/jboss/seam/remoting/messaging/PollRequest.javaRefactored SeamRemotingServlet, fixed couple of bugs in remote.js, implemented conversation reinstatement, moved call-based context to request level, initial version of support for JMS topic subscriptions
1.1addedsbryzak2src/main/org/jboss/seam/remoting/messaging/RemoteSubscriber.javaRefactored SeamRemotingServlet, fixed couple of bugs in remote.js, implemented conversation reinstatement, moved call-based context to request level, initial version of support for JMS topic subscriptions
1.1addedsbryzak2src/main/org/jboss/seam/remoting/messaging/SubscriptionRegistry.javaRefactored SeamRemotingServlet, fixed couple of bugs in remote.js, implemented conversation reinstatement, moved call-based context to request level, initial version of support for JMS topic subscriptions
1.1addedsbryzak2src/main/org/jboss/seam/remoting/messaging/SubscriptionRequest.javaRefactored SeamRemotingServlet, fixed couple of bugs in remote.js, implemented conversation reinstatement, moved call-based context to request level, initial version of support for JMS topic subscriptions

Reply via email to