[JBoss-user] [JBoss Seam] - Re: Need help with ds.xml/datasource and Seam Injection

2006-07-10 Thread [EMAIL PROTECTED]
I don't think we create a datasource component. You might be forced to fall back on EJB3 injection. For example: | @Resource(name=jdbc/whatever, mappedName=java:/DefaultDS) | private javax.sql.DataSource ds; | View the original post :

[JBoss-user] [JBoss Seam] - Re: Need help with ds.xml/datasource and Seam Injection

2006-07-10 Thread [EMAIL PROTECTED]
Right, but EJB3 injection is just perfect here, no need for anything new, I guess... Of course, it would be -totally- trivial to create a manager component for a datasource, but I don't see the need. View the original post :