[jboss-user] [JBoss Seam] - Migration to Seam 1.1.CR1
dgallego
do-not-reply at jboss.com
Tue Nov 28 09:39:33 EST 2006
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#3989335
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989335
More information about the jboss-user
mailing list