Hi,
I've been having some problems migrating some code that accesses
postgress to J2EE and while looking sor solutions to some of the
problems I encountered I came across the 'j2ee compatiable jdbc
driver' thread (some of which I have included below). I was wondering if
it is possible to access postgres from within j2ee and if so where could
I find pointers in this direction.
Thank you for taking the time to read this !
Kind regards,
Cathal.
>>>
>>>Humm... are you saying that the class PostgresqlDataSource doesn't
work? I
>>>guess I'm not sure what doesn't work with the driver. (Course, I've
been
>>>using
>>>PoolMan as the datasource to wrap the postgresql default connection
rather
>>>than
>>>using the datasource object, so I haven't been testing this myself,
yet.)
>>>
>>>
>>>
>>>On 26-Oct-2001 Barry Lind wrote:
>>>
>>>
>>>>Ned,
>>>>
>>>>There really isn't a j2ee driver for postgres. If you build the
j2ee
>>>>driver it is essentially the same as the j2se driver. So I don't
see
>>>>any reason to confuse people by letting them think there really is a
>>>>difference by having two different java2 drivers to choose from on
the
>>>>web site.
>>>>
>>>>The only difference is some code that I consider questionable, and I
>>>>don't think even works.
>>>>
>>>>thanks,
>>>>--Barry