Subject Re: JCA-JDBC and J2EE
Author eduardoarantes.geo
--- In Firebird-Java@y..., HGFrey@t... wrote:
Hans,

> ...
> connector.jar. The next one was jta-spec1_0_1.jar. The compiler
> still was not able to translate because the class
javax.sql.DataSource
> was missed. Looking at my JDBC-Documentation I found out that this
class
> can be found in j2ee.jar!


javax.sql.DataSource can be found on jdbc option package (former
extended package, in my case, jdbc2_0-stdext.jar) downloadable from
the sun page and with only 7 kb.

Eduardo