I am trying to work with Tomcat + Struts + Spring + JBPM.
I am trying this simple thing and it fails. The context fails to start with an
error "startup failed due to previous errors".
If i comment just the reference to the hbm.xml file my context works fine.
|
| <bean id="sessionFactory"
class="org.springframework.orm.hibernate3.LocalSessionFactoryBean">
| <property name="dataSource"><ref bean="dataSource"/></property>
| <property name="mappingResources">
| <list>
| <value>org/jbpm/msg/Message.hbm.xml</value>
| </list>
| </property>
| <property name="hibernateProperties">
| <props>
| <prop
key="hibernate.dialect">org.hibernate.dialect.Oracle9Dialect</prop>
| </props>
| </property>
| </bean>
|
|
thanks in advance
Prash
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945156#3945156
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945156
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user