cvs commit: xml-axis/java/test/faults TestAxisFault.java

2003-01-13 Thread stevel
stevel 2003/01/13 22:41:12 Modified:java/test/faults TestAxisFault.java Log: test for changed method to clear the existing faultDetails on a null array Revision ChangesPath 1.2 +38 -0 xml-axis/java/test/faults/TestAxisFault.java Index: TestAxisFault.java

cvs commit: xml-axis/java/src/org/apache/axis AxisFault.java

2003-01-13 Thread stevel
stevel 2003/01/13 22:40:53 Modified:java/src/org/apache/axis AxisFault.java Log: changed method to clear the existing faultDetails on a null array Revision ChangesPath 1.66 +1 -1 xml-axis/java/src/org/apache/axis/AxisFault.java Index: AxisFault.java

cvs commit: xml-axis/java/xmls taskdefs_post_compile.xml

2003-01-13 Thread stevel
stevel 2003/01/13 22:17:15 Modified:java/xmls taskdefs_post_compile.xml Log: better better yet, use the attrs on the appropriate elements Revision ChangesPath 1.5 +12 -8 xml-axis/java/xmls/taskdefs_post_compile.xml Index: taskdefs_post_compile.xml ==

cvs commit: xml-axis/java/xmls taskdefs_post_compile.xml

2003-01-13 Thread stevel
stevel 2003/01/13 22:15:44 Modified:java/xmls taskdefs_post_compile.xml Log: better yet, put the right spacing in Revision ChangesPath 1.4 +1 -1 xml-axis/java/xmls/taskdefs_post_compile.xml Index: taskdefs_post_compile.xml ==

Re: [GUMP] Build Failure - Axis

2003-01-13 Thread Steve Loughran
- Original Message - From: "Sam Ruby" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 13, 2003 17:44 Subject: Re: [GUMP] Build Failure - Axis > > Something weird happened last night... it was as if the changes to > jakarta-gump weren't picked up. I haven't figured it o

cvs commit: xml-axis/java/xmls taskdefs_post_compile.xml

2003-01-13 Thread stevel
stevel 2003/01/13 21:22:53 Modified:java/xmls taskdefs_post_compile.xml Log: next bit of blind debugging. Since the only recent changes to ant are on the subject of classloaders, and by setting the loaderref of task and type defn, you force reuse of the prior loader, we can reuse

cvs commit: xml-axis/java/xmls targets.xml

2003-01-13 Thread stevel
stevel 2003/01/13 21:02:45 Modified:java/xmls targets.xml Log: changes 1. setenv sets the proxies so that tests are proxied; people behind a firewall can get WSDL now. 2. add test for xalan and some conditions for patterset management, patternsets that are not committed

Re: [GUMP] Build Failure - xml-axis-wsif

2003-01-13 Thread Sam Ruby
[EMAIL PROTECTED] wrote: > Sam, to fix the xml-axis-wsif project build, the connector.jar needs > to be replaced with j2ee.jar (version 1.3 or 1.3.1). While I could > change scripts to use j2ee.jar as binary dependency for gump build > (being wsif comitter), I do not know how to add this jar so it

Re: [GUMP] Build Failure - Axis

2003-01-13 Thread Sam Ruby
Steve Loughran wrote: classpath: /home/rubys/jakarta/xml-axis/java/samples/transport/lib not found. BUILD FAILED file:///home/rubys/jakarta/xml-axis/java/xmls/taskdefs_post_compile.xml:1: /home/rubys/jakarta/xml-axis/java/samples/transport/lib not found. ok, that didnt work. Something weir

Re: [GUMP] Build Failure - xml-axis-wsif

2003-01-13 Thread Sam Ruby
[EMAIL PROTECTED] wrote: > > to fix the xml-axis-wsif project build, the connector.jar needs to be > replaced with j2ee.jar (version 1.3 or 1.3.1). Where can I get this jar? - Sam Ruby

Re: [GUMP] Build Failure - xml-axis-wsif

2003-01-13 Thread piotrp
Sam, to fix the xml-axis-wsif project build, the connector.jar needs to be replaced with j2ee.jar (version 1.3 or 1.3.1). While I could change scripts to use j2ee.jar as binary dependency for gump build (being wsif comitter), I do not know how to add this jar so it is available during the build. Co

Re: security options

2003-01-13 Thread Steve Loughran
depends on the web server, I guess. you cant lock out the endpoints to callers, so unless you can set path security by HTTP request, you need to be able to do it in axis. - Original Message - From: "Johnson, Michael1 [IT]" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 1

cvs commit: xml-axis-wsif/java/src/org/apache/wsif WSIFConstants.java

2003-01-13 Thread antelder
antelder2003/01/13 14:36:52 Modified:java/src/org/apache/wsif/providers/soap/apacheaxis WSIFOperation_ApacheAxis.java java/src/org/apache/wsif WSIFConstants.java Added: java/src/org/apache/wsif/util TypeSerializer.java Log: Fix bugzilla

DO NOT REPLY [Bug 16041] New: - There is no way to override the default (de)serializers used by the WSIF AXIS provider

2003-01-13 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-axis/java/docs security.html

2003-01-13 Thread stevel
stevel 2003/01/13 13:41:38 Modified:java/docs security.html Log: updated security doc. Revision ChangesPath 1.2 +80 -14xml-axis/java/docs/security.html Index: security.html === RCS file: /

RE: security options

2003-01-13 Thread Johnson, Michael1 [IT]
If they want to disable them they can explicitly change the acl on the webserver right? -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 4:35 PM To: axis-dev Subject: security options I was thinking...do you think we should make ?wsdl retr

security options

2003-01-13 Thread Steve Loughran
I was thinking...do you think we should make ?wsdl retrieval and GET invocation of SOAP calls options the very paranoid can disable?

cvs commit: xml-axis-wsif/java/samples/customfactory/client CustomServiceImpl.java

2003-01-13 Thread antelder
antelder2003/01/13 12:59:14 Modified:java/samples/customfactory/client CustomServiceImpl.java Log: Fix to work with recent context change ...after fighting off the urge just to delete the sample :) Revision ChangesPath 1.2 +40 -2 xml-axis-wsif/java/samples/c

cvs commit: xml-axis-wsif/java/src/org/apache/wsif/providers/soap/apacheaxis WSIFOperation_ApacheAxis.java

2003-01-13 Thread antelder
antelder2003/01/13 12:46:31 Modified:java/src/org/apache/wsif/providers/soap/apacheaxis WSIFOperation_ApacheAxis.java Log: Fix bugzilla bug 15780 - part 1 - enable context on WSIFService and WSIFPort Revision ChangesPath 1.57 +14 -11 xml-a

cvs commit: xml-axis-wsif/java/src/org/apache/wsif/providers/soap/soaprmi WSIFOperation_SoapRMI.java

2003-01-13 Thread antelder
antelder2003/01/13 12:40:21 Modified:java/src/org/apache/wsif WSIFPort.java WSIFOperation.java WSIFService.java java/src/org/apache/wsif/providers/java WSIFOperation_Java.java java/src/org/apache/wsif/base WSIF

Re: [GUMP] Build Failure - Axis

2003-01-13 Thread Steve Loughran
- Original Message - From: "Sam Ruby" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 13, 2003 01:02 Subject: [GUMP] Build Failure - Axis > > This email is autogenerated from the output from: >

cvs commit: xml-axis-wsif/java/test/docStyle/wsifservice zipCodeLocal.wsdl

2003-01-13 Thread antelder
antelder2003/01/13 12:04:49 Modified:java/test/docStyle/wsifservice zipCodeLocal.wsdl Log: Make zipcode testcase wsdl a bit more clearly formatted Revision ChangesPath 1.4 +5 -0 xml-axis-wsif/java/test/docStyle/wsifservice/zipCodeLocal.wsdl Index: zipCodeL

cvs commit: xml-axis-wsif/java/src/org/apache/wsif/providers/soap/apacheaxis WSIFOperation_ApacheAxis.java

2003-01-13 Thread antelder
antelder2003/01/13 12:02:25 Modified:java/src/org/apache/wsif/providers/soap/apacheaxis WSIFOperation_ApacheAxis.java Log: Fix soap parts in mime binding defect Revision ChangesPath 1.56 +5 -5 xml-axis-wsif/java/src/org/apache/wsif/provi

XML-RPC support in AXIS

2003-01-13 Thread Jools Enticknap
Hi All I'm currently a lead developer for a company who have an XMLRPC based webservices system. who are looking to introduce SOAP. I've managed to write a provider which allows them to use the existing XMLRPC services using axis, however it makes sense to move the whole thing over to Axis at

[wsif] irc chat log

2003-01-13 Thread Aleksander Slominski
hi, this chat was mostly about schedule toward first official 2.0 version (to confirm the dates for the RC2 and the 2.0) and discuss some of current pressing issues that needs fixing before RC2: * RC2 ASAP (just cut it - Tuesday/Wednesday would be good) * schedule a 2.0 release for say Thursday/

cvs commit: xml-axis-wsif/java/lib/ant ant_1_5_1.jar optional_1_5_1.jar ant_1_5_1beta.jar optional_1_5_1beta.jar

2003-01-13 Thread aslom
aslom 2003/01/13 09:28:34 Added: java/lib/ant ant_1_5_1.jar optional_1_5_1.jar Removed: java/lib/ant ant_1_5_1beta.jar optional_1_5_1beta.jar Log: upgraded internal build system to use final 1.5.1 version of ant Revision ChangesPath 1.1 xml-axis

cvs commit: xml-axis-wsif/java/doc RELEASE_TASKS.txt

2003-01-13 Thread aslom
aslom 2003/01/13 09:24:19 Modified:java/doc RELEASE_TASKS.txt Log: updated release plan with some tasks moved to post-2.0 release Revision ChangesPath 1.17 +44 -32xml-axis-wsif/java/doc/RELEASE_TASKS.txt Index: RELEASE_TASKS.txt =

cvs commit: xml-axis-wsif/java build.xml

2003-01-13 Thread aslom
aslom 2003/01/13 09:23:09 Modified:java build.xml Log: temporarily diabled samples JCA until dependencies in GUMP are resolved Revision ChangesPath 1.26 +2 -2 xml-axis-wsif/java/build.xml Index: build.xml

cvs commit: xml-axis/java changelog.html TODO.txt release-notes.html

2003-01-13 Thread gdaniels
gdaniels2003/01/13 08:26:29 Modified:java TODO.txt release-notes.html Added: java changelog.html Log: Update TODO list a bit (remove old stuff, mostly) Restructure release notes, factoring the change log out into a separate file. Revision ChangesPath

sample/attachments helps please

2003-01-13 Thread teo
hi everybody, I checked the attachments/samples in axis. When I tried to produce wsdl file using Java2WSDL for the echoAttachmentService class, it is complaining as;  The class org.w3c.dom.Document does not contain a default constructor, which is a requirement for a bean class.  The class cannot be

Re: Serializer/Deserializer

2003-01-13 Thread E. Sriram
My service (more than 1) is already functional via RMI. Now I am evaluating if SOAP communication between my client and server is possible. All the parameters used by my service follow the Java Beans pattern. The method parameters are either one of the following Bean object Array of Bean Object

[wsif] IRC chat today as scheduled (monday)

2003-01-13 Thread Aleksander Slominski
hi, today (Monday), 10am US Eastern time (3pm GMT), irc.undernet.org, channel #wsif sorry for late notice and hope to see you there! alek -- "Mr. Pauli, we in the audience are all agreed that your theory is crazy. What divides us is whether it is crazy enough to be true." Niels H. D. Bohr

[GUMP] Build Failure - xml-axis-wsif

2003-01-13 Thread Sam Ruby
This email is autogenerated from the output from: Buildfile: build.xml init: prepare: [mkdir] Created dir: /home/rubys/j

[GUMP] Build Failure - Axis

2003-01-13 Thread Sam Ruby
ommons\java\external\build\xml-apis.jar;\home\rubys\jakarta\xml-xerces2\java\build\xmlParserAPIs.jar;\home\rubys\jakarta\xml-xerces2\java\build\xercesImpl.jar;\home\rubys\jakarta\xml-axis\java;\usr\java\j2sdk1.4.1_01\jre\lib\rt.jar;\home\rubys\jakarta\jakarta-oro\jakarta-oro-20030113.jar;\home