DO NOT REPLY [Bug 13215] - Axis does not seem to support xs:group

2002-11-14 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 14574] New: - NullPointer on getHeaderByName call

2002-11-14 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 14570] - NullPointer on getBodyByName call

2002-11-14 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 14570] - NullPointer on getBodyByName call

2002-11-14 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 14570] New: - NullPointer on getBodyByName call

2002-11-14 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: JMS Test/Sample patch

2002-11-14 Thread Tom Jordahl
Ray, This sounds like good stuff. Perhaps you can get David Chappell, who is a committer, to check this in for you? -- Tom Jordahl Macromedia Server Development -Original Message- From: Ray Chun [mailto:rchun@;sonicsoftware.com] Sent: Thursday, November 14, 2002 11:24 AM To: [EMAIL PR

Re: Class loader madness and useless error reporting

2002-11-14 Thread Mike Spreitzer
Matthias, you asked how you can do the ClassLoader printing I suggested. It depends on who "you" are. Axis users can't do it; my suggestion is aimed at Axis implementors. I'm suggesting that Axis (and Tomcat) code should be alert for class-loading exceptions&errors and do us all the favor of

cvs commit: xml-axis-wsif/java/test/schema SchemaTest.java

2002-11-14 Thread owenb
owenb 2002/11/14 08:39:25 Modified:java/test/schema SchemaTest.java Log: Added checks to make sure that the mappings generated are the same as those expected Revision ChangesPath 1.3 +89 -8 xml-axis-wsif/java/test/schema/SchemaTest.java Index: SchemaTest.

Re: Class loader madness and useless error reporting

2002-11-14 Thread Matthias Brunner
On Thursday 14 November 2002 16:02, Steve Loughran wrote: > Likely cause is the shared jar needs access to classes in > axis.jar, which is in the 'lower' classloader and hence invisible. > Move axis and needed jars up, perhaps Thanks, you are right. Did I mention that I loathe this class loading

JMS Test/Sample patch

2002-11-14 Thread Ray Chun
Hello, Attached please find a patch which includes a test client for the JMS transport. The test exercises the JMS transport for persistent point-to-point and non-persistent pub/sub. Note that the JMS sample has been modified to deploy the AxisServer/stock-quote-service programmatically, so th

cvs commit: xml-axis-wsif/java/src/org/apache/wsif/schema ElementType.java ComplexContent.java Extension.java ComplexType.java SequenceElement.java Restriction.java SchemaType.java Schema.java SimpleType.java Attribute.java

2002-11-14 Thread owenb
owenb 2002/11/14 08:23:18 Modified:java/src/org/apache/wsif/schema ElementType.java ComplexContent.java Extension.java ComplexType.java SequenceElement.java Restriction.java SchemaType.java Schema.java SimpleType.j

Re: Class loader madness and useless error reporting

2002-11-14 Thread Steve Loughran
- Original Message - From: "Matthias Brunner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 14, 2002 05:43 Subject: Class loader madness and useless error reporting Hello, I do not know whether this is a bug in tomcat or axis or both (in fact, I do not even know i

Re: adding offline support to axis tests

2002-11-14 Thread Steve Loughran
- Original Message - From: "Tom Jordahl" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 14, 2002 06:44 Subject: RE: adding offline support to axis tests > > Steve, > > +1 > > Are you investigating the XML reflector server that Glen has been talking about to simulate

Re: Class loader madness and useless error reporting

2002-11-14 Thread Matthias Brunner
On Thursday 14 November 2002 15:44, Mike Spreitzer wrote: > For exceptions like these, wouldn't it help if the contents of the > ClassLoader & ancestors were printed out? Try it: you'll find > they're all URLClassLoaders, and you can query them for the URLs > they contain. How do I achieve this?

RE: Axis 1.01? 1.1?

2002-11-14 Thread Tom Jordahl
+1 to a 1.1 bugfix release. Plus we support custom fault data and headers. -- Tom Jordahl Macromedia Server Development -Original Message- From: Steve Loughran [mailto:steve_l@;iseran.com] Sent: Tuesday, November 12, 2002 4:49 PM To: axis-dev Subject: Axis 1.01? 1.1? Now thatAxis 1

Re: Class loader madness and useless error reporting

2002-11-14 Thread Mike Spreitzer
For exceptions like these, wouldn't it help if the contents of the ClassLoader & ancestors were printed out? Try it: you'll find they're all URLClassLoaders, and you can query them for the URLs they contain. Mike

RE: adding offline support to axis tests

2002-11-14 Thread Tom Jordahl
Steve, +1 Are you investigating the XML reflector server that Glen has been talking about to simulate going against other servers (i.e. .NET) instead of actually trying to talk to them vie the internet? -- Tom Jordahl Macromedia Server Development -Original Message- From: Steve Lo

cvs commit: xml-axis-wsif/java/test/mime MimeErrors.wsdl Mime.wsdl MimeTest.java Mime.java MimeImpl.java DeploymentDescriptor.xml

2002-11-14 Thread whitlock
whitlock2002/11/14 05:49:34 Modified:java/src/org/apache/wsif/providers/soap/apacheaxis WSIFPort_ApacheAxis.java WSIFOperation_ApacheAxis.java java/test/mime Mime.wsdl MimeTest.java Mime.java MimeImpl.

Class loader madness and useless error reporting

2002-11-14 Thread Matthias Brunner
Hello, I do not know whether this is a bug in tomcat or axis or both (in fact, I do not even know if it is it a bug at all or it is me how is dumb). But for now I will only report it here please correct me if I am wrong. -- Software used: tomcat 4.1.12, axis 1.0, sun jdk 1.4.1_01-b01, linu

[GUMP] Build Failure - Axis

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

DO NOT REPLY [Bug 14552] - soap 1.2 axis fault patch

2002-11-14 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 14552] - soap 1.2 axis fault patch

2002-11-14 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 14552] - soap 1.2 axis fault patch

2002-11-14 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 14552] - soap 1.2 axis fault patch

2002-11-14 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 14552] - soap 1.2 axis fault patch

2002-11-14 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 14552] New: - soap 1.2 axis fault patch

2002-11-14 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: soap 1.2 axisfault patch

2002-11-14 Thread Davanum Srinivas
Andras, Please post these to bugzilla (http://nagoya.apache.org/bugzilla). Thanks, dims --- [EMAIL PROTECTED] wrote: > Hi, > > I have attached some patches about the SOAP 1.2 compliance of FAULT (also >serializers and > deserialziers). Please check them and let me know if you have any suggesti

RE: [VOTE] Re: XML Schema support for Axis (Contrib from Infravio)

2002-11-14 Thread Glen Daniels
+1 to both. --Glen > -Original Message- > From: Davanum Srinivas [mailto:dims@;yahoo.com] > Sent: Wednesday, November 13, 2002 4:06 PM > To: [EMAIL PROTECTED] > Subject: Re: [VOTE] Re: XML Schema support for Axis (Contrib from > Infravio) > > > James, > > The VOTE was to whether accep

DO NOT REPLY [Bug 12903] - [PATCH] AvalonProvider

2002-11-14 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 14540] New: - Inherited attributes are lost during serialization

2002-11-14 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