[
http://jira.jboss.com/jira/browse/JBWS-1496?page=all ]
Thomas Diesler reopened JBWS-1496:
----------------------------------
Test test cannot run repeatedly
[tdiesler@localhost jbossws-tests]$ ant -Dtest=jaxrpc/samples/wsbpel test
Buildfile: build.xml
[echo] -----------------------------------------------
[echo] jboss.home =
/home/tdiesler/svn/jbossas/branches/Branch_4_2/build/output/jboss-4.2.0.CR1-ejb3
[echo] tomcat.home = /usr/java/tomcat
[echo] java.home = /usr/java/jdk1.5.0_10/jre
[echo] endorsed =
/home/tdiesler/svn/jbossas/branches/Branch_4_2/build/output/jboss-4.2.0.CR1-ejb3/lib/endorsed
[echo] excludesfile = tests-jboss42-excludes.txt
[echo] -----------------------------------------------
tests-main:
[junit] Running org.jboss.test.ws.jaxrpc.samples.wsbpel.hello.BpelHelloTestCase
[junit] Tests run: 0, Failures: 0, Errors: 1, Time elapsed: 8.506 sec
[junit] Test org.jboss.test.ws.jaxrpc.samples.wsbpel.hello.BpelHelloTestCase FAILED
12:21:15,865 WARN [ConfigurationFactory] No configuration found. Configuring ehcache from
ehcache-failsafe.xml found in the classpath: null
12:21:15,870 ERROR [JobExecutorThread] exception in job executor thread. waiting 30000
milliseconds
net.sf.ehcache.CacheException: Error configuring from null. Initial cause was null
at
net.sf.ehcache.config.ConfigurationFactory.parseConfiguration(ConfigurationFactory.java:95)
at
net.sf.ehcache.config.ConfigurationFactory.parseConfiguration(ConfigurationFactory.java:131)
at net.sf.ehcache.CacheManager.parseConfiguration(CacheManager.java:241)
at net.sf.ehcache.CacheManager.init(CacheManager.java:190)
at net.sf.ehcache.CacheManager.<init>(CacheManager.java:183)
at org.hibernate.cache.EhCacheProvider.start(EhCacheProvider.java:124)
at
org.hibernate.impl.SessionFactoryImpl.<init>(SessionFactoryImpl.java:183)
at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1291)
at
org.jbpm.persistence.db.DbPersistenceServiceFactory.getSessionFactory(DbPersistenceServiceFactory.java:91)
at
org.jbpm.persistence.db.DbPersistenceService.getSessionFactory(DbPersistenceService.java:94)
at
org.jbpm.persistence.db.DbPersistenceService.getSession(DbPersistenceService.java:98)
at
org.jbpm.persistence.db.DbPersistenceService.getJobSession(DbPersistenceService.java:281)
at org.jbpm.JbpmContext.getJobSession(JbpmContext.java:526)
Fix BPEL samples
----------------
Key: JBWS-1496
URL:
http://jira.jboss.com/jira/browse/JBWS-1496
Project: JBoss Web Services
Issue Type: Task
Security Level: Public(Everyone can see)
Reporter: Thomas Diesler
Assigned To: Alejandro Guizar
Fix For: jbossws-1.2.0
Please fix for 1.2.0
This is seen in jboss50
java.lang.NullPointerException
at
org.jbpm.bpel.integration.server.SoapHandler.handleRequest(SoapHandler.java:183)
at
org.jboss.ws.core.jaxrpc.handler.HandlerWrapper.handleRequest(HandlerWrapper.java:121)
at
org.jboss.ws.core.jaxrpc.handler.HandlerChainBaseImpl.handleRequestInternal(HandlerChainBaseImpl.java:275)
at
org.jboss.ws.core.jaxrpc.handler.HandlerChainBaseImpl.handleRequest(HandlerChainBaseImpl.java:235)
at
org.jboss.ws.core.jaxrpc.handler.ServerHandlerChain.handleRequest(ServerHandlerChain.java:53)
at
org.jboss.ws.core.jaxrpc.handler.HandlerDelegateJAXRPC.callRequestHandlerChain(HandlerDelegateJAXRPC.java:96)
at
org.jboss.ws.core.server.AbstractServiceEndpointInvoker.callRequestHandlerChain(AbstractServiceEndpointInvoker.java:99)
To do the QA run
$ cd build
$ ant hudson-setup
You don't have to fix the standalone samples.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira