aspose file tools
The moose likes Web Services and the fly likes ibatis problem on axis2 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "ibatis problem on axis2" Watch "ibatis problem on axis2" New topic
Author

ibatis problem on axis2

Reza Mochamad Diannagara
Greenhorn

Joined: Oct 10, 2006
Posts: 11
hi,

i'm trying to build a simple web service using ibatis. but, i found some problem.
on the first try, it couldn't found SQLMapConfig.xml. then i try these codes:


it could fix the problem, but there are another problems appear. since there are this line of codes in SQLMapConfig.xml :

and


then it couldn't found SqlMapConfig.properties and maps.xml files.
can some body help me?

oh, i put it all aar file. webservice implementation class skeleton si under "/com/webservice".

thanks...
Hsien Ko
Greenhorn

Joined: Aug 28, 2010
Posts: 1
Try this URL

http://www.5341.com/msg/197521.html

Overall speaking put all your class, xml and jar into Axis2\WEB-INF but NONE of them in aar file. This breaks the Axis2 module isolation but it is not a very useful feature at real-world deployment.

Axis2 is a pure-engineering product (just look at all the buzz words they create), they never realize how the real world works. The way they manage the class loader is really a disaster, engineers have fun to play around their toys at the sandbox but never try to figure out how to make it work in real life. I am going to move to CXF or JAX-WS instead of using Axis2
 
 
subject: ibatis problem on axis2
 
developer file tools