That is strange... I assume Cayenne jars are in "axis2/WEB-INF/lib",
and not in some shared location?
Andrus
On Jul 18, 2007, at 11:53 PM, Ajay H. Daptardar wrote:
Hello all,
I am trying to use Cayenne within Axis2. I copied the three
configuration XML files into the classes folder for Axis2:
/opt/apache-tomcat-6.0.13/webapps/axis2/WEB-INF/classes
I can create the data context object but during runtime, data
context's entity resolver cannot find the mapped class and I get the
following:
"Class is not mapped with Cayenne"
However when I run the same application as standalone, I have no
errors.
Any help much appreciated.
Best,
- Ajay