Hi Thomas,Can u please post the DBLookup code of yours, I am trying to do the same using the below code.Context ctx = new InitialContext();Object obj = ctx.lookup("DATA_SOURCE");but its throwing error :(..Could you please let me know how to handle this in java code.Thanks in advance.
Post a Comment
1 comment:
Hi Thomas,
Can u please post the DBLookup code of yours, I am trying to do the same using the below code.
Context ctx = new InitialContext();
Object obj = ctx.lookup("DATA_SOURCE");
but its throwing error :(..
Could you please let me know how to handle this in java code.
Thanks in advance.
Post a Comment