Title: Message
How are you trying to open the dao.xml file? As a resource? As a file? What lines of code are you using?
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 01, 2006 8:50 AM
To: axis-user@ws.apache.org
Subject: Problem with dependant jar files inside aar - URGENT


Hi
Here is my scenario.

1. I have a myeclipse Java project MyCommons. This contains some util libraries etc.

2.I have a  myeclipse Java proeject named MyPersistence which communicates with the database.

3. I have a myeclipse java project named MyServices which has all the business rules and calls the DAO classes inside MyPersistence. I have a dao.xml file inside this project.

4. I have a myeclipse java project named MyWebServices where I have my web services. The Skeleton client class is updated to call the delegate methods inside MyServices.

With this done, I deploy the service like

--Services
        ---MyWebServices
                --lib
                        //contains all the jar files like axis2 jars, iBATIS jars and MyPersistence, MyServices & MyCommons exported as jar files
                --META-INF
                        //contains services.xml and wsdl files


The services are deployed perfectly. Did not give any problems. But at runtime, the control gets into the business delegate class inside MyServices, but the delegate cannot find the dao.xml, which is there inside the MyServices.jar file.

I am pretty sure this is an ordinary situation and perhaps is a combination of packaging and class loader issue. Looking forward for some resolution.

Thanks
Debasish
___________________________________________________
Debasish Dutta Roy
NITAS
Ph: 617-871-3033
_________________________

CONFIDENTIALITY NOTICE

The information contained in this e-mail message is intended only for the exclusive use of the individual or entity named above and may contain information that is privileged, confidential or exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, or the employee or agent responsible for delivery of the message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender immediately by e-mail and delete the material from any computer.  Thank you.

Reply via email to