Re: [JBoss-user] datasource lookup from non ejb

2001-04-17 Thread Doug Ferguson
have discrete control over the max number of db connections open at a given time. Any suggestions? d. Toby Allsopp wrote: > On Mon, Apr 16, 2001 at 06:30:41PM -0500, Doug Ferguson wrote: > > Hey, > > > > I am trying to access a datasource from outside a bean. > &

[JBoss-user] datasource lookup from non ejb

2001-04-16 Thread Doug Ferguson
Hey, I am trying to access a datasource from outside a bean. I get a not bound naming exception. What do I need to do? d. ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] Datasource lookup

2001-04-16 Thread Doug Ferguson
Hi, I have a datasource bound to java:/Falcon20 but I can't seem to access it from outside a bean... I am trying to write a utility method getConnection that will do JNDI/datasource stuff, so that all my objects even non ejb will use the jBoss connection pool. What do I need to do? d.

Re: [JBoss-user] Scrollable Result Sets

2001-04-04 Thread Doug Ferguson
it > 3. modify minerva code to your needs > > Shahar. > > btw, it doesnt ignore these parameters for prepareCall so you might want to > workaround by inoking a stored procedure/function instead plain jdbc > > -Original Message- > From: [EMAIL PROTECTED] > [mailto

Re: [JBoss-user] Scrollable Result Sets

2001-04-04 Thread Doug Ferguson
odify minerva code to your needs > > Shahar. > > btw, it doesnt ignore these parameters for prepareCall so you might want to > workaround by inoking a stored procedure/function instead plain jdbc > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL

[JBoss-user] Scrollable Result Sets

2001-04-04 Thread Doug Ferguson
Hi, I am having trouble using scrollable resultSets when I obtain a DataSource from jBoss via JNDI. Whenever I use createStatment/prepareStatment it always returns a ResultSet that is Type_Scroll_Forward_Only. Can anybody tell me how I will obtain a ResultSet that is scrollable? d. __

[JBoss-user] log4j

2001-03-23 Thread Doug Ferguson
I've seen somethings in the list about an integratred log4j Does anybody know the details. Do beans have access to the logging server or is this just for jBoss internals? If the log4j won't work for beans, does anybody have a working solution for EJB logging? thanks, d.