Posted By:
Nicholas_Whitehead
Posted On:
Monday, October 6, 2003 05:48 AM
Naresh;
Make sure your client performing the lookup has javax.sql.Datasource and any other required classes in its classpath. The reference object you are retrieving is an object factory that will need a set of classes in order to build the cirrect objects. If the classes are not available, it will fail.
//Nicholas