When i use springmodules with jbpm3.1, in my config file:

  | 
  | <bean id="hibernateSessionFactory" 
class="org.springframework.orm.hibernate3.LocalSessionFactoryBean">
  |             <property name="dataSource" ref="dataSource"/>
  |         <property name="mappingLocations">
  |             <list>
  |                 <value>classpath*:org/jbpm/**/*.hbm.xml</value>
  |             </list>
  |         </property>
  |             <property name="hibernateProperties">
  |                     <props>
  |                             <prop 
key="hibernate.dialect">${hibernate.dialect}</prop>
  |                             <prop 
key="hibernate.show_sql">${hibernate.show_sql}</prop>
  |                             <prop key="hibernate.createschema">false</prop>
  |                             <prop 
key="hibernate.query.factory_class">${hibernate.query.factory_class}</prop>
  |                     </props>
  |             </property>
  |     </bean>
  | 


it alway show error message:Could not open ServletContext resource 
[/classpath*:org/jbpm/**/*.hbm.xml], i already place jbpm-3.1.2.jar and 
jbpm-identity-3.1.2.jar to lib directory.

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

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

Reply via email to