DO NOT REPLY [Bug 15750] - JAXRPCHandler is invalid

2003-01-06 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 transport not in 1.1 binary distribution

2003-01-06 Thread James M Snell
Btw, I personally think that individual Axis transports should be put into their own jar files (e.g. axis-jms.jar, axis-local.jar, axis-http.jar, etc) so if a particular application doesn't need a particular transport it can simply remove the jar file altogether. But that's just my opinion - J

RE: JMS transport not in 1.1 binary distribution

2003-01-06 Thread Kevin . Bedell
The ideal solution would be for me as a user to simply specify the transport/adapter in the wsdd file and make sure weblogic.jar (or jboss.jar, or whatever) is on the classpath. The developer of the transport implementation would assume I've got the appropriate third-party classes on my classpa

RE: DO NOT REPLY [Bug 15741] - TCP Monitor does not handle WebD AV methodsin proxy mode

2003-01-06 Thread Doug Davis
Huge +1 - that's what I do too. -Dug Tom Jordahl <[EMAIL PROTECTED]> on 01/06/2003 05:32:48 PM Please respond to [EMAIL PROTECTED] To:"'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject:RE: DO NOT REPLY [Bug 15741] - TCP Monitor does not handle WebD AV methods in proxy m

RE: DO NOT REPLY [Bug 15741] - TCP Monitor does not handle WebDAV methods in proxy mode

2003-01-06 Thread Tom Jordahl
> I tried out resend today after removing the content-length recalculation and it > works great, including with the s/w in proxy mode and multiple hosts in the same > TCP connection. Wait a minute, the resend functionality needs to recalculate the content-length again because you can edit the req

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

2003-01-06 Thread gdaniels
gdaniels2003/01/06 14:25:00 Modified:java/src/org/apache/axis/encoding TypeMappingImpl.java java/src/org/apache/axis/wsdl/fromJava Emitter.java Types.java Log: Message-style services (like AdminService) weren't emitting very useful WSDL. Now

DO NOT REPLY [Bug 15741] - TCP Monitor does not handle WebDAV methods in proxy mode

2003-01-06 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 15764] - API changes break backwards compatibility with Axis 1.0

2003-01-06 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 15741] - TCP Monitor does not handle WebDAV methods in proxy mode

2003-01-06 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 transport not in 1.1 binary distribution

2003-01-06 Thread Jaime Meritt
That's right. We use the standard component pluggability model that relies on system properties to override the default adapter. I agree that it probably doesn't belong in axis.jar. However, I would like to see the third party directory created for all of the non-standard components from IBM/Son

RE: JMS transport not in 1.1 binary distribution

2003-01-06 Thread Glen Daniels
Well, I agree with you. I don't think you should need to build from source to use third-party stuff. But nor do I think we should have any in axis.jar. I haven't really looked at the JMS transport stuff yet, but I'm assuming that there's just a setting (engine property / system property /etc)

RE: JMS transport not in 1.1 binary distribution

2003-01-06 Thread Tom Jordahl
Each release has a source as well as a binary distribution. So you would build from the "1.1 final" source tree. -- Tom Jordahl Macromedia Server Development -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, January 06, 2003 3:31 PM To: [EMAIL PROTECTE

RE: JMS transport not in 1.1 binary distribution

2003-01-06 Thread Kevin . Bedell
So out of the box Axis can't be used with any specific JMS implementations? This seems like it would impede adoption. If I have to build from source, does that mean using a nightly build? For many of us working in the stodgy, old financial services industry that means we won't be able to use it

RE: JMS transport not in 1.1 binary distribution

2003-01-06 Thread Glen Daniels
Correct. Generic JMS stuff is OK to have in the JAR, but any vendor-specific stuff like Sonic/IBM/etc is not, at least as far as I'm concerned. Other opinions? --Glen > -Original Message- > From: Jaime Meritt [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 06, 2003 3:24 PM > To: [E

RE: JMS transport not in 1.1 binary distribution

2003-01-06 Thread Jaime Meritt
Glen, Great, thanks a lot for the help. To get the SonicMQVendorAdapter to build you will need the SonicMQ client jars available as well. What is the current policy on third party library dependencies? Does the binary distribution include all options or just the default packages? If it include

RE: cvs commit: xml-axis/java/tools/org/apache/axis/tools/ant/wsd l Wsdl2javaAntTask.java

2003-01-06 Thread Tom Jordahl
Fixed it to make myself happy. :-) -- Tom Jordahl Macromedia Server Development -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED]] Sent: Monday, January 06, 2003 1:59 PM To: [EMAIL PROTECTED] Subject: RE: cvs commit: xml-axis/java/tools/org/apache/axis/tools/ant/wsd l

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

2003-01-06 Thread tomj
tomj2003/01/06 12:09:24 Modified:java/src/org/apache/axis/i18n resource.properties java/src/org/apache/axis/wsdl/toJava Emitter.java Log: Change to fix for Bug 15675: - Only print information messages when verbose is turned on. - Throw an error if there is a NS

DO NOT REPLY [Bug 15741] - TCP Monitor does not handle WebDAV methods in proxy mode

2003-01-06 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 15764] - API changes break backwards compatibility with Axis 1.0

2003-01-06 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/src/org/apache/axis/i18n resource.properties

2003-01-06 Thread Tom Jordahl
Dims, FYI - there are some hard-coded strings in this submit in SymbolTable.java -- Tom Jordahl Macromedia Server Development -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, January 03, 2003 9:23 AM To: [EMAIL PROTECTED] Subject: cvs commit: xm

DO NOT REPLY [Bug 15741] - TCP Monitor does not handle WebDAV methods in proxy mode

2003-01-06 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 15764] - API changes break backwards compatibility with Axis 1.0

2003-01-06 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 transport not in 1.1 binary distribution

2003-01-06 Thread Glen Daniels
Actually, I did (JRun's), and have no idea why it wasn't in there. I'll rebuild and repost, though, as beta2. We should get 1.1 up to speed and out soon! --Glen > -Original Message- > From: Tom Jordahl [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 06, 2003 2:11 PM > To: '[EMAIL PR

RE: JMS transport not in 1.1 binary distribution

2003-01-06 Thread Tom Jordahl
Jaime, The release builds are built by the release manager (in 1.1beta1, that was Glen) and this person has to have all of the jar files around to get the right build thing to happen. My guess is that Glen did NOT have a JMS jar on his system when building 1.1. -- Tom Jordahl Macromedia Server

DO NOT REPLY [Bug 15741] - TCP Monitor does not handle WebDAV methods in proxy mode

2003-01-06 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/tools/org/apache/axis/tools/ant/wsd l Wsdl2javaAntTask.java

2003-01-06 Thread Davanum Srinivas
Should i turn them into RuntimeException's? Thanks, dims --- Tom Jordahl <[EMAIL PROTECTED]> wrote: > > Hi Dims, > > There are a lot of new System.err.println() calls in this patch. > > Are we sure we want to do this? The Emitter is the class that get called >programmatically by > people who

RE: cvs commit: xml-axis/java/tools/org/apache/axis/tools/ant/wsdl Wsdl2javaAntTask.java

2003-01-06 Thread Tom Jordahl
Hi Dims, There are a lot of new System.err.println() calls in this patch. Are we sure we want to do this? The Emitter is the class that get called programmatically by people who embed Axis -- Tom Jordahl Macromedia Server Development -Original Message- From: [EMAIL PROTECTED]

DO NOT REPLY [Bug 15698] - getters and setters needed for public arrays in JavaBeans

2003-01-06 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/client Call.java

2003-01-06 Thread gdaniels
gdaniels2003/01/06 10:30:08 Modified:java/src/org/apache/axis/message SOAPEnvelope.java java/src/org/apache/axis/schema SchemaVersion.java java/src/org/apache/axis/providers/java JavaProvider.java java/src/org/apache/axis/client Call.java Lo

Re: [wsif] JMS/EJB samples feedback

2003-01-06 Thread Nirmal Mukhi
Hi Owen, Thanks for trying this out. Good to hear you were able to run it. I was aware of the JBoss-specific nature of the endpoint information on the WSDL. The sample documentation tells the user to modify it appropriately, so I think that's fine. It's nice to have something there so that the fr

DO NOT REPLY [Bug 15533] - Throw an error when wrapped and non-wrapped WSDL are mixed

2003-01-06 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: Q. about equals() in WSDL generated datatypes

2003-01-06 Thread Tom Jordahl
Sorry to jump the gun and reply before seeing this. I swear I *did* check for replies to the message before sending, but Outlook apparently didn't recognize this message as a reply. (#$%@ Outlook) -- Tom Jordahl Macromedia Server Development -Original Message- From: R J Scheuerl

RE: Q. about equals() in WSDL generated datatypes

2003-01-06 Thread Glen Daniels
Keep reading, Tom... :) (Joe-Bob says "catch up on *all* the mail before you reply") --G > -Original Message- > From: Tom Jordahl [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 06, 2003 11:54 AM > To: '[EMAIL PROTECTED]' > Cc: 'Rich Scheuerle (E-mail)' > Subject: RE: Q. about equals

RE: Q. about equals() in WSDL generated datatypes

2003-01-06 Thread Tom Jordahl
While I wrote the original (lame) implementation of equals(), Rich Scheuerle wrote the more complicated (and more correct) version that is emitted today. Rich? -- Tom Jordahl Macromedia Server Development -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED]] Sent: Wednes

Re: [wsif] JMS/EJB samples feedback

2003-01-06 Thread Owen D Burroughs
Hi Nirmal, I've successfully run the EJB sample on WebSphere 5. In order to do so however, I had to make a minor change to the wsdl file. In the ejb:address the jndi initial context and provider URL are both specified (using JBoss values). WSIF takes the values specified in the wsdl in priority o

RE: #apache-ws @ irc.openprojects.net

2003-01-06 Thread Glen Daniels
*** rubys has quit IRC (Read error: 110 (Connection timed out)) Or not... :) Incidentally, Sanjiva and I are there on openprojects.net, and dims and I are both on #ApacheAxis on undernet. --Glen > -Original Message- > From: Sam Ruby [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 0

Re: #apache-ws @ irc.openprojects.net

2003-01-06 Thread Sam Ruby
Dirk-Willem van Gulik wrote: Do you mean that the discussion about such would take part a the above IRC channel at some defined time ? Or is this email saying that that discussion is moved to here ? I haven't been following axis-dev lately. If the discussion is ongoing someplace, that's cool w

Re: #apache-ws @ irc.openprojects.net

2003-01-06 Thread Dirk-Willem van Gulik
Do you mean that the discussion about such would take part a the above IRC channel at some defined time ? Or is this email saying that that discussion is moved to here ? Dw On Mon, 6 Jan 2003, Sam Ruby wrote: > Who wants a new PMC? ;-) > > - Sam Ruby > >

#apache-ws @ irc.openprojects.net

2003-01-06 Thread Sam Ruby
Who wants a new PMC? ;-) - Sam Ruby

DO NOT REPLY [Bug 15779] - WSDL2Java generates uncompilable code when generated package name matches class name

2003-01-06 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 13618] - Implicit header support

2003-01-06 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

[GUMP] Build Failure - Axis

2003-01-06 Thread Sam Ruby
;\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-20030106.jar;\home\rubys\jakarta\jakarta-ant\dist\lib\ant.jar;\home

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

2003-01-06 Thread gdaniels
gdaniels2003/01/06 05:44:08 Modified:java/src/org/apache/axis Constants.java Log: Add SOAP 1.2 "no encoding" encoding style URI Revision ChangesPath 1.104 +2 -0 xml-axis/java/src/org/apache/axis/Constants.java Index: Constants.java