[jboss-user] [JBoss jBPM] - Could not open ServletContext resource [/classpath*:org/jbpm

whk1007 do-not-reply at jboss.com
Thu Aug 3 04:22:56 EDT 2006


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



More information about the jboss-user mailing list