Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Cannot Reproduce
-
Affects Version/s: 3.1.1
-
Fix Version/s: None
-
Component/s: cdi
-
Labels:None
-
Environment:
java version "1.6.0_24"
Apache Maven 3.0.3
GF 3.1.1
Fedora 15
-
Tags:
Description
1.) Clone the Seam Compatibility repository git://github.com/seam/compatibility.git
2.) Start GlassFish 3.1.1
3.) Run mvn clean test -Dtest=EnableInterceptorStressTest -Pglassfish-remote-3.1
The EnableInterceptorStressTest runs a simple test that verifies interceptor enablement. This test is run 20 times. In each run, the testing application is redeployed. Out of these 20 runs, there are usually 5 - 15 failures indicating that the interceptor was not enabled in the deployment.
The problem is likely to get fixed by upgrading to Weld 1.1.2.
Activity
Interceptor stress test still fails on GlassFish 3.1.2. Currently GlassFish 3.1.2 has weld core 1.1.4.Final integrated into it.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Seam Compatibility Module 3.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] — maven-enforcer-plugin:1.0:enforce (seam-build-req) @ seam-compatibility —
[INFO]
[INFO] — build-helper-maven-plugin:1.5:maven-version (default) @ seam-compatibility —
[INFO]
[INFO] — build-helper-maven-plugin:1.5:parse-version (default) @ seam-compatibility —
[INFO]
[INFO] — maven-remote-resources-plugin:1.1:process (attach-license) @ seam-compatibility —
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO]
[INFO] — maven-resources-plugin:2.4.3:resources (default-resources) @ seam-compatibility —
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /space/workspace/glassfish/trunk/issues/cdi/17184/compatibility/src/main/resources
[INFO] Copying 2 resources
[INFO]
[INFO] — maven-compiler-plugin:2.3.1:compile (default-compile) @ seam-compatibility —
[INFO] No sources to compile
[INFO]
[INFO] — maven-resources-plugin:2.4.3:testResources (default-testResources) @ seam-compatibility —
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 2 resources
[INFO]
[INFO] — maven-compiler-plugin:2.3.1:testCompile (default-testCompile) @ seam-compatibility —
[INFO] Compiling 1 source file to /space/workspace/glassfish/trunk/issues/cdi/17184/compatibility/target/test-classes
[INFO]
[INFO] — maven-surefire-plugin:2.6:test (default-test) @ seam-compatibility —
[INFO] Concurrency config is
[INFO] Surefire report directory: /space/workspace/glassfish/trunk/issues/cdi/17184/compatibility/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.seam.compat.cdi.visibility.JarToJarAlphaVisibilityTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.02 sec <<< FAILURE!
Running org.jboss.seam.compat.jaxrs.provider.ProviderInjectionTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.006 sec <<< FAILURE!
Running org.jboss.seam.compat.scanning.ExtendedClassTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.007 sec <<< FAILURE!
Running org.jboss.seam.compat.jaxrs.interceptor.InterceptedResourceTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.012 sec <<< FAILURE!
Running org.jboss.seam.compat.cdi.alternative.AlternativeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.006 sec
Running org.jboss.seam.compat.cdi.visibility.VisibilityOfBeanInWebModuleFromBeanManagerInBeanLibraryTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.009 sec <<< FAILURE!
Running org.jboss.seam.compat.jaxrs.provider.ApplicationInjectedIntoProviderTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.008 sec <<< FAILURE!
Running org.jboss.seam.compat.cdi.registration.VisibilityOfBeanRegisteredByExtensionFromNonBeanLibraryTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.011 sec <<< FAILURE!
Running org.jboss.seam.compat.cdi.alternative.AlternativeTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.009 sec <<< FAILURE!
Running org.jboss.seam.compat.cdi.visibility.VisibilityOfAnnotatedTypesFromExtensionInAlphaBeanArchiveTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE!
Running org.jboss.seam.compat.ejb.deployment.DeploymentOrderTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE!
Running org.jboss.seam.compat.cdi.visibility.VisibilityOfAnnotatedTypesFromExtensionInBravoBeanArchiveTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE!
Running org.jboss.seam.compat.cdi.packaging.ear.MultiWebAppTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.004 sec <<< FAILURE!
Running org.jboss.seam.compat.cdi.registration.BeanRegistrationByExtensionInNonBeanArchiveTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE!
Running org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
Tests run: 42, Failures: 0, Errors: 42, Skipped: 0, Time elapsed: 0.133 sec <<< FAILURE!
Running org.jboss.seam.compat.cdi.visibility.JarToJarReverseAlphaVisibilityTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE!
Running org.jboss.seam.compat.cdi.packaging.ear.SingleWebAppTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.006 sec <<< FAILURE!
Running org.jboss.seam.compat.scanning.ImportedClassTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.009 sec <<< FAILURE!
Dec 7, 2011 4:51:23 PM org.jboss.arquillian.impl.client.container.ContainerRegistryCreator getActivatedConfiguration
INFO: Could not read active container configuration: null
Results :
Tests in error:
org.jboss.seam.compat.cdi.visibility.JarToJarAlphaVisibilityTest
org.jboss.seam.compat.cdi.visibility.JarToJarAlphaVisibilityTest
org.jboss.seam.compat.jaxrs.provider.ProviderInjectionTest
org.jboss.seam.compat.jaxrs.provider.ProviderInjectionTest
org.jboss.seam.compat.scanning.ExtendedClassTest
org.jboss.seam.compat.scanning.ExtendedClassTest
org.jboss.seam.compat.jaxrs.interceptor.InterceptedResourceTest
org.jboss.seam.compat.jaxrs.interceptor.InterceptedResourceTest
org.jboss.seam.compat.cdi.visibility.VisibilityOfBeanInWebModuleFromBeanManagerInBeanLibraryTest
org.jboss.seam.compat.cdi.visibility.VisibilityOfBeanInWebModuleFromBeanManagerInBeanLibraryTest
org.jboss.seam.compat.jaxrs.provider.ApplicationInjectedIntoProviderTest
org.jboss.seam.compat.jaxrs.provider.ApplicationInjectedIntoProviderTest
org.jboss.seam.compat.cdi.registration.VisibilityOfBeanRegisteredByExtensionFromNonBeanLibraryTest
org.jboss.seam.compat.cdi.registration.VisibilityOfBeanRegisteredByExtensionFromNonBeanLibraryTest
org.jboss.seam.compat.cdi.alternative.AlternativeTest
org.jboss.seam.compat.cdi.alternative.AlternativeTest
org.jboss.seam.compat.cdi.visibility.VisibilityOfAnnotatedTypesFromExtensionInAlphaBeanArchiveTest
org.jboss.seam.compat.cdi.visibility.VisibilityOfAnnotatedTypesFromExtensionInAlphaBeanArchiveTest
org.jboss.seam.compat.ejb.deployment.DeploymentOrderTest
org.jboss.seam.compat.ejb.deployment.DeploymentOrderTest
org.jboss.seam.compat.cdi.visibility.VisibilityOfAnnotatedTypesFromExtensionInBravoBeanArchiveTest
org.jboss.seam.compat.cdi.visibility.VisibilityOfAnnotatedTypesFromExtensionInBravoBeanArchiveTest
org.jboss.seam.compat.cdi.packaging.ear.MultiWebAppTest
org.jboss.seam.compat.cdi.packaging.ear.MultiWebAppTest
org.jboss.seam.compat.cdi.registration.BeanRegistrationByExtensionInNonBeanArchiveTest
org.jboss.seam.compat.cdi.registration.BeanRegistrationByExtensionInNonBeanArchiveTest
org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
org.jboss.seam.compat.cdi.visibility.JarToJarReverseAlphaVisibilityTest
org.jboss.seam.compat.cdi.visibility.JarToJarReverseAlphaVisibilityTest
org.jboss.seam.compat.cdi.packaging.ear.SingleWebAppTest
org.jboss.seam.compat.cdi.packaging.ear.SingleWebAppTest
org.jboss.seam.compat.scanning.ImportedClassTest
org.jboss.seam.compat.scanning.ImportedClassTest
Tests run: 75, Failures: 0, Errors: 74, Skipped: 1
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5:02.222s
[INFO] Finished at: Wed Dec 07 16:56:15 IST 2011
[INFO] Final Memory: 16M/81M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.6:test (default-test) on project seam-compatibility: There are test failures.
[ERROR]
[ERROR] Please refer to /space/workspace/glassfish/trunk/issues/cdi/17184/compatibility/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Finally able to run this test against GF 3.1.2
This testsuite is slightly outdated. For these tests to run against GF 3.1.2, the arquillian-glassfish-remote-3.1-1.0.0.Alpha5 need to be updated to add filter com.sun.jersey.api.client.filter.CsrfProtectionFilter to jersey client. I modified it locally and made it to work. After this change, with latest GF 3.1.2 this test work fine.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Seam Compatibility Module 3.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] — maven-enforcer-plugin:1.0:enforce (seam-build-req) @ seam-compatibility —
[INFO]
[INFO] — build-helper-maven-plugin:1.5:maven-version (default) @ seam-compatibility —
[INFO]
[INFO] — build-helper-maven-plugin:1.5:parse-version (default) @ seam-compatibility —
[INFO]
[INFO] — maven-remote-resources-plugin:1.1:process (attach-license) @ seam-compatibility —
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO]
[INFO] — maven-resources-plugin:2.4.3:resources (default-resources) @ seam-compatibility —
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /space/workspace/glassfish/trunk/issues/cdi/17184/compatibility/src/main/resources
[INFO] Copying 2 resources
[INFO]
[INFO] — maven-compiler-plugin:2.3.1:compile (default-compile) @ seam-compatibility —
[INFO] No sources to compile
[INFO]
[INFO] — maven-resources-plugin:2.4.3:testResources (default-testResources) @ seam-compatibility —
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 2 resources
[INFO]
[INFO] — maven-compiler-plugin:2.3.1:testCompile (default-testCompile) @ seam-compatibility —
[INFO] Compiling 1 source file to /space/workspace/glassfish/trunk/issues/cdi/17184/compatibility/target/test-classes
[INFO]
[INFO] — maven-surefire-plugin:2.6:test (default-test) @ seam-compatibility —
[INFO] Concurrency config is
[INFO] Surefire report directory: /space/workspace/glassfish/trunk/issues/cdi/17184/compatibility/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec
Dec 10, 2011 9:05:20 PM org.jboss.arquillian.impl.client.container.ContainerRegistryCreator getActivatedConfiguration
INFO: Could not read active container configuration: null
Results :
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] — maven-jar-plugin:2.3.1:jar (default-jar) @ seam-compatibility —
[INFO] Building jar: /space/workspace/glassfish/trunk/issues/cdi/17184/compatibility/target/seam-compatibility-3.0.0-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) @ seam-compatibility >>>
[INFO]
[INFO] — maven-enforcer-plugin:1.0:enforce (seam-build-req) @ seam-compatibility —
[INFO]
[INFO] — build-helper-maven-plugin:1.5:maven-version (default) @ seam-compatibility —
[INFO]
[INFO] — build-helper-maven-plugin:1.5:parse-version (default) @ seam-compatibility —
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) @ seam-compatibility <<<
[INFO]
[INFO] — maven-source-plugin:2.1.2:jar (attach-sources) @ seam-compatibility —
[INFO] META-INF already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO] Building jar: /space/workspace/glassfish/trunk/issues/cdi/17184/compatibility/target/seam-compatibility-3.0.0-SNAPSHOT-sources.jar
[INFO] META-INF already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:24.648s
[INFO] Finished at: Sat Dec 10 21:06:34 IST 2011
[INFO] Final Memory: 17M/81M
[INFO] ------------------------------------------------------------------------
Closing this issue ad not reproducible.
Will update this issue later with glassfish trunk result.
On GlassFish trunk, further change was needed in arquillian-glassfish-remote-3.1-1.0.0.Alpha5 to generate list-sub-components REST url to be generated in following format :
http://localhost:4848/management/domain/applications/application/test/list-sub-components
After above change done locally, this test passed.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Seam Compatibility Module 3.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] — maven-enforcer-plugin:1.0:enforce (seam-build-req) @ seam-compatibility —
[INFO]
[INFO] — build-helper-maven-plugin:1.5:maven-version (default) @ seam-compatibility —
[INFO]
[INFO] — build-helper-maven-plugin:1.5:parse-version (default) @ seam-compatibility —
[INFO]
[INFO] — maven-remote-resources-plugin:1.1:process (attach-license) @ seam-compatibility —
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO]
[INFO] — maven-resources-plugin:2.4.3:resources (default-resources) @ seam-compatibility —
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /space/workspace/glassfish/trunk/issues/cdi/17184/compatibility/src/main/resources
[INFO] Copying 2 resources
[INFO]
[INFO] — maven-compiler-plugin:2.3.1:compile (default-compile) @ seam-compatibility —
[INFO] No sources to compile
[INFO]
[INFO] — maven-resources-plugin:2.4.3:testResources (default-testResources) @ seam-compatibility —
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 2 resources
[INFO]
[INFO] — maven-compiler-plugin:2.3.1:testCompile (default-testCompile) @ seam-compatibility —
[INFO] Compiling 1 source file to /space/workspace/glassfish/trunk/issues/cdi/17184/compatibility/target/test-classes
[INFO]
[INFO] — maven-surefire-plugin:2.6:test (default-test) @ seam-compatibility —
[INFO] Concurrency config is
[INFO] Surefire report directory: /space/workspace/glassfish/trunk/issues/cdi/17184/compatibility/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.seam.compat.cdi.interceptor.EnableInterceptorTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec
Dec 12, 2011 8:21:09 AM org.jboss.arquillian.impl.client.container.ContainerRegistryCreator getActivatedConfiguration
INFO: Could not read active container configuration: null
Results :
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] — maven-jar-plugin:2.3.1:jar (default-jar) @ seam-compatibility —
[INFO] Building jar: /space/workspace/glassfish/trunk/issues/cdi/17184/compatibility/target/seam-compatibility-3.0.0-SNAPSHOT.jar
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) @ seam-compatibility >>>
[INFO]
[INFO] — maven-enforcer-plugin:1.0:enforce (seam-build-req) @ seam-compatibility —
[INFO]
[INFO] — build-helper-maven-plugin:1.5:maven-version (default) @ seam-compatibility —
[INFO]
[INFO] — build-helper-maven-plugin:1.5:parse-version (default) @ seam-compatibility —
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) @ seam-compatibility <<<
[INFO]
[INFO] — maven-source-plugin:2.1.2:jar (attach-sources) @ seam-compatibility —
[INFO] META-INF already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO] Building jar: /space/workspace/glassfish/trunk/issues/cdi/17184/compatibility/target/seam-compatibility-3.0.0-SNAPSHOT-sources.jar
[INFO] META-INF already added, skipping
[INFO] META-INF/DEPENDENCIES.txt already added, skipping
[INFO] META-INF/LICENSE.txt already added, skipping
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1:03.590s
[INFO] Finished at: Mon Dec 12 08:22:04 IST 2011
[INFO] Final Memory: 17M/81M
[INFO] ------------------------------------------------------------------------
Requesting Kshitiz to try to reproduce this with latest 3.1.2 workspace that already has Weld 1.1.3 and close it if it is not reproducible anymore.