> Hi ,
>
[quoted text clipped - 13 lines]
> public static void main(String args[]){
> Hashtable env = new Hashtable();
env.put(Context.INITIAL_CONTEXT_FACTORY,"weblogic.jndi.WLInitialContextFacto
> ry");
>
[quoted text clipped - 23 lines]
> host [Root exception is org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor
> code: 203 completed: No]
************************************************************
I think you should use rs.next() to position the resultset to the first
record. So you need to change your code to do something lie
while (rs.next()){
//do something
};
Hope this helps,
Brgds Herman

Signature
Suse Linux Professional 8.1 on Athlon 1.1 Ghz 512 Mb
Anti Spam = remove the "dot" and the "at"
Registered Linux User #264690
Check to ensure that the ExternalDNSName attribute of the Server element
has been set in the Config.xml file located in the root directory of the
WLS domain your running from.