[jboss-user] [JBoss Seam] - Re: Spring DAO and Seam
youngm
do-not-reply at jboss.com
Mon Nov 26 13:38:09 EST 2007
JDBC has no concept of a persistence context. Conversation scoped persistence contexts are only valuable with Hibernate and JPA. If you just want to use JDBCTemplate in a Seam component then just define the JDBCTemplate in your spring file and inject it into a Seam component using
@In("#{jdbcTempalte}")
Mike
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107854#4107854
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107854
More information about the jboss-user
mailing list