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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...