Hello,
    I am trying to use the Poolman for JDBC connection for the struts
application I am developing.
    I have set up everything needed to run the Poolman. Initially it
runs ok. Connection is retrieved successfully using the
           DataSource dataSource = PoolMan.findDataSource("geniedb");

geniedb is the jndi name of my database defined in the poolman.xml
When I try to execute a query, the resulting ResultSet is empty
(although it should not be empty).
The same poolman.xml deployed into the Poolman web application works
just fine and the same query returns the appropriate data..
According to the poolman usersguide this way of retrieving a DataSource
should work without JNDI.

I am using tomcat 3.2.2, poolman 2.0.4 and mm.mysql-2.0.4.
Does anyone have ever experienced such problems?

Greetings Dragomir Nikolov


Reply via email to