webtier_at_javadesktop.org wrote:
> Spent 2 days trying to sort this out. Bloody annoying!!
>
> This was missing :
> con = DriverManager.getConnection("jdbc:oracle:thin_at_localhost:1521:test","test","test");
>
> Should be
> DriverManager.getConnection("jdbc:oracle:thin:@localhost:1521:test","test","test");
>
Glad you were able to figure this out!
Was this a documentation bug?
If so, we'll fix it.
Please let us know.
Thanks,
Jan
> [Message sent by forum member 'cliveswan' (clive.swan_at_ntlworld.com)]
>
> http://forums.java.net/jive/thread.jspa?messageID=391258
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: webtier-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: webtier-help_at_glassfish.dev.java.net
>
>