Re: [jBoss-User] How to get connection from JBoss Connection pool

2001-03-16 Thread danch
Chidambara, Vinoth (CTS) wrote: > Hai, > > I am using JBoss 2.1,winodows NT Server,Sybase Sql Server. > I have deployed a bean which connects to the database.Actually > am getting connection like this > > Context ctx = new InitialContext(); > DataSource ds = (DataSource)

Re: [jBoss-User] How to get connection from JBoss Connection pool

2001-03-16 Thread James Cook
- Original Message - From: "Chidambara, Vinoth (CTS)" <[EMAIL PROTECTED]> > I am using JBoss 2.1,winodows NT Server,Sybase Sql Server. > I have deployed a bean which connects to the database.Actually > am getting connection like this > > Context ctx = new InitialContext(); >

RE: [jBoss-User] How to get connection from JBoss Connection pool

2001-03-16 Thread Wood, Kevin
Title: RE: [jBoss-User] How to get connection from JBoss Connection pool You can get the Connection from the DataSource the same way in WebLogic.  The connection is coming from a pool in both JBoss and WebLogic.  I believe the example that you show from your WebLogic code is the "pre-