[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Dynamically Creating JNDI Datasources

2008-02-29 Thread jdjasperson
I'm working on a project where, at run time, my application needs to create a connection to a database that can be specified by the user. I don't want to go through the process of creating infrastructure to manage connections and prefer to use JBoss to manage these connections. Is it possible,

[jboss-user] [JBoss Seam] - Seam doesn't inject components when using a custom ServletCo

2008-02-06 Thread jdjasperson
I have a non-Seam component that implements the ServletContextListener interface that is dependent upon Seam components being injected. However, it appears that Seam hasn't fully activated any contexts at the time that my Listener is called from the container. This is a major problem for me an