[
https://jira.jboss.org/jira/browse/JBPM-2074?page=com.atlassian.jira.plug...
]
Thomas Diesler commented on JBPM-2074:
--------------------------------------
Here is another log for a failed test
2009-03-01 00:13:33,103 DEBUG [org.jbpm.AbstractJbpmTestCase] ### START
org.jbpm.JbpmConfigurationTest.testDomainModelConfigsWithoutJbpmContext
####################################################
2009-03-01 00:13:33,110 INFO [org.jbpm.JbpmConfiguration] using configuration resource:
jbpm.cfg.xml
2009-03-01 00:13:33,110 DEBUG [org.jbpm.JbpmConfiguration] loading defaults in jbpm
configuration
2009-03-01 00:13:33,120 DEBUG [org.jbpm.configuration.ObjectFactoryImpl] adding object
info 'default.jbpm.context'
2009-03-01 00:13:33,120 DEBUG [org.jbpm.configuration.ObjectFactoryImpl] adding object
info 'resource.hibernate.cfg.xml'
2009-03-01 00:13:33,120 DEBUG [org.jbpm.configuration.ObjectFactoryImpl] adding object
info 'resource.business.calendar'
2009-03-01 00:13:33,120 DEBUG [org.jbpm.configuration.ObjectFactoryImpl] adding object
info 'resource.default.modules'
2009-03-01 00:13:33,120 DEBUG [org.jbpm.configuration.ObjectFactoryImpl] adding object
info 'resource.action.types'
2009-03-01 00:13:33,120 DEBUG [org.jbpm.configuration.ObjectFactoryImpl] adding object
info 'resource.node.types'
2009-03-01 00:13:33,120 DEBUG [org.jbpm.configuration.ObjectFactoryImpl] adding object
info 'resource.parsers'
2009-03-01 00:13:33,120 DEBUG [org.jbpm.configuration.ObjectFactoryImpl] adding object
info 'resource.varmapping'
2009-03-01 00:13:33,120 DEBUG [org.jbpm.configuration.ObjectFactoryImpl] adding object
info 'resource.mail.templates'
2009-03-01 00:13:33,121 DEBUG [org.jbpm.configuration.ObjectFactoryImpl] adding object
info 'jbpm.byte.block.size'
2009-03-01 00:13:33,121 DEBUG [org.jbpm.configuration.ObjectFactoryImpl] adding object
info 'jbpm.task.instance.factory'
2009-03-01 00:13:33,121 DEBUG [org.jbpm.configuration.ObjectFactoryImpl] adding object
info 'jbpm.variable.resolver'
2009-03-01 00:13:33,121 DEBUG [org.jbpm.configuration.ObjectFactoryImpl] adding object
info 'jbpm.mail.smtp.host'
2009-03-01 00:13:33,121 DEBUG [org.jbpm.configuration.ObjectFactoryImpl] adding object
info 'jbpm.mail.address.resolver'
2009-03-01 00:13:33,121 DEBUG [org.jbpm.configuration.ObjectFactoryImpl] adding object
info 'jbpm.mail.from.address'
2009-03-01 00:13:33,122 DEBUG [org.jbpm.configuration.ObjectFactoryImpl] adding object
info 'jbpm.job.executor'
2009-03-01 00:13:33,122 DEBUG [org.jbpm.JbpmConfiguration] loading specific
configuration...
2009-03-01 00:13:33,124 DEBUG [org.jbpm.configuration.ObjectFactoryImpl] adding object
info 'jbpmConfiguration'
2009-03-01 00:13:33,124 DEBUG [org.jbpm.persistence.db.StaleObjectLogConfigurer] stale
object exceptions are already hidden from logging
2009-03-01 00:13:33,128 DEBUG [org.jbpm.AbstractJbpmTestCase] ### END
org.jbpm.JbpmConfigurationTest.testDomainModelConfigsWithoutJbpmContext
######################################################
Fix intermittent problem with
JbpmConfigurationTest.testDomainModelConfigsWithoutJbpmContext
--------------------------------------------------------------------------------------------
Key: JBPM-2074
URL:
https://jira.jboss.org/jira/browse/JBPM-2074
Project: JBoss jBPM
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Core Engine
Reporter: Thomas Diesler
Fix For: jBPM 3.2.6 GA
It seems that some asynchronous process creates a JbpmContext
2009-02-28 19:53:53,895 DEBUG [org.jbpm.AbstractJbpmTestCase] ### START
org.jbpm.JbpmConfigurationTest.testDomainModelConfigsWithoutJbpmContext
####################################################
2009-02-28 19:53:53,895 DEBUG [org.jbpm.configuration.ObjectFactoryImpl] adding object
info 'jbpmConfiguration'
2009-02-28 19:53:53,895 DEBUG [org.jbpm.persistence.db.StaleObjectLogConfigurer] stale
object exceptions are already hidden from logging
2009-02-28 19:53:53,896 DEBUG [org.jbpm.configuration.JbpmContextInfo] creating jbpm
context with service factories '[message, tx, scheduler, authentication, persistence,
logging]'
2009-02-28 19:53:53,896 DEBUG [org.jbpm.JbpmContext] creating
org.jbpm.JbpmContext@1a7abed
2009-02-28 19:53:53,896 DEBUG [org.jbpm.JbpmContext] closing jbpmContext
org.jbpm.JbpmContext@1a7abed
2009-02-28 19:53:53,896 INFO [org.hibernate.connection.DriverManagerConnectionProvider]
cleaning up connection pool: jdbc:hsqldb:mem:jbpm
2009-02-28 19:53:53,897 DEBUG [org.jbpm.configuration.JbpmContextInfo] creating jbpm
context with service factories '[message, tx, scheduler, authentication, persistence,
logging]'
2009-02-28 19:53:53,897 DEBUG [org.jbpm.JbpmContext] creating
org.jbpm.JbpmContext@1bfe151
2009-02-28 19:53:53,898 DEBUG [org.jbpm.JbpmContext] closing jbpmContext
org.jbpm.JbpmContext@1bfe151
2009-02-28 19:53:53,898 DEBUG [org.jbpm.configuration.JbpmContextInfo] creating jbpm
context with service factories '[message, tx, scheduler, authentication, persistence,
logging]'
2009-02-28 19:53:53,898 DEBUG [org.jbpm.JbpmContext] creating
org.jbpm.JbpmContext@10994db
2009-02-28 19:53:53,898 DEBUG [org.jbpm.JbpmContext] closing jbpmContext
org.jbpm.JbpmContext@10994db
2009-02-28 19:53:53,899 DEBUG [org.jbpm.configuration.JbpmContextInfo] creating jbpm
context with service factories '[]'
2009-02-28 19:53:53,899 DEBUG [org.jbpm.JbpmContext] creating
org.jbpm.JbpmContext@1945b7a
2009-02-28 19:53:53,899 DEBUG [org.jbpm.JbpmContext] closing jbpmContext
org.jbpm.JbpmContext@1945b7a
2009-02-28 19:53:53,901 DEBUG [org.jbpm.AbstractJbpmTestCase] ### END
org.jbpm.JbpmConfigurationTest.testDomainModelConfigsWithoutJbpmContext
######################################################
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira