Hi, I'm trying to run hibernate under seam 1.1, but I can't (with seam 1.0 yes)
Here is my components.xml:
| <component name="hibernateSessionFactory"
class="org.jboss.seam.core.HibernateSessionFactory"/>
| <component name="databaseComponent" auto-create="true"
class="org.jboss.seam.core.ManagedHibernateSession">
| <property
name="sessionFactoryJndiName">java:/ntSessionFactory</property>
| </component>
|
where java:/ntSessionFactory is the JNDI name specified in hibernate.cfg.xml...
Thanks in advance :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989335#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...