Hi Ranchers,
I am currently stuck with a unique problem.
I need to deploy the MetroWebService on
JBoss container, with iBATIS as object relational mapping tool on a remote server.
This is working perfectly fine with my local environment, but when I deployed the same on the remote server iBatis SQLMapClient object is not getting created its throwing the Initialization error.
Please have a look at the below stack trace.
Below is the code file written for reading the sqlmapconfig file and creating the sqlmapclient
Please help me to understand where the actual problem is involved.