Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am trying to do webservice (I am quite new in Webservice under java). I am using netbeans.

Axis2 is having problem trying to locate the the xml configuration file for mybatis

Anyone can tell me how to successfully deploy mybatis configuration. Should I manually copy the configuration under .netbeans\6.8\apache-tomcat-6.0.20_base\webapps\axis2\WEB-INF\classes or there is any other setting?

share|improve this question

1 Answer

You have to put your xml configuration file for ibatis in your classpath. I put it on my src folder and it workds

share|improve this answer
2  
Thank you for the answer. The configuration files are in my source folder all the while. :). Somehow it doesn't get copied to myBatis path. So I manually copy the xml config. – henry Oct 19 '10 at 2:04

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.