[JBoss-user] Informix connection

2001-04-30 Thread Jennifer Labit
All, I have Informix set up and working with jBoss2.2. It would be nice to see the website updated with this information as it took quite a bit of trial and error to get everything tweaked and working. Where should I send the config information? Jenn _

[JBoss-user] Getting a database connection using the jBoss connection pool

2001-04-26 Thread Jennifer Labit
All, I need to be able to connect to my connection pool using something like this: DriverManager.getConnection("jdbc:xxx:yyy:MyPoolName") ... What is the jdbc connection url that I would use to do that with jBoss? I know the opinions on this list are that this isn't the ideal way to do it, how