| From: | Harry Schittler <hs(at)multimedia-werkstatt(dot)com> |
|---|---|
| To: | Mag Gam <mag0007(at)myfastmail(dot)com> |
| Cc: | pgsql-jdbc(at)postgresql(dot)org |
| Subject: | Re: JNDI Datasource example |
| Date: | 2004-08-28 13:44:43 |
| Message-ID: | 41308C4B.3040102@multimedia-werkstatt.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-jdbc |
Mag Gam wrote:
>When I run this code snipnet, I get this problem.
>
>
>symbol : variable datasource
>location: class Test
> datasource = (DataSource)envContext.lookup(jndiName);
> ^
>Test.java:22: cannot resolve symbol
>symbol : variable jndiName
>location: class Test
> datasource = (DataSource)envContext.lookup(jndiName);
>
>
>echo $CLASSPATH
>/usr/local/j2sdk1.4.2_05/lib/tools.jar:/usr/local/j2sdk1.4.2_05/jre/lib/rt.jar:/usr/local/jakarta-tomcat-4.1.30/common/lib/servlet.jar:/usr/local/jakarta-tomcat-4.1.30/common/lib/pg74.215.jdbc3.jar
>
>
>I looked everywhere, still problems with this datasource.
>
>
Replace the variable jndiName with "jdbc/testds", sorry I missed this one..
cu Harry
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Mag Gam | 2004-08-28 14:02:00 | Re: JNDI Datasource example |
| Previous Message | Mag Gam | 2004-08-28 13:09:20 | Re: JNDI Datasource example |