Hi, I have checked and I am using the same oracle driver. This is the output
that appears:
| 12:58:42,326 WARN [EhCacheProvider] Could not find configuration
[org.jbpm.graph.def.Node]; using defaults.
| 12:58:42,493 WARN [EhCacheProvider] Could not find configuration
[org.jbpm.instantiation.Delegation]; using defaults.
| 12:58:42,785 WARN [EhCacheProvider] Could not find configuration
[org.jbpm.taskmgmt.def.Task]; using defaults.
| 12:58:43,065 WARN [EhCacheProvider] Could not find configuration
[org.jbpm.graph.def.ProcessDefinition]; using defaults.
| 12:58:43,218 WARN [EhCacheProvider] Could not find configuration
[org.jbpm.graph.def.ExceptionHandler]; using defaults.
| 12:58:43,235 WARN [EhCacheProvider] Could not find configuration
[org.jbpm.module.def.ModuleDefinition]; using defaults.
| 12:58:43,677 WARN [EhCacheProvider] Could not find configuration
[org.jbpm.graph.def.Action]; using defaults.
| 12:58:43,845 WARN [EhCacheProvider] Could not find configuration
[org.jbpm.graph.def.Event]; using defaults.
| 12:58:44,046 WARN [EhCacheProvider] Could not find configuration
[org.jbpm.context.def.VariableAccess]; using defaults.
| 12:58:44,277 WARN [EhCacheProvider] Could not find configuration
[org.jbpm.graph.def.Transition]; using defaults.
| 12:58:44,575 WARN [EhCacheProvider] Could not find configuration
[org.jbpm.taskmgmt.def.TaskController]; using defaults.
| 12:58:44,640 WARN [EhCacheProvider] Could not find configuration
[org.jbpm.taskmgmt.def.TaskMgmtDefinition.tasks]; using defaults.
| 12:58:44,644 WARN [EhCacheProvider] Could not find configuration
[org.jbpm.graph.node.ProcessState.variableAccesses]; using defaults.
| 12:58:44,645 WARN [EhCacheProvider] Could not find configuration
[org.jbpm.graph.def.ProcessDefinition.events]; using defaults.
| 12:58:44,646 WARN [EhCacheProvider] Could not find configuration
[org.jbpm.taskmgmt.def.Swimlane.tasks]; using defaults.
| 12:58:44,648 WARN [EhCacheProvider] Could not find configuration
[org.jbpm.graph.def.Node.leavingTransitions]; using defaults.
| 12:58:44,649 WARN [EhCacheProvider] Could not find configuration
[org.jbpm.taskmgmt.def.TaskController.variableAccesses]; using defaults.
| 12:58:44,651 WARN [EhCacheProvider] Could not find configuration
[org.jbpm.graph.def.ProcessDefinition.exceptionHandlers]; using defaults.
| 12:58:44,653 WARN [EhCacheProvider] Could not find configuration
[org.jbpm.graph.node.Decision.decisionConditions]; using defaults.
| 12:58:44,655 WARN [EhCacheProvider] Could not find configuration
[org.jbpm.file.def.FileDefinition.processFiles]; using defaults.
| 12:58:44,661 WARN [EhCacheProvider] Could not find configuration
[org.jbpm.graph.def.ProcessDefinition.actions]; using defaults.
| 12:58:44,662 WARN [EhCacheProvider] Could not find configuration
[org.jbpm.graph.def.Transition.exceptionHandlers]; using defaults.
| 12:58:44,664 WARN [EhCacheProvider] Could not find configuration
[org.jbpm.graph.def.ProcessDefinition.nodes]; using defaults.
| 12:58:44,665 WARN [EhCacheProvider] Could not find configuration
[org.jbpm.graph.def.Node.arrivingTransitions]; using defaults.
| 12:58:44,666 WARN [EhCacheProvider] Could not find configuration
[org.jbpm.graph.node.TaskNode.tasks]; using defaults.
| 12:58:44,667 WARN [EhCacheProvider] Could not find configuration
[org.jbpm.graph.def.ProcessDefinition.definitions]; using defaults.
| 12:58:44,673 WARN [EhCacheProvider] Could not find configuration
[org.jbpm.graph.def.Event.actions]; using defaults.
| 12:58:44,675 WARN [EhCacheProvider] Could not find configuration
[org.jbpm.taskmgmt.def.Task.events]; using defaults.
| 12:58:44,676 WARN [EhCacheProvider] Could not find configuration
[org.jbpm.graph.def.Node.events]; using defaults.
| 12:58:44,678 WARN [EhCacheProvider] Could not find configuration
[org.jbpm.taskmgmt.def.TaskMgmtDefinition.swimlanes]; using defaults.
| 12:58:44,679 WARN [EhCacheProvider] Could not find configuration
[org.jbpm.graph.def.SuperState.nodes]; using defaults.
| 12:58:44,680 WARN [EhCacheProvider] Could not find configuration
[org.jbpm.graph.action.Script.variableAccesses]; using defaults.
| 12:58:44,681 WARN [EhCacheProvider] Could not find configuration
[org.jbpm.graph.def.ExceptionHandler.actions]; using defaults.
| 12:58:44,682 WARN [EhCacheProvider] Could not find configuration
[org.jbpm.taskmgmt.def.Task.exceptionHandlers]; using defaults.
| 12:58:44,683 WARN [EhCacheProvider] Could not find configuration
[org.jbpm.graph.def.Node.exceptionHandlers]; using defaults.
| 12:58:44,686 WARN [EhCacheProvider] Could not find configuration
[org.jbpm.graph.def.Transition.events]; using defaults.
| 12:58:45,313 INFO [SessionFactoryObjectFactory] Not binding factory to
JNDI, no JNDI name configured
| 12:58:45,314 INFO [NamingHelper] JNDI InitialContext properties:{}
| 12:58:45,319 INFO [SessionFactoryImpl] Checking 25 named queries
|
Although it seems to be stopped, it is possible to perform some unit tests on
my ejb's and some of them using JBPM. I was having some problems because each
time I tried to deploy a process definition, two version of the process were
created. I then configured the jbpm.cfg.xml file with:
|
| <service name="persistence">
| <factory>
| <bean
class="org.jbpm.persistence.db.DbPersistenceServiceFactory">
| <field name="isTransactionEnabled">
| <false />
| </field>
| </bean>
| </factory>
| </service>
|
And the hibernate.cfg.xml file with:
| <property
name="hibernate.dialect">org.hibernate.dialect.Oracle9Dialect</property>
| <property
name="hibernate.connection.datasource">java:/jdbc/DefaultDS</property>
| <property
name="hibernate.transaction.factory_class">org.hibernate.transaction.CMTTransactionFactory</property>
| <property
name="hibernate.transaction.manager_lookup_class">org.hibernate.transaction.JBossTransactionManagerLookup</property>
|
Now I am only deploying one version at the time and JBPM seems to be correctly
configured to use oracle. The only problem that still persists is the fact of
startup output of jBoss being freezed at that output.
best regards
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937660#3937660
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937660
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user