« Return to Thread: JNDI configuration of datastores in Websphere

Re: JNDI configuration of datastores in Websphere

by Ben Caradoc-Davies-2 :: Rate this Message:

Reply to Author | View in Thread

Kris Geusebroek wrote:
> <parameter value=”jdbc/test” name=”jndiReferenceName”/>

Support for short JNDI reference names was only added seven days ago.
Unless you are using a very recent build, you will need to use:

     value=”java:comp/env/jdbc/test"

(Both forms are supported the latest builds.)

See the Jira issue::
http://jira.codehaus.org/browse/GEOT-2559

Kind regards,

--
Ben Caradoc-Davies <Ben.Caradoc-Davies@...>
Software Engineer, CSIRO Exploration and Mining
Australian Resources Research Centre
26 Dick Perry Ave, Kensington WA 6151, Australia

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Geoserver-users mailing list
Geoserver-users@...
https://lists.sourceforge.net/lists/listinfo/geoserver-users

 « Return to Thread: JNDI configuration of datastores in Websphere