1.2RC2 wsdl2java generated setter method name change

2004-11-17 Thread Joe Nall
This type (extracted from a large schema) generates a setter called setMessage1() in 1.2RC2 instead of setMessage() (1.2b, 1.1). Intentional or bug? joe Represents an error in both human and computer readable formats. Human readable text describing

Re: Get past Axis logging problem

2004-07-12 Thread Joe Nall
On Jul 12, 2004, at 10:12 PM, Baiss Eric Magnusson wrote: Are you sure you don't have a permission problem on log4j-1.2.8.jar? commons-logging.jar? The directory it is in? Where did you put the jar files? What user is axis running under? What container are you running in (Tomcat/JBoss/...)? Where

Re: Get past Axis logging problem

2004-07-11 Thread Joe Nall
I get a NoClassDefError on the following line private static Log log = LogFactory.getLog( BasicHandler.class.getName() ); of BasicHandler.java I have determined that Axis will not read on my server no matter where I put the file, nor does it say it is failing to read it, but maybe that's

Re: Class Loading Problem

2004-05-25 Thread Joe Nall
On May 25, 2004, at 5:41 PM, Jacob Kjome wrote: At 10:16 PM 5/25/2004 +0100, you wrote: Hi all, Is it possible to configure Axis to load the classes resided in Tomcat (say, in /server/classes)? No, that is for Tomcat's internal use only and is hidden to all other classloaders. Try using common

wsdl2java package mapping and manually deployed wsdlfile

2004-05-19 Thread Joe Nall
We are trying to interoperate with a service that does explicit package mapping in their wsdl2java and then manually deploys their WSDL file using in the wsdd in Axis 1.1. Because they are manually deploying their wsdl, the package mapping is lost. Our service and their service share a common supp

Re: Help Needed - Performance Testing...

2004-04-26 Thread Joe Nall
On Apr 26, 2004, at 7:36 AM, Davanum Srinivas wrote: Hi folks, I need help testing latest cvs. Added a performance/volume test case that sends 100,000 strings (original problem description - http://issues.apache.org/jira/browse/AXIS-1323). If you wish to help: #1: get latest cvs #2: run "ant c

Re: Document-style web services

2004-03-05 Thread Joe Nall
On Mar 5, 2004, at 3:50 PM, Hari Lakshmanan wrote: I mention in my wsdd file as given ... doc-literal.wsdl /doc-literal.wsdl I have a / in mine, but I'm not sure it matters. I get 500 Error when I access the wsdl page (http://localhost:8080/axis/services/NotificationPort?wsdl) Is the above

Ant task to add wsdlfile to deployment wsdd ?

2004-03-05 Thread Joe Nall
I have a service whose deployment wsdd is automatically generated by wsdl2java. Is there an ant task, option to wsdl2java or other automated method (other than patch) to add /my.wsdl to the service section of the deployment wsdd? joe