Re: Axis and JMX ?

2002-06-29 Thread David Jencks
You might want to consider jmx-ifying by using model mbeans, since they allow you to instrument an existing class without changing it and without implementing an additional interface, and allow you to specify a rather informative interface. Personally I like the jboss xmbean even though it is not

DO NOT REPLY [Bug 10355] New: - re: problem in Java2WSDL when using --implClass and arrays in the parameter list

2002-06-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_b

RE: Axis and JMX ?

2002-06-29 Thread costinm
On Sat, 29 Jun 2002, Glen Daniels wrote: > > +1 > > We'd talked about JMX management from the beginning days of Axis, just > never really got it in. I'd love to see the server, the transport > listeners, and the individual services get exposed via JMX we > should talk about APIs and su

RE: Axis and JMX ?

2002-06-29 Thread Glen Daniels
+1 We'd talked about JMX management from the beginning days of Axis, just never really got it in. I'd love to see the server, the transport listeners, and the individual services get exposed via JMX we should talk about APIs and such for this (and how easy/hard it'll be, and who wants t

RE: cvs commit: xml-axis/java/test/saaj TestEnvelope.java

2002-06-29 Thread Glen Daniels
Hm. My personal preference is to leave our code be in places where we think we're doing the right thing and the spec/TCK might be wrong, and take it up with the Sun guys. The failed test will stand as a reminder of the issue, and we can fix it later depending on the resolution. I'd rather t

Re: Servlet engine (was RE: AxisServletBase)

2002-06-29 Thread Ovidiu Predescu
On 6/28/02 3:51 PM, "Steve Loughran" <[EMAIL PROTECTED]> wrote: > > - Original Message - > From: "Ovidiu Predescu" <[EMAIL PROTECTED]> > To: "Axis" <[EMAIL PROTECTED]> > Sent: Friday, June 28, 2002 13:44 > Subject: Re: Servlet engine (was RE: AxisServletBase) > > >> Steve, >> >> If yo

cvs commit: xml-axis/java/src/org/apache/axis/transport/http HTTPConstants.java

2002-06-29 Thread dims
dims2002/06/29 14:55:40 Modified:java/src/org/apache/axis Part.java SOAPPart.java java/src/org/apache/axis/attachments AttachmentPart.java MimeUtils.java MultiPartRelatedInputStream.java java/src/org/apache/axis/transport/http HT

RE: cvs commit: xml-axis/java/test/saaj TestEnvelope.java

2002-06-29 Thread Davanum Srinivas
Glen, Long-term yes. Short-term no use. Not much will happen in the short term. Thera are more issues like this that am planning to let everyone know once i finish one round of SAAJ compliance. Thanks, dims --- Glen Daniels <[EMAIL PROTECTED]> wrote: > Hi Dims! > > > * @return a Stri

DO NOT REPLY [Bug 8480] - EJBProvider does not work with MS SOAP

2002-06-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: cvs commit: xml-axis/java/test/saaj TestEnvelope.java

2002-06-29 Thread Glen Daniels
Hi Dims! > * @return a String with the fault code > */ >public String getFaultCode() { > -return fault.getFaultCode().toString(); > +return fault.getFaultCode().getLocalPart(); >} > Um, this looks to me like we're losing information... Faul

cvs commit: xml-axis/java build.xml

2002-06-29 Thread gdaniels
gdaniels2002/06/29 13:55:31 Modified:java build.xml Log: Version -> beta3 Revision ChangesPath 1.155 +1 -1 xml-axis/java/build.xml Index: build.xml === RCS file: /home/cvs/xml-axis/java

cvs commit: xml-axis/java TODO.txt

2002-06-29 Thread gdaniels
gdaniels2002/06/29 13:47:38 Modified:java TODO.txt Log: Update TODO list, using "X" for done (for consistency with the rest of the file). Revision ChangesPath 1.62 +8 -8 xml-axis/java/TODO.txt Index: TODO.txt ===

cvs commit: xml-axis/java/test/saaj TestEnvelope.java

2002-06-29 Thread dims
dims2002/06/29 13:44:54 Modified:java/src/org/apache/axis/message SOAPFault.java SOAPHeader.java java/test/saaj TestEnvelope.java Log: - Fixes for Faults and Header for SAAJ compliance. - Test cases for both. Revision ChangesPat

Bug 9987 - NPE

2002-06-29 Thread Glen Daniels
So we have: public void addFieldDesc(FieldDesc field) and want to do something appropriate when field == null. Don't many standard Java classes (i.e. Hashtable.get()) just throw RuntimeExceptions (i.e. NPE or IllegalArgumentException) in cases like this, without explicitly declaring the exc

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

2002-06-29 Thread dims
dims2002/06/29 13:02:58 Modified:java/src/org/apache/axis/message MessageElement.java Log: Ensure that child's prefix is set as well. Revision ChangesPath 1.106 +2 -0 xml-axis/java/src/org/apache/axis/message/MessageElement.java Index: MessageElement.ja

DO NOT REPLY [Bug 9826] - Doc message's operation not identified

2002-06-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/description ServiceDesc.java

2002-06-29 Thread gdaniels
gdaniels2002/06/29 12:46:26 Modified:java/src/org/apache/axis/deployment/wsdd WSDDService.java java/src/org/apache/axis/description ServiceDesc.java Log: Fix bugzilla bug : http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9826 We now correctly set the "mess

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

2002-06-29 Thread dims
dims2002/06/29 12:19:17 Modified:java/test/saaj PackageTests.java java/src/org/apache/axis/message PrefixedQName.java Added: java/test/saaj TestEnvelope.java Log: Cleanup PrefixedQName's equals method and added a test case. Revision ChangesPath

DO NOT REPLY [Bug 9045] - beanMapping causes deployment to fail on all services if entered incorrectly on windows xp.

2002-06-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/utils axisNLS.properties

2002-06-29 Thread dims
dims2002/06/29 11:05:19 Modified:java/src/org/apache/axis/encoding DeserializationContextImpl.java java/src/org/apache/axis/message MessageElement.java SOAPBody.java SOAPBodyElement.java SOAPHeader.java

Q about Call.invokeEngineOneWay()

2002-06-29 Thread Glen Daniels
If we make a one-way call, as it stands there is really no way to notice that an error has occurred unless you look in the log (no exceptions are thrown). Would it make sense to have the one-way invocation be synchronous up to the point that the transport sender does its thing - in other words

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

2002-06-29 Thread gdaniels
gdaniels2002/06/29 10:42:19 Modified:java/src/org/apache/axis/client Call.java Log: A little code cleanup. Revision ChangesPath 1.150 +3 -17 xml-axis/java/src/org/apache/axis/client/Call.java Index: Call.java ===

cvs commit: xml-axis/java/src/javax/xml/soap MimeHeaders.java

2002-06-29 Thread dims
dims2002/06/29 10:01:57 Modified:java/src/javax/xml/soap MimeHeaders.java Log: Don't throw IllegalArgumentException if the value is null. Revision ChangesPath 1.3 +4 -6 xml-axis/java/src/javax/xml/soap/MimeHeaders.java Index: MimeHeaders.java ==

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

2002-06-29 Thread dims
dims2002/06/29 09:39:51 Modified:java/src/org/apache/axis Message.java java/src/org/apache/axis/soap MessageFactoryImpl.java Log: Minor fixes for problem found using SAAJ TCK. - createMessage is called with the complete stream incluing SOAP-ENV. Revision C

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

2002-06-29 Thread dims
dims2002/06/29 09:19:16 Modified:java/src/org/apache/axis/message MessageElement.java java/src/org/apache/axis/soap MessageFactoryImpl.java Log: Minor fixes for problems found using SAAJ TCK. Revision ChangesPath 1.104 +1 -1 xml-axis/java/src/

[GUMP] Build timed out - Axis

2002-06-29 Thread Sam Ruby
This email is autogenerated from the output from: Build results exceed maximum length. Please see URL above for details. Last