jar file within the aar file

2007-08-21 Thread Kandalam, Anjana
Hi, I have my service classes inside a jar file placed within the aar. I am getting a class not found exception when the server is started. The structure of my aar file is as follows Myservice.jar META-INF services.xml I have my service class within a package in Myservice.jar

Re: jar file within the aar file

2007-08-21 Thread Andrew Martin
Try making a lib directory and putting the jar in there: lib Myservice.jar META-INF services.xml Andrew Kandalam, Anjana wrote: Hi, I have my service classes inside a jar file placed within the aar. I am getting a class not found exception when the server is started

RE: jar file within the aar file

2007-08-21 Thread Kandalam, Anjana
in the Myservice.aar? Anjana Kandalam Private Client Group - AIG Work: 908-679-2608 Cell: 908-596-0424 -Original Message- From: Andrew Martin [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 21, 2007 3:26 PM To: axis-user@ws.apache.org Subject: Re: jar file within the aar file Try making

Re: jar file within the aar file

2007-08-21 Thread keith chapman
: 908-596-0424 -Original Message- From: Andrew Martin [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 21, 2007 3:26 PM To: axis-user@ws.apache.org Subject: Re: jar file within the aar file Try making a lib directory and putting the jar in there: lib Myservice.jar META-INF