Link to home
Start Free TrialLog in
Avatar of IlyaLibov
IlyaLibov

asked on

Problem with starting application with spring, iBatis, and Mule

When I am starting application tha base on Spring framework and also are using Mule and  iBatis I got following error:

Name crm_inter is not bound in this Context (org.mule.api.lifecycle.InitializationException)
crm_inter is a owner name for the Oracle table. This name appearing in loadXMLData.xml,
queue.xml, and web.xml files
Avatar of girionis
girionis
Flag of Greece image

The problem is probably with how you initialise the crm_inter. Can you post the relevant bit of code?
ASKER CERTIFIED SOLUTION
Avatar of IlyaLibov
IlyaLibov

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of IlyaLibov
IlyaLibov

ASKER

It is appear that the problem was in JNDI name for data source. In the Tomcat context.xml JNDI name for Data Source differ from JNDI name in the web.xml file.
This is actually what I suggested.
Application now can be started