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

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/10/2006 09:41:36
Time to build: 2 minutes 24 seconds
Last changed: 03/10/2006 04:31:12
Last 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 bug
1.6modifiedgavinsrc/main/org/jboss/seam/core/FacesMessages.javaimprovements to design of i18n stuff
1.2modifiedgavinsrc/main/org/jboss/seam/core/Locale.javaimprovements to design of i18n stuff
1.1addedgavinsrc/main/org/jboss/seam/core/LocaleSelector.javaimprovements to design of i18n stuff
1.12modifiedgavinsrc/main/org/jboss/seam/core/Pageflow.javaimprovements to design of i18n stuff
1.6modifiedgavinsrc/main/org/jboss/seam/core/ResourceBundle.javaimprovements to design of i18n stuff
1.44modifiedgavinsrc/main/org/jboss/seam/init/Initialization.javaimprovements to design of i18n stuff
1.33modifiedgavinsrc/main/org/jboss/seam/interceptors/ConversationInterceptor.javaimprovements to design of i18n stuff
1.16modifiedgavinsrc/test/misc/org/jboss/seam/test/InitializationTest.javaimprovements to design of i18n stuff
1.5modifiedsbryzak2src/main/org/jboss/seam/remoting/ExecutionHandler.javaReinstated conversation before unmarshaling remote call
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.5modifiedgavinsrc/main/org/jboss/seam/core/FacesMessages.javaJBSEAM-165locale is now switchabletemplated messages for the UI
1.1addedgavinsrc/main/org/jboss/seam/core/Locale.javaJBSEAM-165locale is now switchabletemplated messages for the UI
1.1addedgavinsrc/main/org/jboss/seam/core/Messages.javaJBSEAM-165locale is now switchabletemplated messages for the UI
1.5modifiedgavinsrc/main/org/jboss/seam/core/Pages.javaJBSEAM-165locale is now switchabletemplated messages for the UI
1.5modifiedgavinsrc/main/org/jboss/seam/core/ResourceBundle.javaJBSEAM-165locale is now switchabletemplated messages for the UI
1.43modifiedgavinsrc/main/org/jboss/seam/init/Initialization.javaJBSEAM-165locale is now switchabletemplated messages for the UI
1.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 annotation
1.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 annotation
1.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 annotation
1.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 annotation
1.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 annotation
1.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 annotation
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.1addedsbryzak2src/main/org/jboss/seam/remoting/BaseRequestHandler.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.3modifiedsbryzak2src/main/org/jboss/seam/remoting/Call.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/CallContext.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.3modifiedsbryzak2src/main/org/jboss/seam/remoting/ExecutionHandler.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.4modifiedsbryzak2src/main/org/jboss/seam/remoting/InterfaceGenerator.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/PollHandler.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/RequestContext.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/RequestHandler.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/RequestHandlerFactory.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.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
1.91modifiedgavinsrc/main/org/jboss/seam/Component.javaJBSEAM-162 make the resource bundle a session-scoped thing, using the client locale
1.90modifiedgavinsrc/main/org/jboss/seam/Component.javaJBSEAM-162 make the resource bundle a session-scoped thing, using the client locale
1.4modifiedgavinsrc/main/org/jboss/seam/core/ResourceBundle.javaJBSEAM-162 make the resource bundle a session-scoped thing, using the client locale

Reply via email to