[jira] Reopened: (AXISCPP-1015) Error deserializing empty array within a structure

2007-02-21 Thread Wayne Johnson (JIRA)
[ https://issues.apache.org/jira/browse/AXISCPP-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wayne Johnson reopened AXISCPP-1015: Well, the good news is that it fixed the problem. The bad news is if you have another node

[jira] Commented: (AXISCPP-1015) Error deserializing empty array within a structure

2007-02-21 Thread Wayne Johnson (JIRA)
[ https://issues.apache.org/jira/browse/AXISCPP-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474779 ] Wayne Johnson commented on AXISCPP-1015: Well, tried my patch and it didn't help. The wsdl I'm using has

[jira] Updated: (AXISCPP-1015) Error deserializing empty array within a structure

2007-02-21 Thread Wayne Johnson (JIRA)
[ https://issues.apache.org/jira/browse/AXISCPP-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wayne Johnson updated AXISCPP-1015: --- Attachment: Axis1015-2.diff OK, I have a new patch that seems to work for me. YMMV.

[jira] Created: (AXIS2C-533) AXIS2_OP_GET_AXIS_SPECIFIC_MEP_CONST does not seem to return correct mep constant

2007-02-21 Thread Damitha Kumarage (JIRA)
AXIS2_OP_GET_AXIS_SPECIFIC_MEP_CONST does not seem to return correct mep constant - Key: AXIS2C-533 URL: https://issues.apache.org/jira/browse/AXIS2C-533 Project:

Re: [Axis2][Axiom] Proposal to change the OMBuilder interface

2007-02-21 Thread Thilina Gunarathne
Hi, Well, what I can not understand is what a URL and a content type have to do with an XML builder. Please remember that OMBuilder is a generic XML object model builder. Let me explain the rational behind OMBuilder a bit.. We introduced OMBuilder concept to support the receiving of different

[jira] Work started: (AXIS2-1970) Enabling the cache gets stuck in a loop and creates a file that won't stop growing

2007-02-21 Thread Thilina Gunarathne (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on AXIS2-1970 started by Thilina Gunarathne. Enabling the cache gets stuck in a loop and creates a file that won't stop growing

[jira] Created: (AXIS2-2229) AxisFault is too general

2007-02-21 Thread Michele Mazzucco (JIRA)
AxisFault is too general Key: AXIS2-2229 URL: https://issues.apache.org/jira/browse/AXIS2-2229 Project: Axis 2.0 (Axis2) Issue Type: Improvement Reporter: Michele Mazzucco AxisFault is too general as

[jira] Resolved: (AXIS2-2172) Improvements to Introduction page

2007-02-21 Thread Chatra Nakkawita (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chatra Nakkawita resolved AXIS2-2172. - Resolution: Fixed Fix Version/s: nightly 1.2 Reviewed and

[jira] Reopened: (AXIS2-1862) Eclipse Code Gen Wizard: Option Generate All broken

2007-02-21 Thread Thilo Frotscher (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-1862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thilo Frotscher reopened AXIS2-1862: The second issue I reported in my second post on 11/Dec/06 04:09 PM is still not fixed in

[jira] Created: (AXIS2-2230) BindException

2007-02-21 Thread Michele Mazzucco (JIRA)
BindException - Key: AXIS2-2230 URL: https://issues.apache.org/jira/browse/AXIS2-2230 Project: Axis 2.0 (Axis2) Issue Type: Bug Components: kernel Environment: sun jdk 1.5.0_10, linux Reporter:

[jira] Created: (AXIS2-2231) not able to call a service from another service

2007-02-21 Thread Shree Rangan (JIRA)
not able to call a service from another service --- Key: AXIS2-2231 URL: https://issues.apache.org/jira/browse/AXIS2-2231 Project: Axis 2.0 (Axis2) Issue Type: Bug Environment: windows xp

Re: Parameter httpFrontendHostUrl

2007-02-21 Thread Thilo Frotscher
Sorry, I still don't quite understand this. Could you please go into a little bit more detail? What do you mean with a frontend host which exposes a webservice? What do you mean with autodetected url? Where and when would it be overwritten? Thanks a lot! Thilo Davanum Srinivas wrote: If you

Re: [Axis2][jaxws] Class.forName does not use AxisService class loader

2007-02-21 Thread Nicholas L Gallardo
Dims, Interesting... What classloader does the AxisService have if it's not the TCCL? Regards, Nicholas Gallardo WebSphere - WebServices Development [EMAIL PROTECTED] Phone: 512-838-1182 Building: 901 / 5G-016 Davanum Srinivas [EMAIL PROTECTED] 02/20/2007 04:46 PM Please respond to

Re: [Axis2][jaxws] Class.forName does not use AxisService class loader

2007-02-21 Thread Davanum Srinivas
Nick, We set up a class loader specific to that AAR/directory. thanks, dims On 2/21/07, Nicholas L Gallardo [EMAIL PROTECTED] wrote: Dims, Interesting... What classloader does the AxisService have if it's not the TCCL? Regards, Nicholas Gallardo WebSphere - WebServices Development

Re: [Axis2] Move nustUnderstand check into a handler

2007-02-21 Thread David Illsley
I'm coming back to this after focussing on other things... I agree with everyone that mustUnderstand checking is a core, and important (if sometimes annoying) SOAP processing rule. I also don't advocate ANYONE deploying a SOAP web services engine that doesn't do that checking. That said, I'm

Re: [Axis2] Move nustUnderstand check into a handler

2007-02-21 Thread Sanjiva Weerawarana
Wait wait .. not yet! David, you can just have another handler that goes before the built-in MU handler that flags any headers you want to allow thru without causing grief. Wouldn't that do the trick? Sanjiva. On Wed, 2007-02-21 at 08:31 -0500, Davanum Srinivas wrote: Give 'em rope :) +1

Re: [Axis2] Move nustUnderstand check into a handler

2007-02-21 Thread Paul Fremantle
David, Sanjiva Shouldn't we be using the SOAP role model to handle this kind of situation. It seems to me that what you are describing is a case where the Axis2 engine is not the ultimateReceiver (see 2.7 Relaying SOAP Messages http://www.w3.org/TR/soap12-part1/#relaysoapmsg). The right way to

[jira] Created: (AXIS2-2232) Class.forName does not use AxisService class loader

2007-02-21 Thread Davanum Srinivas (JIRA)
Class.forName does not use AxisService class loader Key: AXIS2-2232 URL: https://issues.apache.org/jira/browse/AXIS2-2232 Project: Axis 2.0 (Axis2) Issue Type: Bug Components:

Re: [Axis2] Need help -metadata

2007-02-21 Thread Jeff Barrett
Dims, I just sent a note to Deepal's original note describing how, on the server side, the DescriptionBuilderComposite needs to be used (and why). I think that will address this problem. If not, let me know. Thanks, Jeff IBM Software Group - WebSphere Web Services Development Phone:

[jira] Created: (AXIS2-2233) Pinging capability to services deployed in axis2

2007-02-21 Thread Sameera Madushan Jayasoma (JIRA)
Pinging capability to services deployed in axis2 Key: AXIS2-2233 URL: https://issues.apache.org/jira/browse/AXIS2-2233 Project: Axis 2.0 (Axis2) Issue Type: New Feature Reporter:

[jira] Updated: (AXIS2-2233) Pinging capability to services deployed in axis2

2007-02-21 Thread Sameera Madushan Jayasoma (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2233?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sameera Madushan Jayasoma updated AXIS2-2233: - Attachment: patch_ping_module.txt Pinging capability to services

Re: [axis2] Pinging capability to services deployed in Axis2

2007-02-21 Thread Sameera Madushan
Hi all, Implementation of the ping module is available in the following JIRA https://issues.apache.org/jira/browse/AXIS2-2233 Sameera - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [Axis2] Issue in metadata module

2007-02-21 Thread Jeff Barrett
Hi Deepal, I believe the method you are refering to is intended to be used only for Service Enpdoint Interfaces and not service implementations, but I need to double check that. If it is used for service implementations, then on the server side it would only be in the

[jira] Created: (AXIS2-2234) faultcode value missing namespace prefix

2007-02-21 Thread Mike Rheinheimer (JIRA)
faultcode value missing namespace prefix Key: AXIS2-2234 URL: https://issues.apache.org/jira/browse/AXIS2-2234 Project: Axis 2.0 (Axis2) Issue Type: Bug Components: jaxws

[jira] Assigned: (AXIS2-2234) faultcode value missing namespace prefix

2007-02-21 Thread Mike Rheinheimer (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Rheinheimer reassigned AXIS2-2234: --- Assignee: Mike Rheinheimer faultcode value missing namespace prefix

[jira] Updated: (AXIS2-2234) faultcode value missing namespace prefix

2007-02-21 Thread Mike Rheinheimer (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Rheinheimer updated AXIS2-2234: Attachment: patch.txt faultcode value missing namespace prefix

[jira] Reopened: (AXIS2-2088) wsdl2java JiBX code generator and -Ebindingfile option unavailable in ant task

2007-02-21 Thread JIRA
[ https://issues.apache.org/jira/browse/AXIS2-2088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jorge Fernández reopened AXIS2-2088: wsdl2java JiBX code generator and -Ebindingfile option unavailable in ant task

[jira] Updated: (AXIS2-2155) Wrapped marshall/unmarshall without wrapper beans

2007-02-21 Thread Rich Scheuerle (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rich Scheuerle updated AXIS2-2155: -- Attachment: patch3.txt Added the following tests: * Unqualified element test * test that

[jira] Commented: (AXIS2-2155) Wrapped marshall/unmarshall without wrapper beans

2007-02-21 Thread Rich Scheuerle (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12474765 ] Rich Scheuerle commented on AXIS2-2155: --- Committed patch3.text: revision 510104. Wrapped marshall/unmarshall

[jira] Created: (AXIS2-2235) WSDL2Java ignore required attributes in xsd

2007-02-21 Thread Federica Ciotti (JIRA)
WSDL2Java ignore required attributes in xsd --- Key: AXIS2-2235 URL: https://issues.apache.org/jira/browse/AXIS2-2235 Project: Axis 2.0 (Axis2) Issue Type: Bug Components: wsdl Affects

[jira] Updated: (AXIS2-2235) WSDL2Java ignore required attributes in xsd

2007-02-21 Thread Federica Ciotti (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Federica Ciotti updated AXIS2-2235: --- Attachment: ServiceInfo.java WSDL2Java ignore required attributes in xsd

[jira] Updated: (AXIS2-2235) WSDL2Java ignore required attributes in xsd

2007-02-21 Thread Federica Ciotti (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Federica Ciotti updated AXIS2-2235: --- Attachment: BindingTemplate.java WSDL2Java ignore required attributes in xsd

[jira] Updated: (AXIS2-2235) WSDL2Java ignore required attributes in xsd

2007-02-21 Thread Federica Ciotti (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Federica Ciotti updated AXIS2-2235: --- Attachment: uddi_v2.xsd WSDL2Java ignore required attributes in xsd

[jira] Updated: (AXIS2-2235) WSDL2Java ignore required attributes in xsd

2007-02-21 Thread Federica Ciotti (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Federica Ciotti updated AXIS2-2235: --- Attachment: publish_v2.wsdl WSDL2Java ignore required attributes in xsd

[jira] Updated: (AXIS2-2234) faultcode value missing namespace prefix

2007-02-21 Thread Mike Rheinheimer (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Rheinheimer updated AXIS2-2234: Attachment: patch.txt Patch #1 was incomplete. Please use this patch instead. faultcode

[jira] Created: (AXIS2-2236) Extraneous characters before first MIME bounadry in SwA messages

2007-02-21 Thread Paul O'Connor (JIRA)
Extraneous characters before first MIME bounadry in SwA messages Key: AXIS2-2236 URL: https://issues.apache.org/jira/browse/AXIS2-2236 Project: Axis 2.0 (Axis2) Issue Type:

[jira] Resolved: (AXIS2-2228) wrong prefix set for fault code (follow-up to AXIS2-2183)

2007-02-21 Thread Ann Robinson (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2228?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ann Robinson resolved AXIS2-2228. - Resolution: Fixed Committed to axis2 revision level 510215 wrong prefix set for fault code

Re: [jira] Created: (AXIS2-2236) Extraneous characters before first MIME bounadry in SwA messages

2007-02-21 Thread Thilina Gunarathne
Those numbers are due to the http chunking [1]. It seems your server do not have support for it.. Try disabling chunking.. Refer to point 3 in here [2] to find out more on how to disable it.. options.setProperty(org.apache.axis2.transport.http.HTTPConstants.CHUNKED, Boolean.TRUE); Thilina [1]

Re: WSDL2Java issue

2007-02-21 Thread Davanum Srinivas
Ravi, Please create a JIRA issue and upload your wsdl/txt files. thanks, dims On 2/21/07, Pal, Ravi [EMAIL PROTECTED] wrote: I am facing an issue with Axis2 wsdl2java code generation. Some of the complex types are not generated in Java Stub class. I am attaching the Java Class (stub) and

[jira] Updated: (AXIS2-2155) Wrapped marshall/unmarshall without wrapper beans

2007-02-21 Thread Rich Scheuerle (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rich Scheuerle updated AXIS2-2155: -- Attachment: patch4.txt Added a test that demonstrates support for a checked exception when a

[jira] Created: (AXIS2-2237) Improved the subscription/mailing list information.

2007-02-21 Thread Marietta Lovendhal (JIRA)
Improved the subscription/mailing list information. --- Key: AXIS2-2237 URL: https://issues.apache.org/jira/browse/AXIS2-2237 Project: Axis 2.0 (Axis2) Issue Type: Improvement

[jira] Updated: (AXIS2-2237) Improved the subscription/mailing list information.

2007-02-21 Thread Marietta Lovendhal (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marietta Lovendhal updated AXIS2-2237: -- Attachment: patchinstguide.patch axis2patch.patch Patches added.

[jira] Resolved: (AXIS2-2237) Improved the subscription/mailing list information.

2007-02-21 Thread Chatra Nakkawita (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chatra Nakkawita resolved AXIS2-2237. - Resolution: Fixed Reviewed and committed. Thanks, Chatra Improved the