DO NOT REPLY [Bug 8626] - WSDL2Java does not work for a .Net service WSDL

2002-04-29 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

EJB Provider - doubts

2002-04-29 Thread Vidyanand Murunikkara
Hi I am trying to use axis to talk to EJB's. I make use of HTTP-Auth to make the client request to axis. Now my problem is that the EJBProvider uses the username and password coming in the request to initialize the initial context ( to get the EJBHome) also. Is this how it is supposed to beh

AXIS beta 2 is now available!

2002-04-29 Thread Russell Butek
The final beta 2 release is available: http://xml.apache.org/axis/dist/beta2/ This release was built with: - ant 1.4.1 - xerces 2 - tomcat 4.0.3 (for servlet.jar, activation.jar, and mail.jar) - junit 3.7 Expect a beta 3 the end of May. Russell Butek [EMAIL PROTECTED]

echoHexBinary returning base64Binary

2002-04-29 Thread R J Scheuerle Jr
Sam found a problem with the echoHexBinary interop test. Apparently the code is now returning base64Binary instead of hex. Neither one of us thinks this should hold up the Beta 2 release, but I wanted others to know. I will take responsibility for identifying and fixing the problem Tues. morning

Re: Has anyone tried maxOccurs="unbounded" in their WSDL (Tom or Glen)

2002-04-29 Thread R J Scheuerle Jr
I re-created the problem by changing the input and output messages of SalesRankNPrice.wsdl. Here is a snippet of the stub: public com.PerfectXML.www.All[] getAll(java

RE: Hotel/location info for face-to-face

2002-04-29 Thread Tom Jordahl
I know Glen asked our Admin to check in to hotel info and I just checked with her. Here are the two best options that are close to Macromedia. Out address is: 270 Grove Street Newton, MA 02466 Boston Marriott Newton http://www.marriotthotels.com/dpp/PropertyPage.asp?MarshaCode=BOSNT 2345 Commo

RE: Bug state

2002-04-29 Thread Mark Ericson
On other projects using Bugzilla we have enabled the optional 'Target Milestone' field to indicate when a bug is planned to be fixed. It is extremely helpful for bug triage. Unfortunately that field is enabled globally and not on a per project basis so it is not viable for this effort. -Mark -

Re: Issues with beta 2 - does it need more work?

2002-04-29 Thread Sanjiva Weerawarana
> I'd prefer to never include the C++ code in any release of the Java version > of Axis. We should have separate downloads just like there are Java and C > versions of Xerces that are downloaded separately. +1 Sanjiva.

DO NOT REPLY [Bug 8631] - Axis functional test failure with JDK 1.4

2002-04-29 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

DO NOT REPLY [Bug 8631] New: - Axis functional test failure with JDK 1.4

2002-04-29 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/src/org/apache/axis/encoding DefaultTypeMappingImpl.java

2002-04-29 Thread butek
butek 02/04/29 13:17:15 Modified:java/src/org/apache/axis/encoding Tag: Beta2 DefaultTypeMappingImpl.java Log: xsd:date should map to java.util.Date. The registration of the (de)serialier mixed up Date and Calendar - fix needed for beta 2. Revision

Re: wsdl2java: (Add | Remove)+

2002-04-29 Thread R J Scheuerle Jr
Richard, Axis does not support the maxOccurs attribute on the sequence|choice|all elements. Therefore there is currently no way to pass the following over the wire using the current version of Axis. ... ... ... ... Implementing such behavior requires: - choice|sequence|group nesting

Re: Attachments problem

2002-04-29 Thread Rick Rineholt
I put in a fix today that "may" address this. Rick Rineholt "The truth is out there... All you need is a better search engine!" [EMAIL PROTECTED] Simon Fell <[EMAIL PROTECTED]> on 04/28/2002 01:07:21 PM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:Attachment

cvs commit: xml-axis/java/src/org/apache/axis/encoding DeserializationContextImpl.java DeserializerImpl.java

2002-04-29 Thread rineholt
rineholt02/04/29 12:41:17 Modified:java build.xml java/src/org/apache/axis/attachments BoundaryDelimitedStream.java java/src/org/apache/axis/client Call.java java/src/org/apache/axis/description OperationDesc.java

Hotel/location info for face-to-face

2002-04-29 Thread Russell Butek
Glen, could you post a list of the hotels in your area? We'd like to book our travel very soon. Russell Butek [EMAIL PROTECTED]

proposal: Client side soap:header support.

2002-04-29 Thread St-Germain, Sylvain
Hi all, Back on the header stuff... I had an interesting discussion with Charles here about headers and now I think that caching headers in the Service is not right too (maybe not for the same reason than you though about Tom and Glenn) The reason, is that one could bind to many servers usin

DO NOT REPLY [Bug 8539] - mis-communication between Axis client and .Net Service

2002-04-29 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

RE: Issues with beta 2 - does it need more work?

2002-04-29 Thread Tom Jordahl
1. -0; fix it after B2 2. +1 to fixing the Calendar/Date 3. +1 to omitting the C++ code from the release. -- Tom Jordahl -Original Message- From: Russell Butek [mailto:[EMAIL PROTECTED]] Sent: Monday, April 29, 2002 11:45 AM To: [EMAIL PROTECTED] Subject: Issues with beta 2 - does it

RE: Issues with beta 2 - does it need more work?

2002-04-29 Thread Volkmann, Mark
Title: RE: Issues with beta 2 - does it need more work? > -Original Message- > From: Russell Butek [mailto:[EMAIL PROTECTED]] > Sent: Monday, April 29, 2002 10:45 AM > To: [EMAIL PROTECTED] > Subject: Issues with beta 2 - does it need more work? > > > Over the weekend some folks play

wsdl2java: (Add | Remove)+

2002-04-29 Thread Richard Emberson
I have an XMLSchema grammar which has the following construct: (Add | Remove)+ meaning that the Add and Remove can appear in any order and in any number as long as at least one does appear. In XMLSchema this can be represented as: or as: (one can also add maxOccurs="unbounded" t

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

2002-04-29 Thread butek
butek 02/04/29 10:04:48 Modified:java/src/org/apache/axis/encoding DefaultTypeMappingImpl.java Log: xsd:date should map to java.util.Date. The registration of the (de)serialier mixed up Date and Calendar. Revision ChangesPath 1.23 +1 -1

Re: Issues with beta 2 - does it need more work?

2002-04-29 Thread R J Scheuerle Jr
1. -1, if other things hold up the release for a few days I change my vote to -0. 2. +1, Russell are you fixing this right now ? 3. +1 to removing the C++ implementation for beta 2. Beta 2 quality is applicable to java for this release. Rich Scheuerle XML & Web Services Development 512-838-5115

cvs commit: xml-axis/java/webapps/axis/WEB-INF web.xml

2002-04-29 Thread butek
butek 02/04/29 09:37:53 Modified:java/webapps/axis/WEB-INF Tag: Beta2 web.xml Log: Plug a security hole - need for the beta 2 release. Revision ChangesPath No revision No revision 1.10.2.1 +0 -5 xml-axis/java/we

cvs commit: xml-axis/java/webapps/axis/WEB-INF web.xml

2002-04-29 Thread butek
butek 02/04/29 09:35:55 Modified:java/webapps/axis/WEB-INF web.xml Log: Plug a security hole. Revision ChangesPath 1.11 +0 -5 xml-axis/java/webapps/axis/WEB-INF/web.xml Index: web.xml ===

DO NOT REPLY [Bug 8578] - Wsdl2Java does not reject invalid types in 1999 Schema

2002-04-29 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

Issues with beta 2 - does it need more work?

2002-04-29 Thread Russell Butek
Over the weekend some folks played with beta 2 rc 1. I've seen a number of issues related to it. 1. Glen found and fixed a problem with bean field names - capitalized vs lowercase (in the head branch - NOT in the beta 2 branch). Glen and I determined that this should not go into beta2, but we

DO NOT REPLY [Bug 8626] New: - WSDL2Java does not work for a .Net service WSDL

2002-04-29 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

Support for EJBs

2002-04-29 Thread Adam Greene
Is there any plans to support stateful EJBs.  They only thing that seems to be missing is remov()ing the bean when the session timesout.

RE: namespace prefixing question...

2002-04-29 Thread St-Germain, Sylvain
Looking further at the spec w3.org/TR/SOAP/#_Ref4777957007 - The rules for serialization: 4. A Compound Value is encoded as a sequence of elements, each accessor represented by an embedded element whose name corresponds to the name of the accessor. Accessors whose names are local to their

namespace prefixing question...

2002-04-29 Thread St-Germain, Sylvain
Hi all, I am a bit confused, until recently (early April, end of March) Axis was serializing types without "namespace-prefixing" the child nodes of a type-qualified node. For example the following chunk was valid: The "name" and "version" elements were not nam

Re: Proposed Contribution to Apache - WSIF

2002-04-29 Thread Paul Fremantle
James I'm not an Axis committer (yet :-)) so I can't do that, but you're very welcome to post the JAR I sent earlier onto the Axis CVS tree. I'd like to do whatever it takes to encourage discussion and evaluation of the code. Paul - Original Message - From: "James M Snell" <[EMAIL PROTE

RE: wsdl2java: union of simpleType

2002-04-29 Thread R J Scheuerle Jr
1) The WSDL2Java tool has minimal error reporting at the present time. This is do to the following reasons: - The tool is fairly new with limited developer resources. We have chosen to use our resources to add additional mappings instead of issuing messages for the myriad of unsupported types. -

RE: Possibility of creating stand-alone and embeddable versions o f Ax iswas RE: cvs commit: xml-axis/java/samples/attachments EchoAttach m ent. java

2002-04-29 Thread R J Scheuerle Jr
I also prefer option (A) over (B). Rich Scheuerle XML & Web Services Development 512-838-5115 (IBM TL 678-5115) Russell

RE: Client side soap:header support.

2002-04-29 Thread St-Germain, Sylvain
Chris, I agree that the current implementation, although simpler and possibly less obtrusive for the WS consumer, is quite restrictive because it enforces a behavior. The current behavior is that response header will update the requests headers. I realize that this is not a rule that should *

Re: Axis: interop

2002-04-29 Thread Sam Ruby
SOAP-DEV: Would it be possible for SOAP 2.3 to support xsi:nil when 2001 schema is specified? Peter/Thomas: I just committed a change to Axis which should insert xsi:type on elements which contain xsi:nil attributes. This is not a complete solution as Apache SOAP 2.2 will interp

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

2002-04-29 Thread rubys
rubys 02/04/29 06:01:27 Modified:java/src/org/apache/axis/encoding SerializationContextImpl.java Log: Respect sendType when the value to be sent is null Revision ChangesPath 1.23 +2 -0 xml-axis/java/src/org/apache/axis/encoding/Serial

[GUMP] Build Failure - Axis

2002-04-29 Thread Sam Ruby
This email is autogenerated from the output from: Buildfile: build.xml setenv: [mkdir] Created dir: /home/rubys/jakarta/x

cvs commit: xml-axis/contrib/Axis-C++/src Platform.hpp

2002-04-29 Thread lilantha
lilantha02/04/29 03:51:11 Modified:contrib/Axis-C++/src Platform.hpp Log: remove old comments; to replace with apache license agreement Revision ChangesPath 1.3 +1 -1 xml-axis/contrib/Axis-C++/src/Platform.hpp Index: Platform.hpp ===

cvs commit: xml-axis/contrib/Axis-C++/include XMLType.hpp ServiceFactory.hpp SerializerFactory.hpp QName.hpp Platform.hpp Param.hpp Call.hpp AxisConst.hpp

2002-04-29 Thread lilantha
lilantha02/04/29 03:37:29 Removed: contrib/Axis-C++/include XMLType.hpp ServiceFactory.hpp SerializerFactory.hpp QName.hpp Platform.hpp Param.hpp Call.hpp AxisConst.hpp Log: remove unwanted file

cvs commit: xml-axis/contrib/Axis-C++/Axis_Release Makefile.bak

2002-04-29 Thread lilantha
lilantha02/04/29 03:35:45 Removed: contrib/Axis-C++/Axis_Release Makefile.bak Log: remove unwanted file

cvs commit: xml-axis/contrib/Axis-C++/src Platform.hpp

2002-04-29 Thread lilantha
lilantha02/04/29 03:09:39 Modified:contrib/Axis-C++/src Platform.hpp Log: no message Revision ChangesPath 1.2 +0 -37 xml-axis/contrib/Axis-C++/src/Platform.hpp Index: Platform.hpp === RCS