Thanks, will try the <java> task with fork and let the list know. Michael Oliver CTO Alarius Systems LLC 6800 E. Lake Mead Blvd, #1096 Las Vegas, NV 89156 Phone:(702)643-7425 Fax:(702)974-0341 *Note new email changed from [EMAIL PROTECTED]
-----Original Message----- From: Mattias J [mailto:[EMAIL PROTECTED] Sent: Saturday, May 21, 2005 12:37 AM To: Jakarta Commons Users List Subject: Re: Log4JLogger does not implement Log At 2005-05-20 19:49, you wrote: >... > <axis-java2wsdl > > >classname="com.alarius.assignments.actions.SaveAssignmentForm" > > style= "DOCUMENT" > > namespace= "urn:http://alariussystemsllc.com/AJCCWebService/" > > location= "http://localhost:8080/AlariusAssignments/services/" > > output="AlariusAssignments.wsdl" > > > <classpath> > > <pathelement path ="${webinf.dir}/classes"/> > > </classpath> > > <classpath refid="compile.classpath"/> > > </axis-java2wsdl > > ></target> > >... > >[axis-java2wsdl] Caused by: >org.apache.commons.logging.LogConfigurationException: >org.apache.commons.logging.LogConfigurationException: >org.apache.commons.logging.LogConfigurationException: Class >org.apache.commons.logging.impl.Log4JLogger does not implement Log This is why lots of people hate Commons Logging (see http://www.qos.ch/logging/classloader.jsp and http://www.qos.ch/logging/thinkAgain.jsp). Without knowing the details of your classpath, using fork migh help. Don't remember whether there is a fork-attribute on the axis-java2wsdl task; if not try an ordinary "java" task with fork. / Mattias J --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
