gatein_wsrp_trunk_sun6 - Build # 149 - Failure!
by jboss-qa-internal@redhat.com
gatein_wsrp_trunk_sun6 #149: Failure
289 tests 2 failure(s) / +2
2 tests failed.
REGRESSION: org.gatein.wsrp.admin.ui.BeanContextTestCase.testMessageFormatting
Error Message:
Can't find bundle for base name locale.portlet.Resource, locale en_US
Stack Trace:
java.util.MissingResourceException: Can't find bundle for base name locale.portlet.Resource, locale en_US
at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1427)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1250)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:777)
at org.gatein.wsrp.admin.ui.BeanContext.getLocalizedMessage(BeanContext.java:124)
at org.gatein.wsrp.admin.ui.BeanContext.getLocalizedMessage(BeanContext.java:119)
at org.gatein.wsrp.admin.ui.BeanContextTestCase.testMessageFormatting(BeanContextTestCase.java:39)
REGRESSION: org.gatein.wsrp.admin.ui.BeanContextTestCase.testErrorMessage
Error Message:
Can't find bundle for base name locale.portlet.Resource, locale en_US
Stack Trace:
java.util.MissingResourceException: Can't find bundle for base name locale.portlet.Resource, locale en_US
at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1427)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1250)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:777)
at org.gatein.wsrp.admin.ui.BeanContext.getLocalizedMessage(BeanContext.java:124)
at org.gatein.wsrp.admin.ui.BeanContext.getMessageFromBundle(BeanContext.java:114)
at org.gatein.wsrp.admin.ui.BeanContext.createLocalizedMessage(BeanContext.java:109)
at org.gatein.wsrp.admin.ui.BeanContext.createErrorMessage(BeanContext.java:90)
at org.gatein.wsrp.admin.ui.BeanContextTestCase.testErrorMessage(BeanContextTestCase.java:48)
Changes for Build #149
[chris.laprun(a)jboss.com] - GTNWSRP-192: Fixed improper default resource name
[...truncated 2093 lines...]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:98)
at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:107)
at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:84)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
at $Proxy0.invoke(Unknown Source)
at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
1340 [main] ERROR org.gatein.wsrp.consumer.handlers.InvocationHandler - The portlet threw an exception
org.oasis.wsrp.v2.InvalidCookie: Simulate invalid cookie
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at org.gatein.wsrp.WSRPExceptionFactory$ExceptionFactory.newInstance(WSRPExceptionFactory.java:107)
at org.gatein.wsrp.WSRPExceptionFactory.createWSException(WSRPExceptionFactory.java:75)
at org.gatein.wsrp.WSRPExceptionFactory.throwWSException(WSRPExceptionFactory.java:63)
at org.gatein.wsrp.test.protocol.v2.behaviors.InitCookieMarkupBehavior.getMarkupString(InitCookieMarkupBehavior.java:91)
at org.gatein.wsrp.test.protocol.v2.behaviors.InitCookieMarkupBehavior.getMarkupString(InitCookieMarkupBehavior.java:78)
at org.gatein.wsrp.test.protocol.v2.MarkupBehavior.getMarkup(MarkupBehavior.java:175)
at org.gatein.wsrp.services.v2.V2MarkupService.getMarkup(V2MarkupService.java:77)
at org.gatein.wsrp.consumer.handlers.RenderHandler.performRequest(RenderHandler.java:116)
at org.gatein.wsrp.consumer.handlers.RenderHandler.performRequest(RenderHandler.java:49)
at org.gatein.wsrp.consumer.handlers.InvocationHandler.performRequest(InvocationHandler.java:162)
at org.gatein.wsrp.consumer.handlers.InvocationHandler.handle(InvocationHandler.java:101)
at org.gatein.wsrp.consumer.handlers.InvocationDispatcher.dispatchAndHandle(InvocationDispatcher.java:137)
at org.gatein.wsrp.consumer.WSRPConsumerImpl.invoke(WSRPConsumerImpl.java:203)
at org.gatein.wsrp.protocol.v2.MarkupTestCase.commonInitCookieTest(MarkupTestCase.java:255)
at org.gatein.wsrp.protocol.v2.MarkupTestCase.testInitCookiePerGroup(MarkupTestCase.java:214)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:164)
at junit.framework.TestCase.runBare(TestCase.java:130)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:120)
at junit.framework.TestSuite.runTest(TestSuite.java:230)
at junit.framework.TestSuite.run(TestSuite.java:225)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:98)
at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:107)
at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:84)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
at $Proxy0.invoke(Unknown Source)
at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 sec
Running org.gatein.wsrp.protocol.v2.InteropServiceDescriptionTestCase
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.gatein.wsrp.protocol.v2.PortletManagementTestCase
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec
Running org.gatein.wsrp.protocol.v2.ServiceDescriptionTestCase
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.gatein.wsrp.consumer.registry.ConsumerRegistryTestCase
1885 [main] INFO org.gatein.wsrp.WSRPConsumer - Consumer with id 'foo' started
1886 [main] INFO org.gatein.wsrp.WSRPConsumer - Consumer with id 'foo' activated
1897 [main] INFO org.gatein.wsrp.WSRPConsumer - Consumer with id 'foo' stopped
1900 [main] INFO org.gatein.wsrp.WSRPConsumer - Consumer with id 'foo' stopped
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.459 sec
Running org.gatein.wsrp.consumer.RegistrationPropertyTestCase
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.gatein.wsrp.consumer.migration.MigrationServiceTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.gatein.wsrp.consumer.services.SOAPServiceFactoryTestCase
3855 [main] INFO org.gatein.wsrp.services.SOAPServiceFactory - Couldn't access WSDL information. Service won't be available
java.lang.IllegalArgumentException: Mandatory WSRP 2 port org.oasis.wsrp.v2.WSRPV2ServiceDescriptionPortType was not found for WSDL at file:/mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/consumer/target/test-classes/wsdl/missing-mandatory.wsdl
at org.gatein.wsrp.services.SOAPServiceFactory.start(SOAPServiceFactory.java:328)
at org.gatein.wsrp.services.SOAPServiceFactory.refresh(SOAPServiceFactory.java:504)
at org.gatein.wsrp.services.SOAPServiceFactory.getService(SOAPServiceFactory.java:166)
at org.gatein.wsrp.consumer.services.SOAPServiceFactoryTestCase.checkPorts(SOAPServiceFactoryTestCase.java:128)
at org.gatein.wsrp.consumer.services.SOAPServiceFactoryTestCase.testMissingMandatoryPort(SOAPServiceFactoryTestCase.java:67)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:164)
at junit.framework.TestCase.runBare(TestCase.java:130)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:120)
at junit.framework.TestSuite.runTest(TestSuite.java:230)
at junit.framework.TestSuite.run(TestSuite.java:225)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:98)
at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:107)
at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:84)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
at $Proxy0.invoke(Unknown Source)
at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
Caused by: javax.xml.ws.WebServiceException: Undefined port type: {urn:oasis:names:tc:wsrp:v2:intf}WSRP_v2_ServiceDescription_PortType
at com.sun.xml.internal.ws.client.WSServiceDelegate.getPort(WSServiceDelegate.java:349)
at com.sun.xml.internal.ws.client.WSServiceDelegate.getPort(WSServiceDelegate.java:355)
at javax.xml.ws.Service.getPort(Service.java:161)
at org.gatein.wsrp.services.SOAPServiceFactory.start(SOAPServiceFactory.java:322)
... 32 more
12840 [main] INFO org.gatein.wsrp.services.SOAPServiceFactory - Couldn't access WSDL information. Service won't be available
javax.wsdl.WSDLException: WSDLException: faultCode=OTHER_ERROR: Inconsistent NS in port bindings. Aborting.
at org.gatein.wsrp.services.SOAPServiceFactory$WSDLInfo.<init>(SOAPServiceFactory.java:603)
at org.gatein.wsrp.services.SOAPServiceFactory.start(SOAPServiceFactory.java:305)
at org.gatein.wsrp.services.SOAPServiceFactory.refresh(SOAPServiceFactory.java:504)
at org.gatein.wsrp.services.SOAPServiceFactory.getService(SOAPServiceFactory.java:166)
at org.gatein.wsrp.consumer.services.SOAPServiceFactoryTestCase.checkPorts(SOAPServiceFactoryTestCase.java:128)
at org.gatein.wsrp.consumer.services.SOAPServiceFactoryTestCase.testDefaultDotNetWSDLCompositeService(SOAPServiceFactoryTestCase.java:113)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at junit.framework.TestCase.runTest(TestCase.java:164)
at junit.framework.TestCase.runBare(TestCase.java:130)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:120)
at junit.framework.TestSuite.runTest(TestSuite.java:230)
at junit.framework.TestSuite.run(TestSuite.java:225)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:98)
at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:107)
at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:84)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103)
at $Proxy0.invoke(Unknown Source)
at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150)
at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69)
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.921 sec
Running org.gatein.wsrp.consumer.ProducerInfoTestCase
13994 [main] INFO org.gatein.wsrp.consumer.ProducerInfo - Consumer with id 'test' deregistered.
13995 [main] INFO org.gatein.wsrp.consumer.ProducerInfo - Consumer with id 'test' sucessfully modified its registration.
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.151 sec
Running org.gatein.wsrp.consumer.ProducerSessionInformationTestCase
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.509 sec
Running org.gatein.wsrp.consumer.handlers.MimeResponseHandlerTestCase
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.gatein.wsrp.consumer.EndpointConfigurationInfoTestCase
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.gatein.wsrp.consumer.RegistrationInfoTestCase
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.gatein.wsrp.handler.RequestHeaderClientHandlerTestCase
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Results :
Tests run: 136, Failures: 0, Errors: 0, Skipped: 0
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/consumer/target/wsrp-consumer-2.1.0-Beta06-SNAPSHOT.jar
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] org already added, skipping
[INFO] org/gatein already added, skipping
[INFO] org/gatein/wsrp already added, skipping
[INFO] org/gatein/wsrp/services already added, skipping
[INFO] Building jar: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/consumer/target/wsrp-consumer-2.1.0-Beta06-SNAPSHOT-sources.jar
[INFO] org already added, skipping
[INFO] org/gatein already added, skipping
[INFO] org/gatein/wsrp already added, skipping
[INFO] org/gatein/wsrp/services already added, skipping
[INFO] [jar:test-jar {execution: default}]
[INFO] Building jar: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/consumer/target/wsrp-consumer-2.1.0-Beta06-SNAPSHOT-tests.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/consumer/target/wsrp-consumer-2.1.0-Beta06-SNAPSHOT.jar to /home/hudson/.m2/repository/org/gatein/wsrp/wsrp-consumer/2.1.0-Beta06-SNAPSHOT/wsrp-consumer-2.1.0-Beta06-SNAPSHOT.jar
[INFO] Installing /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/consumer/target/wsrp-consumer-2.1.0-Beta06-SNAPSHOT-sources.jar to /home/hudson/.m2/repository/org/gatein/wsrp/wsrp-consumer/2.1.0-Beta06-SNAPSHOT/wsrp-consumer-2.1.0-Beta06-SNAPSHOT-sources.jar
[INFO] Installing /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/consumer/target/wsrp-consumer-2.1.0-Beta06-SNAPSHOT-tests.jar to /home/hudson/.m2/repository/org/gatein/wsrp/wsrp-consumer/2.1.0-Beta06-SNAPSHOT/wsrp-consumer-2.1.0-Beta06-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building GateIn WSRP Admin GUI
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [enforcer:enforce {execution: enforce-plugin-versions}]
[INFO] [enforcer:enforce {execution: enforce-java-version}]
[INFO] [enforcer:enforce {execution: enforce-maven-version}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/admin-gui/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 12 source files to /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/admin-gui/target/classes
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 2 source files to /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/admin-gui/target/test-classes
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/admin-gui/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.gatein.wsrp.admin.ui.BeanContextTestCase
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.059 sec <<< FAILURE!
Running org.gatein.wsrp.admin.ui.ConsumerBeanTestCase
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.251 sec
Results :
Tests in error:
testMessageFormatting(org.gatein.wsrp.admin.ui.BeanContextTestCase): Can't find bundle for base name locale.portlet.Resource, locale en_US
testErrorMessage(org.gatein.wsrp.admin.ui.BeanContextTestCase): Can't find bundle for base name locale.portlet.Resource, locale en_US
Tests run: 5, Failures: 0, Errors: 2, Skipped: 0
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
Please refer to /mnt/hudson_workspace/workspace/gatein_wsrp_trunk_sun6/wsrp/admin-gui/target/surefire-reports for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute 56 seconds
[INFO] Finished at: Thu Sep 22 08:17:33 EDT 2011
[INFO] Final Memory: 102M/322M
[INFO] ------------------------------------------------------------------------
Recording test results
Email was triggered for: Failure
Sending email for trigger: Failure
Public URL: https://hudson.jboss.org/hudson/job/gatein_wsrp_trunk_sun6/149
Private URL: http://hudson.qa.jboss.com/hudson/job/gatein_wsrp_trunk_sun6/149/