RE: service classpath

2007-06-21 Thread Michael Lepine
That makes sense. Thank you for the response. From: Chad DeBauch [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 20, 2007 8:45 PM To: axis-user@ws.apache.org Subject: Re: service classpath Each aar file that you deploy has its own ClassLoader. If there

Re: service classpath

2007-06-20 Thread Chad DeBauch
the service differently? Any guidance (and your time) is appreciated. Thank you. -- *From:* Michael Lepine [mailto:[EMAIL PROTECTED] *Sent:* Tuesday, June 19, 2007 10:23 AM *To:* axis-user@ws.apache.org *Subject:* service classpath I'm not overly f

RE: service classpath

2007-06-20 Thread Michael Lepine
23 AM To: axis-user@ws.apache.org Subject: service classpath I'm not overly familiar with web services, but I've created a POJO-based web service and am having difficultly logging from the service. The aar archive has the following top-level directory structure: com - class

Re: service classpath

2007-06-19 Thread Chad DeBauch
Axis2 has commons logging jar in the WEB-INF/lib directory. When your Axis2 app is deployed that jar is loaded and commons logging looks in the WEB-INF/classes for commons-logging.properties and log4j.properties. If you copy your logging files there it will work. Chad On 6/19/07, Michael Lepin

service classpath

2007-06-19 Thread Michael Lepine
I'm not overly familiar with web services, but I've created a POJO-based web service and am having difficultly logging from the service. The aar archive has the following top-level directory structure: com - class files under the com.xxx.xxx... package META-INF - folder containing the services