[wsas-java-dev] [Fwd: Build problems with latest HEAD]
saminda abeyruwan
saminda at wso2.com
Tue Dec 18 05:01:25 PST 2007
Hi Charitha,
This test has been fixed. Please try again.
Thank you
Saminda
Charitha Kankanamge wrote:
> Folks,
> The following test error has been encountered when I was trying to build
> WSAS using a clean m2 repo in Winxp/jdk15.
>
> testLoggerDAO(org.wso2.wsas.persistence.LoggerDAOTest) Time elapsed:
> 0.125 sec <<< ERROR!
> java.lang.RuntimeException: Unable to get logger
> at
> org.wso2.wsas.persistence.dao.LoggerDAO.getLoggerDO(LoggerDAO.java:50)
> at
> org.wso2.wsas.persistence.LoggerDAOTest.testLoggerDAO(LoggerDAOTest.java:39)
>
>
>
> Complete stack trace
> -----------------------------
> -------------------------------------------------------
> T E S T S
> -------------------------------------------------------
> Running org.wso2.wsas.persistence.AppenderDAOTest
> is File appender true
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 56.531 sec
> Running org.wso2.wsas.persistence.LoggerDAOTest
> ERROR [2007-12-18 16:57:41,187] Unable to get logger
> org.hibernate.NonUniqueResultException: query did not return a unique
> result: 2
> at
> org.hibernate.impl.AbstractQueryImpl.uniqueElement(AbstractQueryImpl.java:762)
>
> at
> org.hibernate.impl.AbstractQueryImpl.uniqueResult(AbstractQueryImpl.java:749)
>
> at
> org.wso2.wsas.persistence.dao.LoggerDAO.getLoggerDO(LoggerDAO.java:45)
> at
> org.wso2.wsas.persistence.LoggerDAOTest.testLoggerDAO(LoggerDAOTest.java:39)
>
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> 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(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at
> org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:210)
> at
> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirecto
>
> ryTestSuite.java:135)
> at
> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestS
>
> uite.java:122)
> at org.apache.maven.surefire.Surefire.run(Surefire.java:129)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at
> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:22
>
> 5)
> at
> org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:747)
>
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.125
> sec <<< FAILURE!
> Running org.wso2.wsas.security.WSS4JUtilTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.828 sec
> Running org.wso2.wsas.persistence.ServerConfigurationDAOTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.344 sec
> Running org.wso2.wsas.util.ServerControllerTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 sec
> Running org.wso2.wsas.persistence.PersistenceTest
> ## THE FOLLOWING EXCEPTION IS AN ANTICIPATED ONE.
> ## THIS UNIT TEST VERIFIES THAT THE SYSTEM THROWS AN EXCEPTION
> ## IF THE SAME USER IS ADDED MORE THAN ONCE. PLEASE IGNORE THIS EXCEPTION.
> ERROR [2007-12-18 16:57:50,640] The statement was aborted because it
> would have caused a duplicate
> key value in a unique or primary key constraint or unique index
> identified by 'SQL071218045721480' d
> efined on 'SERVICE_USER_T'.
> ERROR [2007-12-18 16:57:50,640] Could not synchronize database state
> with session
> org.hibernate.exception.ConstraintViolationException: could not insert:
> [org.wso2.wsas.persistence.d
> ataobject.ServiceUserDO]
> at
> org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:71)
>
> at
> org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
>
> at
> org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.jav
>
> a:2078)
> at
> org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.jav
>
> a:2427)
> at
> org.hibernate.action.EntityInsertAction.execute(EntityInsertAction.java:51)
> at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:248)
> at
> org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:232)
> at
> org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:139)
> at
> org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingE
>
> ventListener.java:297)
> at
> org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:
>
> 27)
> at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:985)
> at org.wso2.wsas.persistence.dao.BaseDAO.create(BaseDAO.java:57)
> at
> org.wso2.wsas.persistence.PersistenceManager.addUser(PersistenceManager.java:196)
>
> at
> org.wso2.wsas.persistence.PersistenceTest.testAddingSameUserTwice(PersistenceTest.java:32
>
> 3)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> 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(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at
> org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:210)
> at
> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirecto
>
> ryTestSuite.java:135)
> at
> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestS
>
> uite.java:122)
> at org.apache.maven.surefire.Surefire.run(Surefire.java:129)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at
> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:22
>
> 5)
> at
> org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:747)
>
> Caused by: SQL Exception: The statement was aborted because it would
> have caused a duplicate key val
> ue in a unique or primary key constraint or unique index identified by
> 'SQL071218045721480' defined
> on 'SERVICE_USER_T'.
> at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown
> Source)
> at
> org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown
> Source)
> at
> org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown
> Source)
> at
> org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
> at
> org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
> at
> org.apache.derby.impl.jdbc.EmbedStatement.executeStatement(Unknown Source)
> at
> org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeStatement(Unknown
> Source)
> at
> org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeUpdate(Unknown
> Source)
> at
> org.hibernate.jdbc.NonBatchingBatcher.addToBatch(NonBatchingBatcher.java:23)
>
> at
> org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.jav
>
> a:2062)
> ... 37 more
> WARN [2007-12-18 16:57:50,640] Trying to create duplicate entity
> org.hibernate.exception.ConstraintViolationException: could not insert:
> [org.wso2.wsas.persistence.d
> ataobject.ServiceUserDO]
> at
> org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:71)
>
> at
> org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
>
> at
> org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.jav
>
> a:2078)
> at
> org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.jav
>
> a:2427)
> at
> org.hibernate.action.EntityInsertAction.execute(EntityInsertAction.java:51)
> at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:248)
> at
> org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:232)
> at
> org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:139)
> at
> org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingE
>
> ventListener.java:297)
> at
> org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:
>
> 27)
> at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:985)
> at org.wso2.wsas.persistence.dao.BaseDAO.create(BaseDAO.java:57)
> at
> org.wso2.wsas.persistence.PersistenceManager.addUser(PersistenceManager.java:196)
>
> at
> org.wso2.wsas.persistence.PersistenceTest.testAddingSameUserTwice(PersistenceTest.java:32
>
> 3)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> 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(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at
> org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:210)
> at
> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirecto
>
> ryTestSuite.java:135)
> at
> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestS
>
> uite.java:122)
> at org.apache.maven.surefire.Surefire.run(Surefire.java:129)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at
> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:22
>
> 5)
> at
> org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:747)
>
> Caused by: SQL Exception: The statement was aborted because it would
> have caused a duplicate key val
> ue in a unique or primary key constraint or unique index identified by
> 'SQL071218045721480' defined
> on 'SERVICE_USER_T'.
> at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown
> Source)
> at
> org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown
> Source)
> at
> org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown
> Source)
> at
> org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
> at
> org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
> at
> org.apache.derby.impl.jdbc.EmbedStatement.executeStatement(Unknown Source)
> at
> org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeStatement(Unknown
> Source)
> at
> org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeUpdate(Unknown
> Source)
> at
> org.hibernate.jdbc.NonBatchingBatcher.addToBatch(NonBatchingBatcher.java:23)
>
> at
> org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.jav
>
> a:2062)
> ... 37 more
> Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.734 sec
> Running org.wso2.wsas.persistence.ServiceDAOTest
> Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.094 sec
> Running org.wso2.wsas.TomcatServerTest
> INFO [2007-12-18 16:57:58,656] Using Server Info Class:
> org.wso2.wsas.serverinfo.EmbeddedTomcatSer
> verInfo
> INFO [2007-12-18 16:58:11,375] Deploying module: addressing-SNAPSHOT -
> file:/C:/Projects/wsas-trun
> k/modules/core/target/tomcat_test/repository/modules/addressing-SNAPSHOT.mar
>
> INFO [2007-12-18 16:58:11,375] java.net.URISyntaxException: Illegal
> character in path at index 18:
> file:/C:/Documents and Settings/Charitha
> Kankanamge/.m2/repository/org/wso2/mex/wso2mex/SNAPSHOT/ws
> o2mex-SNAPSHOT.jar
> INFO [2007-12-18 16:58:11,375] java.net.URISyntaxException: Illegal
> character in path at index 18:
> file:/C:/Documents and Settings/Charitha
> Kankanamge/.m2/repository/org/apache/axis2/axis2/SNAPSHOT/
> axis2-SNAPSHOT.jar
> INFO [2007-12-18 16:58:11,375] java.net.URISyntaxException: Illegal
> character in path at index 18:
> file:/C:/Documents and Settings/Charitha
> Kankanamge/.m2/repository/org/wso2/xfer/wso2xfer/SNAPSHOT/
> wso2xfer-SNAPSHOT.jar
> INFO [2007-12-18 16:58:12,265] Deploying - deploy.wsdd
> INFO [2007-12-18 16:58:13,500] Deploying Axis1 service -- A1Service
> ERROR [2007-12-18 16:58:13,734] Encoded use is not supported
> org.apache.axis2.description.WSDL11ToAxisServiceBuilder$WSDLProcessingException:
> Encoded use is not
> supported
> at
> org.apache.axis2.description.WSDL11ToAxisServiceBuilder.getPartsListFromSoapBody(WSDL11To
>
> AxisServiceBuilder.java:1772)
> at
> org.apache.axis2.description.WSDL11ToAxisServiceBuilder.createSchemaForPorttype(WSDL11ToA
>
> xisServiceBuilder.java:1523)
> at
> org.apache.axis2.description.WSDL11ToAxisServiceBuilder.generateWrapperSchema(WSDL11ToAxi
>
> sServiceBuilder.java:1426)
> at
> org.apache.axis2.description.WSDL11ToAxisServiceBuilder.populateService(WSDL11ToAxisServi
>
> ceBuilder.java:319)
> at a1deployer.Axis1Deployer.deploy(Axis1Deployer.java:153)
> at
> org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.
>
> java:136)
> at
> org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:584)
>
> at
> org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:141)
>
> at
> org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:330)
>
> at
> org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:227)
>
>
> at
> org.apache.axis2.deployment.DeploymentEngine.loadServices(DeploymentEngine.java:118)
>
> at
> org.wso2.wsas.deployment.ServerConfigurator.loadServices(ServerConfigurator.java:261)
>
> at
> org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(Configura
>
> tionContextFactory.java:78)
> at org.wso2.wsas.ServerManager.start(ServerManager.java:100)
> at org.wso2.wsas.MainServlet.start(MainServlet.java:248)
> at org.wso2.wsas.MainServlet.init(MainServlet.java:186)
> at
> org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1105)
>
> at
> org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:932)
> at
> org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3915)
>
> at
> org.apache.catalina.core.StandardContext.start(StandardContext.java:4176)
> at
> org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
>
> at
> org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
> at
> org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
> at
> org.wso2.wsas.TomcatRepositoryListener.run(TomcatRepositoryListener.java:103)
>
> at java.lang.Thread.run(Unknown Source)
> INFO [2007-12-18 16:58:13,750] Couldn't process WSDL for Axis1 service
> 'A1Service', defaulting to
> passthrough mode.
> INFO [2007-12-18 16:58:15,656] Deploying Web service: echo.aar -
> file:/C:/Projects/wsas-trunk/modu
> les/core/target/tomcat_test/repository/services/echo.aar
> INFO [2007-12-18 16:58:15,937] Deploying Web service: version.aar -
> file:/C:/Projects/wsas-trunk/m
> odules/core/target/tomcat_test/repository/services/version.aar
> WARN [2007-12-18 16:58:16,031] Static page generation failed:
> org.wso2.adminui.UIProcessingExcepti
> on: ui-extensions-config.xml file not found in classpath
> INFO [2007-12-18 16:58:16,343] Security scenario configuration file
> does not exist
> INFO [2007-12-18 16:58:16,343]
> INFO [2007-12-18 16:58:16,343] Repository :
> target/tomcat_test/repository/
> INFO [2007-12-18 16:58:16,359] Starting HTTPS transport...
> INFO [2007-12-18 16:58:17,375] Starting HTTP transport...
> INFO [2007-12-18 16:58:17,390] HTTP port : 39762
> INFO [2007-12-18 16:58:17,390] HTTPS port : 39443
> INFO [2007-12-18 16:58:17,390]
> INFO [2007-12-18 16:58:17,390] WSO2 WSAS started in 18828 ms
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.422 sec
> Running org.wso2.wsas.trust.SecurityTokenStoreTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.75 sec
> Running org.wso2.wsas.util.MIMEType2FileExtensionMapTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.141 sec
> Running org.wso2.wsas.util.ArchiveManipulatorTest
> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
> Running org.wso2.wsas.persistence.MessageDAOTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.078 sec
> Running org.wso2.wsas.persistence.ModuleDAOTest
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.5 sec
> Running org.wso2.wsas.persistence.UserDAOTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 sec
> Running org.wso2.wsas.persistence.UserRoleDAOTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec
>
> Results :
> Tests run: 62, Failures: 0, Errors: 1, Skipped: 0
>
> INFO [2007-12-18 16:58:25,656] Stopping HTTPS transport...
> INFO [2007-12-18 16:58:25,656] Shutting down WSO2 WSAS...
> INFO [2007-12-18 16:58:25,656] Stopping HTTP transport...
> INFO [2007-12-18 16:58:25,687] Starting to switch to maintenance mode...
> INFO [2007-12-18 16:58:25,687] Stopped all transport listeners
> INFO [2007-12-18 16:58:25,687] Waiting for request service completion...
> INFO [2007-12-18 16:58:26,328] All requests have been served.
> INFO [2007-12-18 16:58:26,328] Cleaning up system...
> INFO [2007-12-18 16:58:26,328] Shutdown complete
> INFO [2007-12-18 16:58:26,328] Halting JVM
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] There are test failures.
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 7 minutes 23 seconds
> [INFO] Finished at: Tue Dec 18 16:58:26 LKT 2007
> [INFO] Final Memory: 27M/63M
> [INFO]
> ------------------------------------------------------------------------
>
>
>
>
>
> regards
> Charitha
>
>
> Glen Daniels wrote:
>
>> Woops, sent this from the wrong address!
>>
>> --G
>>
>> -------- Original Message --------
>> Subject: Build problems with latest HEAD
>> Date: Thu, 13 Dec 2007 18:38:23 -0500
>> From: Glen Daniels <glen at thoughtcraft.com>
>> To: wsas-java-dev at wso2.org
>>
>> Hi folks:
>>
>> I've been unable to build WSAS for a while now, and I just got clean new
>> source and deleted everything in my Maven repository to make sure new
>> dependencies were downloaded. I also manually rebuilt data-services and
>> usermanager, and I'm still seeing a test failure in PersistenceTest.
>>
>> I've attached a capture of the build output (buildlog) and also the
>> PersistenceTest.txt file from surefire-reports.
>>
>> Anyone have a clue what this might be?
>>
>> Thanks,
>> --Glen
>>
>> ------------------------------------------------------------------------
>>
>> [INFO] Scanning for projects...
>> [INFO] Reactor build order: [INFO] WSO2 Web Services Application Server
>> [INFO] Core
>> [INFO] Admin
>> [INFO] Samples
>> [INFO] Sample/Chad
>> [INFO] Sample/CommodityQuote
>> [INFO] Sample/JavascriptService
>> [INFO] Sample/TinyURL
>> [INFO] Sample/Trader
>> [INFO] Sample/FlickrClient
>> [INFO] Sample/DataService
>> [INFO] Sample/NodeManagement
>> [INFO] Sample/MEX
>> [INFO] Sample/Chad
>> [INFO] Sample/XKMS
>> [INFO] Sample/xfer
>> [INFO] Sample/STS
>> [INFO] Sample/EJBService
>> [INFO] Sample/JAXWS
>> [INFO] STS
>> [INFO] Web Resources
>> [INFO] Clustering
>> [INFO] Documentation
>> [INFO] Integration
>> [INFO] Distribution
>> [INFO]
>> ----------------------------------------------------------------------------
>>
>> [INFO] Building WSO2 Web Services Application Server
>> [INFO] task-segment: [clean, install]
>> [INFO]
>> ----------------------------------------------------------------------------
>>
>> [INFO] [clean:clean]
>> [INFO] Deleting directory c:\Projects\WSO2\WSAS\target
>> [INFO] Deleting directory c:\Projects\WSO2\WSAS\target\classes
>> [INFO] Deleting directory c:\Projects\WSO2\WSAS\target\test-classes
>> [INFO] Deleting file-set: logs (included: [], excluded: [])
>> [INFO] Deleting file-set: . (included: [derby.log], excluded: [])
>> [INFO] Deleting file-set: modules/integration (included: [**/*.jks],
>> excluded: [])
>> [INFO] Deleting file-set: modules/admin/logs (included: [], excluded: [])
>> [INFO] Deleting file-set:
>> modules/admin/test-resources/repository/modules (included:
>> [wso2throttle-SNAPSHOT.mar, addressing-SNAPSHOT.mar], excluded: [])
>> [INFO] Deleting file-set: modules/core (included: [conf/wso2wsas.jks,
>> logs, derby.log], excluded: [])
>> [INFO] Deleting file-set: modules/distribution (included: [derby.log],
>> excluded: [])
>> [INFO] Deleting file-set: modules/integration (included: [logs],
>> excluded: [])
>> [INFO] Deleting file-set: modules/database (included: [], excluded: [])
>> [INFO] [site:attach-descriptor]
>> [INFO] Preparing source:jar
>> [WARNING] Removing: jar from forked lifecycle, to prevent recursive
>> invocation.
>> [INFO] No goals needed for project - skipping
>> [INFO] [source:jar {execution: default}]
>> [INFO] [install:install]
>> [INFO] Installing c:\Projects\WSO2\WSAS\pom.xml to C:\Documents and
>> Settings\Glen\.m2\repository\org\wso2\wsas\org.wso2.wsas\SNAPSHOT\org.wso2.wsas-SNAPSHOT.pom
>>
>> [INFO]
>> ----------------------------------------------------------------------------
>>
>> [INFO] Building Core
>> [INFO] task-segment: [clean, install]
>> [INFO]
>> ----------------------------------------------------------------------------
>>
>> [INFO] [clean:clean]
>> [INFO] Deleting directory c:\Projects\WSO2\WSAS\modules\core\target
>> [INFO] Deleting directory
>> c:\Projects\WSO2\WSAS\modules\core\target\classes
>> [INFO] Deleting directory
>> c:\Projects\WSO2\WSAS\modules\core\target\test-classes
>> [INFO] [resources:resources]
>> [INFO] Using default encoding to copy filtered resources.
>> Downloading:
>> http://dist.wso2.org/maven2/org/apache/neethi/neethi/2.0.2/neethi-2.0.2.pom
>>
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/org/apache/neethi/neethi/2.0.2/neethi-2.0.2.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/org/apache/neethi/neethi/2.0.2/neethi-2.0.2.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/apache/neethi/neethi/2.0.2/neethi-2.0.2.pom
>>
>> Downloading:
>> http://dist.wso2.org/maven2/bouncycastle/bcprov-jdk15/132/bcprov-jdk15-132.pom
>>
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/bouncycastle/bcprov-jdk15/132/bcprov-jdk15-132.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/bouncycastle/bcprov-jdk15/132/bcprov-jdk15-132.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/bouncycastle/bcprov-jdk15/132/bcprov-jdk15-132.pom
>>
>> Downloading:
>> http://dist.wso2.org/maven2/org/apache/santuario/xmlsec/1.4.0/xmlsec-1.4.0.pom
>>
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/org/apache/santuario/xmlsec/1.4.0/xmlsec-1.4.0.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/org/apache/santuario/xmlsec/1.4.0/xmlsec-1.4.0.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/apache/santuario/xmlsec/1.4.0/xmlsec-1.4.0.pom
>>
>> Downloading:
>> http://dist.wso2.org/maven2/axis/axis-ant/1.4/axis-ant-1.4.pom
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/axis/axis-ant/1.4/axis-ant-1.4.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/axis/axis-ant/1.4/axis-ant-1.4.pom
>> Downloading:
>> http://repo1.maven.org/maven2/axis/axis-ant/1.4/axis-ant-1.4.pom
>> Downloading:
>> http://dist.wso2.org/maven2/opensaml/opensaml/1.1/opensaml-1.1.pom
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/opensaml/opensaml/1.1/opensaml-1.1.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/opensaml/opensaml/1.1/opensaml-1.1.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/opensaml/opensaml/1.1/opensaml-1.1.pom
>> Downloading:
>> http://dist.wso2.org/maven2/org/apache/woden/woden/1.0-incubating-M7a/woden-1.0-incubating-M7a.pom
>>
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/org/apache/woden/woden/1.0-incubating-M7a/woden-1.0-incubating-M7a.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/org/apache/woden/woden/1.0-incubating-M7a/woden-1.0-incubating-M7a.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/apache/woden/woden/1.0-incubating-M7a/woden-1.0-incubating-M7a.pom
>>
>> Downloading:
>> http://dist.wso2.org/maven2/jaxen/jaxen/1.1-beta-10/jaxen-1.1-beta-10.pom
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/jaxen/jaxen/1.1-beta-10/jaxen-1.1-beta-10.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/jaxen/jaxen/1.1-beta-10/jaxen-1.1-beta-10.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/jaxen/jaxen/1.1-beta-10/jaxen-1.1-beta-10.pom
>>
>> Downloading:
>> http://dist.wso2.org/maven2/org/wso2/adminui/wso2-adminui-graphs-zip/1.1/wso2-adminui-graphs-zip-1.1.pom
>>
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/org/wso2/adminui/wso2-adminui-graphs-zip/1.1/wso2-adminui-graphs-zip-1.1.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/org/wso2/adminui/wso2-adminui-graphs-zip/1.1/wso2-adminui-graphs-zip-1.1.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/wso2/adminui/wso2-adminui-graphs-zip/1.1/wso2-adminui-graphs-zip-1.1.pom
>>
>> Downloading:
>> http://dist.wso2.org/maven2/com/sun/xml/bind/jaxb-impl/2.0.5/jaxb-impl-2.0.5.pom
>>
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/com/sun/xml/bind/jaxb-impl/2.0.5/jaxb-impl-2.0.5.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/com/sun/xml/bind/jaxb-impl/2.0.5/jaxb-impl-2.0.5.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-impl/2.0.5/jaxb-impl-2.0.5.pom
>>
>> Downloading:
>> http://dist.wso2.org/maven2/com/sun/xml/bind/jaxb-xjc/2.0.5/jaxb-xjc-2.0.5.pom
>>
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/com/sun/xml/bind/jaxb-xjc/2.0.5/jaxb-xjc-2.0.5.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/com/sun/xml/bind/jaxb-xjc/2.0.5/jaxb-xjc-2.0.5.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/com/sun/xml/bind/jaxb-xjc/2.0.5/jaxb-xjc-2.0.5.pom
>>
>> Downloading:
>> http://dist.wso2.org/maven2/xerces/resolver/2.8.0/resolver-2.8.0.pom
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/xerces/resolver/2.8.0/resolver-2.8.0.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/xerces/resolver/2.8.0/resolver-2.8.0.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/xerces/resolver/2.8.0/resolver-2.8.0.pom
>> Downloading:
>> http://dist.wso2.org/maven2/xerces/xml-apis/2.8.0/xml-apis-2.8.0.pom
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/xerces/xml-apis/2.8.0/xml-apis-2.8.0.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/xerces/xml-apis/2.8.0/xml-apis-2.8.0.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/xerces/xml-apis/2.8.0/xml-apis-2.8.0.pom
>> Downloading:
>> http://dist.wso2.org/maven2/ws-commons/tcpmon/1.0/tcpmon-1.0.pom
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/ws-commons/tcpmon/1.0/tcpmon-1.0.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/ws-commons/tcpmon/1.0/tcpmon-1.0.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/ws-commons/tcpmon/1.0/tcpmon-1.0.pom
>> [INFO] [compiler:compile]
>> Compiling 190 source files to
>> c:\Projects\WSO2\WSAS\modules\core\target\classes
>> [INFO] [dependency:copy {execution: copy}]
>> [INFO] Configured Artifact: org.apache.axis2:addressing:SNAPSHOT:mar
>> [INFO] Copying addressing-SNAPSHOT.mar to
>> c:\Projects\WSO2\WSAS\modules\core\target\repository\modules\addressing-SNAPSHOT.mar
>>
>> Downloading:
>> http://dist.wso2.org/maven2/org/wso2/mex/wso2mex/20071213.123807-143/wso2mex-20071213.123807-143.pom
>>
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/org/wso2/mex/wso2mex/20071213.123807-143/wso2mex-20071213.123807-143.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/org/wso2/mex/wso2mex/20071213.123807-143/wso2mex-20071213.123807-143.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/wso2/mex/wso2mex/20071213.123807-143/wso2mex-20071213.123807-143.pom
>>
>> Downloading:
>> http://dist.wso2.org/maven2/org/wso2/tracer/wso2tracer/20071213.123740-142/wso2tracer-20071213.123740-142.pom
>>
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/org/wso2/tracer/wso2tracer/20071213.123740-142/wso2tracer-20071213.123740-142.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/org/wso2/tracer/wso2tracer/20071213.123740-142/wso2tracer-20071213.123740-142.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/wso2/tracer/wso2tracer/20071213.123740-142/wso2tracer-20071213.123740-142.pom
>>
>> Downloading:
>> http://dist.wso2.org/maven2/org/apache/ws/commons/axiom/axiom-dom/20071210.230215-23/axiom-dom-20071210.230215-23.pom
>>
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/org/apache/ws/commons/axiom/axiom-dom/20071210.230215-23/axiom-dom-20071210.230215-23.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/org/apache/ws/commons/axiom/axiom-dom/20071210.230215-23/axiom-dom-20071210.230215-23.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/apache/ws/commons/axiom/axiom-dom/20071210.230215-23/axiom-dom-20071210.230215-23.pom
>>
>> Downloading:
>> http://dist.wso2.org/maven2/org/wso2/xkms/xkms/20071213.124305-139/xkms-20071213.124305-139.pom
>>
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/org/wso2/xkms/xkms/20071213.124305-139/xkms-20071213.124305-139.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/org/wso2/xkms/xkms/20071213.124305-139/xkms-20071213.124305-139.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/wso2/xkms/xkms/20071213.124305-139/xkms-20071213.124305-139.pom
>>
>> Downloading:
>> http://dist.wso2.org/maven2/org/apache/ws/commons/schema/XmlSchema/20071211.151047-9/XmlSchema-20071211.151047-9.pom
>>
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/org/apache/ws/commons/schema/XmlSchema/20071211.151047-9/XmlSchema-20071211.151047-9.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/org/apache/ws/commons/schema/XmlSchema/20071211.151047-9/XmlSchema-20071211.151047-9.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/apache/ws/commons/schema/XmlSchema/20071211.151047-9/XmlSchema-20071211.151047-9.pom
>>
>> Downloading:
>> http://dist.wso2.org/maven2/org/wso2/wsf/javascript/native/wsrequest/20071213.181531-316/wsrequest-20071213.181531-316.pom
>>
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/org/wso2/wsf/javascript/native/wsrequest/20071213.181531-316/wsrequest-20071213.181531-316.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/org/wso2/wsf/javascript/native/wsrequest/20071213.181531-316/wsrequest-20071213.181531-316.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/wso2/wsf/javascript/native/wsrequest/20071213.181531-316/wsrequest-20071213.181531-316.pom
>>
>> Downloading:
>> http://dist.wso2.org/maven2/org/apache/axis2/axis2-saaj-api/20071213.133605-100/axis2-saaj-api-20071213.133605-100.pom
>>
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/org/apache/axis2/axis2-saaj-api/20071213.133605-100/axis2-saaj-api-20071213.133605-100.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/org/apache/axis2/axis2-saaj-api/20071213.133605-100/axis2-saaj-api-20071213.133605-100.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/apache/axis2/axis2-saaj-api/20071213.133605-100/axis2-saaj-api-20071213.133605-100.pom
>>
>> Downloading:
>> http://dist.wso2.org/maven2/org/wso2/sandesha2/wso2sandesha2-persistence/20071213.124138-139/wso2sandesha2-persistence-20071213.124138-139.pom
>>
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/org/wso2/sandesha2/wso2sandesha2-persistence/20071213.124138-139/wso2sandesha2-persistence-20071213.124138-139.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/org/wso2/sandesha2/wso2sandesha2-persistence/20071213.124138-139/wso2sandesha2-persistence-20071213.124138-139.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/wso2/sandesha2/wso2sandesha2-persistence/20071213.124138-139/wso2sandesha2-persistence-20071213.124138-139.pom
>>
>> Downloading:
>> http://dist.wso2.org/maven2/org/apache/axis2/addressing/20071213.133605-101/addressing-20071213.133605-101.pom
>>
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/org/apache/axis2/addressing/20071213.133605-101/addressing-20071213.133605-101.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/org/apache/axis2/addressing/20071213.133605-101/addressing-20071213.133605-101.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/apache/axis2/addressing/20071213.133605-101/addressing-20071213.133605-101.pom
>>
>> Downloading:
>> http://dist.wso2.org/maven2/org/wso2/statistics/wso2statistics/20071213.123613-143/wso2statistics-20071213.123613-143.pom
>>
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/org/wso2/statistics/wso2statistics/20071213.123613-143/wso2statistics-20071213.123613-143.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/org/wso2/statistics/wso2statistics/20071213.123613-143/wso2statistics-20071213.123613-143.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/wso2/statistics/wso2statistics/20071213.123613-143/wso2statistics-20071213.123613-143.pom
>>
>> Downloading:
>> http://dist.wso2.org/maven2/org/apache/axis2/axis2-saaj/20071213.133605-100/axis2-saaj-20071213.133605-100.pom
>>
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/org/apache/axis2/axis2-saaj/20071213.133605-100/axis2-saaj-20071213.133605-100.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/org/apache/axis2/axis2-saaj/20071213.133605-100/axis2-saaj-20071213.133605-100.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/apache/axis2/axis2-saaj/20071213.133605-100/axis2-saaj-20071213.133605-100.pom
>>
>> Downloading:
>> http://dist.wso2.org/maven2/org/apache/rampart/rahas/20071017.182116-408/rahas-20071017.182116-408.pom
>>
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/org/apache/rampart/rahas/20071017.182116-408/rahas-20071017.182116-408.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/org/apache/rampart/rahas/20071017.182116-408/rahas-20071017.182116-408.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/apache/rampart/rahas/20071017.182116-408/rahas-20071017.182116-408.pom
>>
>> Downloading:
>> http://dist.wso2.org/maven2/org/apache/ws/commons/axiom/axiom-api/20071210.230215-23/axiom-api-20071210.230215-23.pom
>>
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/org/apache/ws/commons/axiom/axiom-api/20071210.230215-23/axiom-api-20071210.230215-23.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/org/apache/ws/commons/axiom/axiom-api/20071210.230215-23/axiom-api-20071210.230215-23.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/apache/ws/commons/axiom/axiom-api/20071210.230215-23/axiom-api-20071210.230215-23.pom
>>
>> Downloading:
>> http://dist.wso2.org/maven2/org/wso2/dynamiccodegen/wso2dynamic-codegen/20071213.124049-144/wso2dynamic-codegen-20071213.124049-144.pom
>>
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/org/wso2/dynamiccodegen/wso2dynamic-codegen/20071213.124049-144/wso2dynamic-codegen-20071213.124049-144.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/org/wso2/dynamiccodegen/wso2dynamic-codegen/20071213.124049-144/wso2dynamic-codegen-20071213.124049-144.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/wso2/dynamiccodegen/wso2dynamic-codegen/20071213.124049-144/wso2dynamic-codegen-20071213.124049-144.pom
>>
>> Downloading:
>> http://dist.wso2.org/maven2/org/wso2/a1deployer/wso2a1deployer/20071213.124227-143/wso2a1deployer-20071213.124227-143.pom
>>
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/org/wso2/a1deployer/wso2a1deployer/20071213.124227-143/wso2a1deployer-20071213.124227-143.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/org/wso2/a1deployer/wso2a1deployer/20071213.124227-143/wso2a1deployer-20071213.124227-143.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/wso2/a1deployer/wso2a1deployer/20071213.124227-143/wso2a1deployer-20071213.124227-143.pom
>>
>> Downloading:
>> http://dist.wso2.org/maven2/org/apache/axis2/axis2-jaxws/20071213.133605-100/axis2-jaxws-20071213.133605-100.pom
>>
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/org/apache/axis2/axis2-jaxws/20071213.133605-100/axis2-jaxws-20071213.133605-100.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/org/apache/axis2/axis2-jaxws/20071213.133605-100/axis2-jaxws-20071213.133605-100.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/apache/axis2/axis2-jaxws/20071213.133605-100/axis2-jaxws-20071213.133605-100.pom
>>
>> Downloading:
>> http://dist.wso2.org/maven2/org/wso2/adminui/wso2adminui/20071213.123429-143/wso2adminui-20071213.123429-143.pom
>>
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/org/wso2/adminui/wso2adminui/20071213.123429-143/wso2adminui-20071213.123429-143.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/org/wso2/adminui/wso2adminui/20071213.123429-143/wso2adminui-20071213.123429-143.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/wso2/adminui/wso2adminui/20071213.123429-143/wso2adminui-20071213.123429-143.pom
>>
>> Downloading:
>> http://dist.wso2.org/maven2/org/apache/axis2/axis2/20071213.133605-100/axis2-20071213.133605-100.pom
>>
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/org/apache/axis2/axis2/20071213.133605-100/axis2-20071213.133605-100.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/org/apache/axis2/axis2/20071213.133605-100/axis2-20071213.133605-100.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/apache/axis2/axis2/20071213.133605-100/axis2-20071213.133605-100.pom
>>
>> Downloading:
>> http://dist.wso2.org/maven2/org/apache/axis2/axis2-jaxws-api/20071213.133605-100/axis2-jaxws-api-20071213.133605-100.pom
>>
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/org/apache/axis2/axis2-jaxws-api/20071213.133605-100/axis2-jaxws-api-20071213.133605-100.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/org/apache/axis2/axis2-jaxws-api/20071213.133605-100/axis2-jaxws-api-20071213.133605-100.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/apache/axis2/axis2-jaxws-api/20071213.133605-100/axis2-jaxws-api-20071213.133605-100.pom
>>
>> Downloading:
>> http://dist.wso2.org/maven2/org/wso2/xfer/wso2xfer/20071213.123932-143/wso2xfer-20071213.123932-143.pom
>>
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/org/wso2/xfer/wso2xfer/20071213.123932-143/wso2xfer-20071213.123932-143.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/org/wso2/xfer/wso2xfer/20071213.123932-143/wso2xfer-20071213.123932-143.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/wso2/xfer/wso2xfer/20071213.123932-143/wso2xfer-20071213.123932-143.pom
>>
>> Downloading:
>> http://dist.wso2.org/maven2/org/apache/axis2/axis2-metadata/20071213.133605-100/axis2-metadata-20071213.133605-100.pom
>>
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/org/apache/axis2/axis2-metadata/20071213.133605-100/axis2-metadata-20071213.133605-100.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/org/apache/axis2/axis2-metadata/20071213.133605-100/axis2-metadata-20071213.133605-100.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/apache/axis2/axis2-metadata/20071213.133605-100/axis2-metadata-20071213.133605-100.pom
>>
>> Downloading:
>> http://dist.wso2.org/maven2/org/apache/axis2/axis2-mtompolicy/20071213.133605-100/axis2-mtompolicy-20071213.133605-100.pom
>>
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/org/apache/axis2/axis2-mtompolicy/20071213.133605-100/axis2-mtompolicy-20071213.133605-100.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/org/apache/axis2/axis2-mtompolicy/20071213.133605-100/axis2-mtompolicy-20071213.133605-100.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/apache/axis2/axis2-mtompolicy/20071213.133605-100/axis2-mtompolicy-20071213.133605-100.pom
>>
>> Downloading:
>> http://dist.wso2.org/maven2/org/apache/rampart/rampart-policy/20071017.182116-452/rampart-policy-20071017.182116-452.pom
>>
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/org/apache/rampart/rampart-policy/20071017.182116-452/rampart-policy-20071017.182116-452.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/org/apache/rampart/rampart-policy/20071017.182116-452/rampart-policy-20071017.182116-452.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/apache/rampart/rampart-policy/20071017.182116-452/rampart-policy-20071017.182116-452.pom
>>
>> Downloading:
>> http://dist.wso2.org/maven2/org/apache/rampart/rampart-trust/20071017.182116-446/rampart-trust-20071017.182116-446.pom
>>
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/org/apache/rampart/rampart-trust/20071017.182116-446/rampart-trust-20071017.182116-446.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/org/apache/rampart/rampart-trust/20071017.182116-446/rampart-trust-20071017.182116-446.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/apache/rampart/rampart-trust/20071017.182116-446/rampart-trust-20071017.182116-446.pom
>>
>> Downloading:
>> http://dist.wso2.org/maven2/org/apache/ws/security/wss4j/20071017.164233-739/wss4j-20071017.164233-739.pom
>>
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/org/apache/ws/security/wss4j/20071017.164233-739/wss4j-20071017.164233-739.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/org/apache/ws/security/wss4j/20071017.164233-739/wss4j-20071017.164233-739.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/apache/ws/security/wss4j/20071017.164233-739/wss4j-20071017.164233-739.pom
>>
>> Downloading:
>> http://dist.wso2.org/maven2/org/wso2/throttle/wso2throttle/20071213.123833-156/wso2throttle-20071213.123833-156.pom
>>
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/org/wso2/throttle/wso2throttle/20071213.123833-156/wso2throttle-20071213.123833-156.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/org/wso2/throttle/wso2throttle/20071213.123833-156/wso2throttle-20071213.123833-156.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/wso2/throttle/wso2throttle/20071213.123833-156/wso2throttle-20071213.123833-156.pom
>>
>> Downloading:
>> http://dist.wso2.org/maven2/org/wso2/throttle/wso2throttle-core/20071213.123833-34/wso2throttle-core-20071213.123833-34.pom
>>
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/org/wso2/throttle/wso2throttle-core/20071213.123833-34/wso2throttle-core-20071213.123833-34.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/org/wso2/throttle/wso2throttle-core/20071213.123833-34/wso2throttle-core-20071213.123833-34.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/wso2/throttle/wso2throttle-core/20071213.123833-34/wso2throttle-core-20071213.123833-34.pom
>>
>> Downloading:
>> http://dist.wso2.org/maven2/org/apache/axis2/axis2-jws-api/20071213.133605-100/axis2-jws-api-20071213.133605-100.pom
>>
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/org/apache/axis2/axis2-jws-api/20071213.133605-100/axis2-jws-api-20071213.133605-100.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/org/apache/axis2/axis2-jws-api/20071213.133605-100/axis2-jws-api-20071213.133605-100.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/apache/axis2/axis2-jws-api/20071213.133605-100/axis2-jws-api-20071213.133605-100.pom
>>
>> Downloading:
>> http://dist.wso2.org/maven2/org/apache/neethi/neethi/20071017.164823-761/neethi-20071017.164823-761.pom
>>
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/org/apache/neethi/neethi/20071017.164823-761/neethi-20071017.164823-761.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/org/apache/neethi/neethi/20071017.164823-761/neethi-20071017.164823-761.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/apache/neethi/neethi/20071017.164823-761/neethi-20071017.164823-761.pom
>>
>> Downloading:
>> http://dist.wso2.org/maven2/org/apache/rampart/rampart/20071017.182116-409/rampart-20071017.182116-409.pom
>>
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/org/apache/rampart/rampart/20071017.182116-409/rampart-20071017.182116-409.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/org/apache/rampart/rampart/20071017.182116-409/rampart-20071017.182116-409.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/apache/rampart/rampart/20071017.182116-409/rampart-20071017.182116-409.pom
>>
>> Downloading:
>> http://dist.wso2.org/maven2/org/wso2/utils/wso2utils/20071213.123405-147/wso2utils-20071213.123405-147.pom
>>
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/org/wso2/utils/wso2utils/20071213.123405-147/wso2utils-20071213.123405-147.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/org/wso2/utils/wso2utils/20071213.123405-147/wso2utils-20071213.123405-147.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/wso2/utils/wso2utils/20071213.123405-147/wso2utils-20071213.123405-147.pom
>>
>> Downloading:
>> http://dist.wso2.org/maven2/org/wso2/codegen/wso2codegen/20071213.123547-115/wso2codegen-20071213.123547-115.pom
>>
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/org/wso2/codegen/wso2codegen/20071213.123547-115/wso2codegen-20071213.123547-115.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/org/wso2/codegen/wso2codegen/20071213.123547-115/wso2codegen-20071213.123547-115.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/wso2/codegen/wso2codegen/20071213.123547-115/wso2codegen-20071213.123547-115.pom
>>
>> Downloading:
>> http://dist.wso2.org/maven2/org/apache/rampart/rampart-core/20071017.182116-443/rampart-core-20071017.182116-443.pom
>>
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/org/apache/rampart/rampart-core/20071017.182116-443/rampart-core-20071017.182116-443.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/org/apache/rampart/rampart-core/20071017.182116-443/rampart-core-20071017.182116-443.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/apache/rampart/rampart-core/20071017.182116-443/rampart-core-20071017.182116-443.pom
>>
>> Downloading:
>> http://dist.wso2.org/maven2/org/apache/axis2/axis2-spring/20071213.133605-100/axis2-spring-20071213.133605-100.pom
>>
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/org/apache/axis2/axis2-spring/20071213.133605-100/axis2-spring-20071213.133605-100.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/org/apache/axis2/axis2-spring/20071213.133605-100/axis2-spring-20071213.133605-100.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/apache/axis2/axis2-spring/20071213.133605-100/axis2-spring-20071213.133605-100.pom
>>
>> Downloading:
>> http://dist.wso2.org/maven2/org/apache/ws/commons/axiom/axiom-impl/20071210.230215-23/axiom-impl-20071210.230215-23.pom
>>
>> Downloading:
>> http://tomcat.apache.org/dev/dist/m2-repository/org/apache/ws/commons/axiom/axiom-impl/20071210.230215-23/axiom-impl-20071210.230215-23.pom
>>
>> Downloading:
>> http://ws.zones.apache.org/repository2/org/apache/ws/commons/axiom/axiom-impl/20071210.230215-23/axiom-impl-20071210.230215-23.pom
>>
>> Downloading:
>> http://repo1.maven.org/maven2/org/apache/ws/commons/axiom/axiom-impl/20071210.230215-23/axiom-impl-20071210.230215-23.pom
>>
>> [INFO] [antrun:run {execution: create_repo}]
>> [INFO] Executing tasks
>> [genkey] Generating Key for wso2wsas
>> [mkdir] Created dir:
>> C:\Projects\WSO2\WSAS\modules\core\target\version\META-INF
>> [copy] Copying 2 files to
>> C:\Projects\WSO2\WSAS\modules\core\target\version
>> [copy] Copying 2 files to
>> C:\Projects\WSO2\WSAS\modules\core\target\version\META-INF
>> [jar] Building jar:
>> C:\Projects\WSO2\WSAS\modules\core\target\version.aar
>> [copy] Copying 1 file to
>> C:\Projects\WSO2\WSAS\modules\core\target\repository\services
>> [mkdir] Created dir:
>> C:\Projects\WSO2\WSAS\modules\core\target\echo\META-INF
>> [copy] Copying 1 file to
>> C:\Projects\WSO2\WSAS\modules\core\target\echo\META-INF
>> [jar] Building jar:
>> C:\Projects\WSO2\WSAS\modules\core\target\echo.aar
>> [copy] Copying 1 file to
>> C:\Projects\WSO2\WSAS\modules\core\target\repository\services
>> [copy] Copying 1 file to
>> C:\Projects\WSO2\WSAS\modules\core\target\repository
>> [echo] ######## Copying the WSDD ########
>> [copy] Copying 1 file to
>> C:\Projects\WSO2\WSAS\modules\core\target\repository\services
>> [INFO] Executed tasks
>> [INFO] [resources:testResources]
>> [INFO] Using default encoding to copy filtered resources.
>> [INFO] [antrun:run {execution: populate_repo}]
>> [INFO] Executing tasks
>> [mkdir] Created dir:
>> C:\Projects\WSO2\WSAS\modules\core\target\tomcat_test\lib\tomcat\conf
>> [mkdir] Created dir:
>> C:\Projects\WSO2\WSAS\modules\core\target\tomcat_test\conf
>> [mkdir] Created dir:
>> C:\Projects\WSO2\WSAS\modules\core\target\tomcat_test\lib\tomcat\webapps\ROOT\WEB-INF
>>
>> [mkdir] Created dir:
>> C:\Projects\WSO2\WSAS\modules\core\target\tomcat_test\repository
>> [mkdir] Created dir:
>> C:\Projects\WSO2\WSAS\modules\core\target\tomcat_test\docs
>> [mkdir] Created dir:
>> C:\Projects\WSO2\WSAS\modules\core\target\tomcat_test\samples
>> [copy] Copying 3 files to
>> C:\Projects\WSO2\WSAS\modules\core\target\tomcat_test\lib\tomcat\conf
>> [copy] Copying 1 file to
>> C:\Projects\WSO2\WSAS\modules\core\target\tomcat_test\lib\tomcat\webapps\ROOT\WEB-INF
>>
>> [copy] Copying 1 file to
>> C:\Projects\WSO2\WSAS\modules\core\target\tomcat_test\conf
>> [copy] Copying 1 file to
>> C:\Projects\WSO2\WSAS\modules\core\target\tomcat_test\conf
>> [copy] Copying 1 file to
>> C:\Projects\WSO2\WSAS\modules\core\target\tomcat_test\conf
>> [genkey] Generating Key for wso2wsas
>> [copy] Copying 4 files to
>> C:\Projects\WSO2\WSAS\modules\core\target\tomcat_test\repository
>> [INFO] Executed tasks
>> [INFO] [compiler:testCompile]
>> Compiling 24 source files to
>> c:\Projects\WSO2\WSAS\modules\core\target\test-classes
>> [INFO] [surefire:test]
>> [INFO] Surefire report directory:
>> c:\Projects\WSO2\WSAS\modules\core\target\surefire-reports
>>
>> -------------------------------------------------------
>> T E S T S
>> -------------------------------------------------------
>> Running org.wso2.wsas.TomcatServerTest
>> INFO [2007-12-13 17:06:05,578] Using Server Info Class:
>> org.wso2.wsas.serverinfo.EmbeddedTomcatServerInfo
>> INFO [2007-12-13 17:06:53,390] Deploying module: addressing-SNAPSHOT
>> -
>> file:/c:/Projects/WSO2/WSAS/modules/core/target/tomcat_test/repository/modules/addressing-SNAPSHOT.mar
>>
>> INFO [2007-12-13 17:06:53,390] java.net.URISyntaxException: Illegal
>> character in path at index 18: file:/C:/Documents and
>> Settings/Glen/.m2/repository/org/wso2/mex/wso2mex/SNAPSHOT/wso2mex-SNAPSHOT.jar
>>
>> INFO [2007-12-13 17:06:53,390] java.net.URISyntaxException: Illegal
>> character in path at index 18: file:/C:/Documents and
>> Settings/Glen/.m2/repository/org/apache/axis2/axis2/SNAPSHOT/axis2-SNAPSHOT.jar
>>
>> INFO [2007-12-13 17:06:53,390] java.net.URISyntaxException: Illegal
>> character in path at index 18: file:/C:/Documents and
>> Settings/Glen/.m2/repository/org/wso2/xfer/wso2xfer/SNAPSHOT/wso2xfer-SNAPSHOT.jar
>>
>> INFO [2007-12-13 17:06:53,687] Deploying - deploy.wsdd
>> INFO [2007-12-13 17:06:54,671] Deploying Axis1 service -- A1Service
>> ERROR [2007-12-13 17:06:55,390] Encoded use is not supported
>> org.apache.axis2.description.WSDL11ToAxisServiceBuilder$WSDLProcessingException:
>> Encoded use is not supported
>> at
>> org.apache.axis2.description.WSDL11ToAxisServiceBuilder.getPartsListFromSoapBody(WSDL11ToAxisServiceBuilder.java:1772)
>>
>> at
>> org.apache.axis2.description.WSDL11ToAxisServiceBuilder.createSchemaForPorttype(WSDL11ToAxisServiceBuilder.java:1523)
>>
>> at
>> org.apache.axis2.description.WSDL11ToAxisServiceBuilder.generateWrapperSchema(WSDL11ToAxisServiceBuilder.java:1426)
>>
>> at
>> org.apache.axis2.description.WSDL11ToAxisServiceBuilder.populateService(WSDL11ToAxisServiceBuilder.java:319)
>>
>> at a1deployer.Axis1Deployer.deploy(Axis1Deployer.java:153)
>> at
>> org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:136)
>>
>> at
>> org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:584)
>>
>> at
>> org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:141)
>>
>> at
>> org.apache.axis2.deployment.RepositoryListener.update(RepositoryListener.java:330)
>>
>> at
>> org.apache.axis2.deployment.RepositoryListener.checkServices(RepositoryListener.java:227)
>>
>> at
>> org.apache.axis2.deployment.DeploymentEngine.loadServices(DeploymentEngine.java:118)
>>
>> at
>> org.wso2.wsas.deployment.ServerConfigurator.loadServices(ServerConfigurator.java:260)
>>
>> at
>> org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:78)
>>
>> at org.wso2.wsas.ServerManager.start(ServerManager.java:100)
>> at org.wso2.wsas.MainServlet.start(MainServlet.java:242)
>> at org.wso2.wsas.MainServlet.init(MainServlet.java:185)
>> at
>> org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1105)
>>
>> at
>> org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:932)
>> at
>> org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3915)
>>
>> at
>> org.apache.catalina.core.StandardContext.start(StandardContext.java:4176)
>> at
>> org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
>>
>> at
>> org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
>> at
>> org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
>> at
>> org.wso2.wsas.TomcatRepositoryListener.run(TomcatRepositoryListener.java:103)
>>
>> at java.lang.Thread.run(Thread.java:595)
>> INFO [2007-12-13 17:06:55,421] Couldn't process WSDL for Axis1
>> service 'A1Service', defaulting to passthrough mode.
>> INFO [2007-12-13 17:06:56,421] Deploying Web service: echo.aar -
>> file:/c:/Projects/WSO2/WSAS/modules/core/target/tomcat_test/repository/services/echo.aar
>>
>> INFO [2007-12-13 17:06:56,953] Deploying Web service: version.aar -
>> file:/c:/Projects/WSO2/WSAS/modules/core/target/tomcat_test/repository/services/version.aar
>>
>> INFO [2007-12-13 17:06:56,968] Starting HTTPS transport...
>> INFO [2007-12-13 17:06:58,359] Starting HTTP transport...
>> WARN [2007-12-13 17:06:58,562] Static page generation failed:
>> org.wso2.adminui.UIProcessingException: ui-extensions-config.xml file
>> not found in classpath
>> INFO [2007-12-13 17:06:59,625] Security scenario configuration file
>> does not exist
>> INFO [2007-12-13 17:06:59,625] INFO [2007-12-13 17:06:59,625]
>> Repository : target/tomcat_test/repository/
>> INFO [2007-12-13 17:06:59,812] HTTP port : 39762
>> INFO [2007-12-13 17:06:59,828] HTTPS port : 39443
>> INFO [2007-12-13 17:06:59,828] INFO [2007-12-13 17:06:59,828] WSO2
>> WSAS started in 54282 ms
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 61.75 sec
>> Running org.wso2.wsas.persistence.UserRoleDAOTest
>> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec
>> Running org.wso2.wsas.util.MIMEType2FileExtensionMapTest
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 sec
>> Running org.wso2.wsas.util.ArchiveManipulatorTest
>> Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
>> Running org.wso2.wsas.persistence.LoggerDAOTest
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec
>> Running org.wso2.wsas.persistence.MessageDAOTest
>> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.157 sec
>> Running org.wso2.wsas.persistence.UserDAOTest
>> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.578 sec
>> Running org.wso2.wsas.persistence.ModuleDAOTest
>> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.312 sec
>> Running org.wso2.wsas.persistence.PersistenceTest
>> ERROR [2007-12-13 17:07:04,875] The statement was aborted because it
>> would have caused a duplicate key value in a unique or primary key
>> constraint or unique index identified by 'SQL071213050634210' defined
>> on 'SERVICE_USER_ROLE_T'.
>> ERROR [2007-12-13 17:07:04,875] Could not synchronize database state
>> with session
>> org.hibernate.exception.ConstraintViolationException: could not
>> insert: [org.wso2.wsas.persistence.dataobject.ServiceUserRoleDO]
>> at
>> org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:71)
>>
>> at
>> org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
>>
>> at
>> org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2078)
>>
>> at
>> org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2427)
>>
>> at
>> org.hibernate.action.EntityInsertAction.execute(EntityInsertAction.java:51)
>>
>> at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:248)
>> at
>> org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:232)
>> at
>> org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:139)
>> at
>> org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:297)
>>
>> at
>> org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:27)
>>
>> at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:985)
>> at org.wso2.wsas.persistence.dao.BaseDAO.create(BaseDAO.java:57)
>> at
>> org.wso2.wsas.persistence.PersistenceManager.addUserRole(PersistenceManager.java:162)
>>
>> at
>> org.wso2.wsas.persistence.PersistenceTest.testUpdateUser(PersistenceTest.java:236)
>>
>> 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:585)
>> 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:585)
>> at
>> org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:210)
>>
>> at
>> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:135)
>>
>> at
>> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:122)
>>
>> at org.apache.maven.surefire.Surefire.run(Surefire.java:129)
>> 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:585)
>> at
>> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:225)
>>
>> at
>> org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:747)
>>
>> Caused by: SQL Exception: The statement was aborted because it would
>> have caused a duplicate key value in a unique or primary key
>> constraint or unique index identified by 'SQL071213050634210' defined
>> on 'SERVICE_USER_ROLE_T'.
>> at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown
>> Source)
>> at
>> org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown
>> Source)
>> at
>> org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown
>> Source)
>> at
>> org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown
>> Source)
>> at
>> org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown
>> Source)
>> at
>> org.apache.derby.impl.jdbc.EmbedStatement.executeStatement(Unknown
>> Source)
>> at
>> org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeStatement(Unknown
>> Source)
>> at
>> org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeUpdate(Unknown
>> Source)
>> at
>> org.hibernate.jdbc.NonBatchingBatcher.addToBatch(NonBatchingBatcher.java:23)
>>
>> at
>> org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2062)
>>
>> ... 37 more
>> WARN [2007-12-13 17:07:04,906] Trying to create duplicate entity
>> org.hibernate.exception.ConstraintViolationException: could not
>> insert: [org.wso2.wsas.persistence.dataobject.ServiceUserRoleDO]
>> at
>> org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:71)
>>
>> at
>> org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
>>
>> at
>> org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2078)
>>
>> at
>> org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2427)
>>
>> at
>> org.hibernate.action.EntityInsertAction.execute(EntityInsertAction.java:51)
>>
>> at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:248)
>> at
>> org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:232)
>> at
>> org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:139)
>> at
>> org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:297)
>>
>> at
>> org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:27)
>>
>> at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:985)
>> at org.wso2.wsas.persistence.dao.BaseDAO.create(BaseDAO.java:57)
>> at
>> org.wso2.wsas.persistence.PersistenceManager.addUserRole(PersistenceManager.java:162)
>>
>> at
>> org.wso2.wsas.persistence.PersistenceTest.testUpdateUser(PersistenceTest.java:236)
>>
>> 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:585)
>> 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:585)
>> at
>> org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:210)
>>
>> at
>> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:135)
>>
>> at
>> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:122)
>>
>> at org.apache.maven.surefire.Surefire.run(Surefire.java:129)
>> 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:585)
>> at
>> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:225)
>>
>> at
>> org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:747)
>>
>> Caused by: SQL Exception: The statement was aborted because it would
>> have caused a duplicate key value in a unique or primary key
>> constraint or unique index identified by 'SQL071213050634210' defined
>> on 'SERVICE_USER_ROLE_T'.
>> at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown
>> Source)
>> at
>> org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown
>> Source)
>> at
>> org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown
>> Source)
>> at
>> org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown
>> Source)
>> at
>> org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown
>> Source)
>> at
>> org.apache.derby.impl.jdbc.EmbedStatement.executeStatement(Unknown
>> Source)
>> at
>> org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeStatement(Unknown
>> Source)
>> at
>> org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeUpdate(Unknown
>> Source)
>> at
>> org.hibernate.jdbc.NonBatchingBatcher.addToBatch(NonBatchingBatcher.java:23)
>>
>> at
>> org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2062)
>>
>> ... 37 more
>> ## THE FOLLOWING EXCEPTION IS AN ANTICIPATED ONE.
>> ## THIS UNIT TEST VERIFIES THAT THE SYSTEM THROWS AN EXCEPTION ## IF
>> THE SAME USER IS ADDED MORE THAN ONCE. PLEASE IGNORE THIS EXCEPTION.
>> ERROR [2007-12-13 17:07:04,968] The statement was aborted because it
>> would have caused a duplicate key value in a unique or primary key
>> constraint or unique index identified by 'SQL071213050635170' defined
>> on 'SERVICE_USER_T'.
>> ERROR [2007-12-13 17:07:04,968] Could not synchronize database state
>> with session
>> org.hibernate.exception.ConstraintViolationException: could not
>> insert: [org.wso2.wsas.persistence.dataobject.ServiceUserDO]
>> at
>> org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:71)
>>
>> at
>> org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
>>
>> at
>> org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2078)
>>
>> at
>> org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2427)
>>
>> at
>> org.hibernate.action.EntityInsertAction.execute(EntityInsertAction.java:51)
>>
>> at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:248)
>> at
>> org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:232)
>> at
>> org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:139)
>> at
>> org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:297)
>>
>> at
>> org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:27)
>>
>> at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:985)
>> at org.wso2.wsas.persistence.dao.BaseDAO.create(BaseDAO.java:57)
>> at
>> org.wso2.wsas.persistence.PersistenceManager.addUser(PersistenceManager.java:196)
>>
>> at
>> org.wso2.wsas.persistence.PersistenceTest.testAddingSameUserTwice(PersistenceTest.java:323)
>>
>> 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:585)
>> 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:585)
>> at
>> org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:210)
>>
>> at
>> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:135)
>>
>> at
>> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:122)
>>
>> at org.apache.maven.surefire.Surefire.run(Surefire.java:129)
>> 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:585)
>> at
>> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:225)
>>
>> at
>> org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:747)
>>
>> Caused by: SQL Exception: The statement was aborted because it would
>> have caused a duplicate key value in a unique or primary key
>> constraint or unique index identified by 'SQL071213050635170' defined
>> on 'SERVICE_USER_T'.
>> at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown
>> Source)
>> at
>> org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown
>> Source)
>> at
>> org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown
>> Source)
>> at
>> org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown
>> Source)
>> at
>> org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown
>> Source)
>> at
>> org.apache.derby.impl.jdbc.EmbedStatement.executeStatement(Unknown
>> Source)
>> at
>> org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeStatement(Unknown
>> Source)
>> at
>> org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeUpdate(Unknown
>> Source)
>> at
>> org.hibernate.jdbc.NonBatchingBatcher.addToBatch(NonBatchingBatcher.java:23)
>>
>> at
>> org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2062)
>>
>> ... 37 more
>> WARN [2007-12-13 17:07:04,984] Trying to create duplicate entity
>> org.hibernate.exception.ConstraintViolationException: could not
>> insert: [org.wso2.wsas.persistence.dataobject.ServiceUserDO]
>> at
>> org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:71)
>>
>> at
>> org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
>>
>> at
>> org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2078)
>>
>> at
>> org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2427)
>>
>> at
>> org.hibernate.action.EntityInsertAction.execute(EntityInsertAction.java:51)
>>
>> at org.hibernate.engine.ActionQueue.execute(ActionQueue.java:248)
>> at
>> org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:232)
>> at
>> org.hibernate.engine.ActionQueue.executeActions(ActionQueue.java:139)
>> at
>> org.hibernate.event.def.AbstractFlushingEventListener.performExecutions(AbstractFlushingEventListener.java:297)
>>
>> at
>> org.hibernate.event.def.DefaultFlushEventListener.onFlush(DefaultFlushEventListener.java:27)
>>
>> at org.hibernate.impl.SessionImpl.flush(SessionImpl.java:985)
>> at org.wso2.wsas.persistence.dao.BaseDAO.create(BaseDAO.java:57)
>> at
>> org.wso2.wsas.persistence.PersistenceManager.addUser(PersistenceManager.java:196)
>>
>> at
>> org.wso2.wsas.persistence.PersistenceTest.testAddingSameUserTwice(PersistenceTest.java:323)
>>
>> 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:585)
>> 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:585)
>> at
>> org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:210)
>>
>> at
>> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:135)
>>
>> at
>> org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:122)
>>
>> at org.apache.maven.surefire.Surefire.run(Surefire.java:129)
>> 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:585)
>> at
>> org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:225)
>>
>> at
>> org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:747)
>>
>> Caused by: SQL Exception: The statement was aborted because it would
>> have caused a duplicate key value in a unique or primary key
>> constraint or unique index identified by 'SQL071213050635170' defined
>> on 'SERVICE_USER_T'.
>> at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown
>> Source)
>> at
>> org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown
>> Source)
>> at
>> org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown
>> Source)
>> at
>> org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown
>> Source)
>> at
>> org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown
>> Source)
>> at
>> org.apache.derby.impl.jdbc.EmbedStatement.executeStatement(Unknown
>> Source)
>> at
>> org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeStatement(Unknown
>> Source)
>> at
>> org.apache.derby.impl.jdbc.EmbedPreparedStatement.executeUpdate(Unknown
>> Source)
>> at
>> org.hibernate.jdbc.NonBatchingBatcher.addToBatch(NonBatchingBatcher.java:23)
>>
>> at
>> org.hibernate.persister.entity.AbstractEntityPersister.insert(AbstractEntityPersister.java:2062)
>>
>> ... 37 more
>> Tests run: 21, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.875
>> sec <<< FAILURE!
>> Running org.wso2.wsas.trust.SecurityTokenStoreTest
>> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.907 se