RE: Subsystem responsibilities: WSDD

2002-02-01 Thread Glyn Normington
Igor, Let's be clear: as things currently stand, changing the configuration of an engine while requests are being processed can give unpredictable results (like the case in your second paragraph below). This is not good. The current notification mechanism (AxisEngine.refreshGlobalOptions) prompt

JavaWorld article on Apache Axis

2002-02-01 Thread Sam Ruby
http://www.javaworld.com/javaworld/jw-01-2002/jw-0125-axis.html - Sam Ruby

Re: Log4J date in JAR file name

2002-02-01 Thread Mark Volkmann
Title: Log4J date in JAR file name C'mon guys. I'm betting there's some good reason why log4j.jar in the interim drops includes a date in the name. I'd just like to hear what it is. Can someone please tell me?   If there is a good reason, why aren't other JARs like clutil and wsdl4j dated? If

RE: Log4J date in JAR file name

2002-02-01 Thread Glen Daniels
Title: Log4J date in JAR file name   Sam?  Is this because we don't want to force people to move to an un-"official" log4j release like 1.2?  (that rationale doesn't actually seem to work since the 1.2 classes will shadow the 1.1.3 ones if the new jar is on the classpath first anyway)

Nitpicky reminder

2002-02-01 Thread Glen Daniels
There is a lot of code turning up in the tree with lines significantly longer than 80 characters. We do have a coding convention which says to break lines at column 79 We now return you to your regularly scheduled development conversation. :) --G

cvs commit: xml-axis/java/docs serclasses.jpg serfactoryclasses.jpg typemappingclasses.jpg typemappingregistryclasses.jpg architecture-guide.html

2002-02-01 Thread glyn
glyn02/02/01 06:20:30 Modified:java/docs architecture-guide.html Added: java/docs serclasses.jpg serfactoryclasses.jpg typemappingclasses.jpg typemappingregistryclasses.jpg Log: Describe encoding subsystem. Revision C

RE: Log4J date in JAR file name

2002-02-01 Thread Sam Ruby
Glen Daniels writes: > > Sam?  Is this because we don't want to force people to move to an un-"official" > log4j release like 1.2?  (that rationale doesn't actually seem to work since the > 1.2 classes will shadow the 1.1.3 ones if the new jar is on the classpath first > anyway) > > Ori

RE: Log4J date in JAR file name

2002-02-01 Thread Glen Daniels
Personally, I'd like to see a "checkpoint" nightly build which is built with exactly the jars in lib/, and then a separate "bleeding-edge" build There have been several occasions where we've wanted to switch to a nightly but had to rebuild ourselves because we're locked to log4j-1.1.3. I

RE: cvs commit: xml-axis/java/docs serclasses.jpg serfactoryclasses.jpg typemappingclasses.jpg typemappingregistryclasses.jpg architecture-guide.html

2002-02-01 Thread Tom Jordahl
Glyn, If you haven't heard this enough already, it is VERY COOL that you are doing this documentation and architecture work for Axis. A big +1 for Glyn for taking this responsibility. -- Tom Jordahl Macromedia -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sen

RE: Log4J date in JAR file name

2002-02-01 Thread Tom Jordahl
+1 -- Tom Jordahl -Original Message- From: Glen Daniels [mailto:[EMAIL PROTECTED]] Sent: Friday, February 01, 2002 9:44 AM To: '[EMAIL PROTECTED]' Subject: RE: Log4J date in JAR file name Personally, I'd like to see a "checkpoint" nightly build which is built with exactly the jars

Heads up - WSDL generation changes

2002-02-01 Thread Glen Daniels
Hi folks: Currently when we have a service which uses HashMaps, like the interop echo tests, the WSDL that gets generated looks like this: http://xml.apache.org/xml-soap"; xmlns="http://www.w3.org/2001/XMLSchema";> http://util.java"; xmlns="http://www.w3

Quest for SOAP Interoperability

2002-02-01 Thread Sam Ruby
It is my belief that in addition to the SOAP standard, we need to document a set of best practices and a create classification of errors that identify potential interoperability issues. I jotted down some of my thoughts on the subject and posted them at: http://radio.weblogs.com/0101679/stor

Info about test with Jboss and changes needed in axis code

2002-02-01 Thread Dittmann Werner
Hi all, following a short report about some tests done with JBoss-2.4.4 and xml-axis (snapshot from January, 20 2002). The first goal was to get a WSDL generated from an EJB interface (the remote EJB interface). The second goal was to call methods of the remote EJB interface using SOAP (JAX-RPC)

RE: cvs commit: xml-axis/java/docs serclasses.jpg serfactoryclass es.jpgtypemappingclasses.jpg typemappingregistryclasses.jpg architecture -guide.html

2002-02-01 Thread Glyn Normington
Tom, Thanks! Glad to be of service, but it's not all altruistic -- I'm learning more about SOAP by doing this than I did by just reading standards documents. Glyn

RE: [soapbuilders] Quest for SOAP Interoperability

2002-02-01 Thread Dietrich Ayala
+1 I asked many moons ago if anyone was documenting the points of consensus that this group comes to and received no answer. A "best practices" document would be extremely helpful to those of use who don't have the luxury of being able to spend our time following 100+ message threads on serializi

cvs commit: xml-axis/java TODO.txt

2002-02-01 Thread butek
butek 02/02/01 07:39:18 Modified:java TODO.txt Log: Some updates to our TODO list. Revision ChangesPath 1.13 +4 -3 xml-axis/java/TODO.txt Index: TODO.txt === RCS file: /home/cvs/xml-

Re: Quest for SOAP Interoperability

2002-02-01 Thread Glyn Normington
Sam, Nice article! The issue of complying with other standards (in respect of trailing zeros) reminds me of the kind of problems that CORBA interoperation gets into. It's not too hard to get interoperation at the level of IIOP, but when you add security (CSIv2 etc.), transactions (OTS), and inte

Re: Quest for SOAP Interoperability

2002-02-01 Thread Russell Butek
I like! Now all it needs is a 'best practices' table summarizing it all. Something like: Practice Do's/don't's details - infinity use "INF" precision stay within 18 digits etc... Russell Butek [EMAIL PROTECTED]

cvs commit: xml-axis/java/test/wsdl Wsdl2javaTestSuite.xml

2002-02-01 Thread tomj
tomj02/02/01 08:48:12 Modified:java/test/wsdl Wsdl2javaTestSuite.xml Log: Get the SalesRankNPrice .NET service from the net, not from local file. Revision ChangesPath 1.64 +6 -3 xml-axis/java/test/wsdl/Wsdl2javaTestSuite.xml Index: Wsdl2javaTestSuite

Re: Nitpicky reminder

2002-02-01 Thread R J Scheuerle Jr
Thanks Glen. I'll clean these up as I make changes. Rich Scheuerle XML & Web Services Development 512-838-5115 (IBM TL 678-5115) Glen Danie

newbie Question

2002-02-01 Thread ODonovan_Cathal
I got Glen's example running eventually with help from Glen(thanks again). However now i want to make changes to the Order in the BeanService and send the object back. However when i do that i get "Error here Method names do not match Body name = processOrder Service name = processOrderResult

cvs commit: xml-axis/java/test/wsdl/multibinding - New directory

2002-02-01 Thread butek
butek 02/02/01 09:55:18 xml-axis/java/test/wsdl/multibinding - New directory

cvs commit: xml-axis/java/test/wsdl/multibinding multibinding.wsdl

2002-02-01 Thread butek
butek 02/02/01 10:04:09 Modified:java/src/org/apache/axis/wsdl/toJava BindingEntry.java JavaImplWriter.java JavaInterfaceWriter.java JavaServiceImplWriter.java JavaSkelWriter.java JavaStubWriter.java JavaTestCaseW

cvs commit: xml-axis/java/samples/addr AddressBookSOAPBindingImpl.java

2002-02-01 Thread butek
butek 02/02/01 11:58:47 Modified:java/samples/addr AddressBookSOAPBindingImpl.java Log: Use the thread-safe Hashtable instead of the unsafe HashMap so that the multithread test doesn't intermittently fail. Revision ChangesPath 1.10 +2 -2 xml-axis/java/sampl

Beta?

2002-02-01 Thread Chris Eppstein
My team is trying to decide between Axis and Apache SOAP 2.2 for our next project. We'd like to use Axis but its current alpha status is a deterrent. Is there a target date for Beta (functionally complete, APIs frozen)? I'm not looking for an exact date, but a ball park figure would be very helpfu

Re: Sun releases Web Services Developer Pack

2002-02-01 Thread Nelson Minar
I just downloaded Sun's wspack, it's a pretty impressive chunk of code! I was surprised to see a reference implementation of JAX-RPC that wasn't Axis. Anyone know where it comes from, how well it works? I don't see it on White Mesa's interop matrix.

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

2002-02-01 Thread tomj
tomj02/02/01 14:46:13 Modified:java/src/org/apache/axis/wsdl/fromJava Types.java Emitter.java DefaultBuilderPortTypeClassRep.java DefaultBuilderBeanClassRep.java ClassRep.java BuilderPortTypeClassRep.java

cvs commit: xml-axis/java/src/org/apache/axis/wsdl/fromJava ClassRep.java

2002-02-01 Thread tomj
tomj02/02/01 15:17:17 Modified:java/src/org/apache/axis/wsdl/fromJava ClassRep.java Log: Back off on method inheritance change for the weekend. Revision ChangesPath 1.10 +24 -0 xml-axis/java/src/org/apache/axis/wsdl/fromJava/ClassRep.java Index: ClassRe

RE: Sun releases Web Services Developer Pack

2002-02-01 Thread Anne Thomas Manes
It's Sun's implementation. I haven't worked with it, so I can't tell you how it works. We plan to give it some exercise in the next week or so. Anne > -Original Message- > From: Nelson Minar [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 01, 2002 2:46 PM > To: [EMAIL PROTECTED] > Su

RE: Sun releases Web Services Developer Pack

2002-02-01 Thread Sam Ruby
Nelson Minar wrote: > > I just downloaded Sun's wspack, it's a pretty impressive chunk of > code! I was surprised to see a reference implementation of JAX-RPC > that wasn't Axis. Anyone know where it comes from, how well it works? > I don't see it on White Mesa's interop matrix. It comes from Sun

RE: WSDL generation tools

2002-02-01 Thread Sedukhin, Igor
What if I already have a WSDL as an XML document or in a file. Why would I want to javax.wsdl it? Current interfaces are flexible enough to accommodate all ways of generating or receiving WSDL. I'd suggest that current logic stays, but in addition it can take the new definition and so the endp

Axis and .NET inetrop failure due to WSDL4J!!

2002-02-01 Thread Sedukhin, Igor
Title: Axis and .NET inetrop failure due to WSDL4J!! I was trying to consume some of the WSs exposed by latest Axis builds with an RTM VS.NET and wasn't able to do it because of: http://www.w3.org/2001/06/soap-encoding and SOAP-ENC:string These are the things generated by WSDL4J for the sake