Hi!
My problem is that I am trying to get working PostgreSQL 7.0 with JBoss
and Minerva, and everything goes wrong.
I can't find anywhere if i should use jdbc1 or jdbc2 driver. Anyway i
tried both.
Also transaction settings are not clear for me.
The results are:
- jdbc1
Service starts. I set up transactions 'required' for all beans. But for
me it looks like when i am starting jboss one big transaction begins.
After stopping server everything rolls back (!?!). I tried to change
transaction attributes, but no results. Looks like nothing different
happens.
- jdbc2
After starting server services are working, but when i am executing
query, in jdbc driver the method getResultSetType invokes notSupported
method (all in Statement class - postgresql driver).
Exactly! When i checked the sources some of the methods are not
implemented!
So the sources for PostgreSQL 7.0 are not finished? The only way to use
connection pooling is to use jdbc1 driver?
For now I just want to make it working. If someone could explain me how
to do it i would be very grateful.
Thanks,
--
Marcin
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]