How can I get the initial Transaction from the JBoss?
Flora
___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user
In the config file jboss.jcml, I configure a database pool for Oracle, I
give the Poolname, driver, url, username, password. I start the JBoss,
everything is fine. Now the problem is I try to get the DataSource from
this registered pool, then I can get the connection from the DataSource.
(In a r
Hi:
I am a new user for the Jboss-2.4.0_Tomcat-3.2.2. We have application right
now running on the Weblogic, we try to convert this application to run on
the JBoss_Tomcat.
I can start the Jboss with the Tomcat, also can run all the examples from
tomcat. I also created a simple servlet include inp