Somehow it seems the JBPM use it's default configuration files, as I described 
in the question, I map to my own cfg file as follows:

<bean id="jbmpConfigurationResource" 
class="org.springframework.core.io.ClassPathResource">
  |         <constructor-arg  type="java.lang.String" value="jbpm.cfg.xml"/>
  |     </bean>

While in jbpm.cfg.xml I comment out the line:


But when debug the code it looks it uses the default configuration and use the 
hibernate.cfg.xml placed in the jar,
What I should do in that case?

 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043508#4043508

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043508
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to