Few more info like,
My database is located in other server and using the
Data sources > OracleDS > Custom properties (SID, password, portname, serverName, user)i have configured the related stuff. From the WAS end , i got the success message of Test connection.
But, when i click on any link from my applciation, i am getting the error mentioned in previous post. How to understand the above problem. Is it related to WAS or my application code issues. I am just lookup the datasource created in my WAS in code as
(DataSource)context.lookup(aRepository.getDataSrcName());