Re: axis2 uses xerces parser ?

2007-12-21 Thread Eran Chinthaka
Marlon Luz wrote: Hi, Wich parser is used in axis2? StAX. the same xerces parser used in axis1 ? We do not use xerces parser inside Axis2 as we moved to pull parsing. The core parsing model is pull parsing and we use StAX for that. br, Marlon Luz -

Re: xml parser

2007-12-21 Thread Eran Chinthaka
Hi Marlon, It should be everywhere in Axis2 code. But when Axis2 receives a SOAP message, when it is deployed as a war, we create the parser inside the AxisServlet class. If you can explain, what exactly you are trying to do, we might be able to help you better. Thanks, Chinthaka Suran Ja

[jira] Commented: (AXIS2-2788) Axis2-aar-Maven2 plugin SNAPSHOT does not work, while a locally build one works

2007-12-21 Thread Martin Gainty (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12554063 ] Martin Gainty commented on AXIS2-2788: -- same problem happens with org.apache.axis2:axis2-mar-maven-plugin org.ap

[jira] Commented: (AXIS2-3017) WSDL generation error - lowercasing 1st char in element names

2007-12-21 Thread David J Sulivan (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12554051 ] David J Sulivan commented on AXIS2-3017: Thank you for your email. I am currently away from the office and wi

[jira] Issue Comment Edited: (AXIS2-3017) WSDL generation error - lowercasing 1st char in element names

2007-12-21 Thread Roel Verbunt (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553952 ] toutatis edited comment on AXIS2-3017 at 12/21/07 2:17 PM: --- Hi, I'm experiencing the s

[jira] Commented: (AXIS2-3337) Problem with soap:address location in the WSDL (IP Address is not a public IP that is accessible from Internet).

2007-12-21 Thread Raghu Upadhyayula (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12554012 ] Raghu Upadhyayula commented on AXIS2-3337: -- Amila, I've made the fix in the nightly build code (21-

[jira] Commented: (AXIS2-3227) Prefix error serializing ADB bean

2007-12-21 Thread Tapan Sharma (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3227?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12554011 ] Tapan Sharma commented on AXIS2-3227: - Hi Amila, Thanks for the quick response. I just tried with, distribution

[jira] Updated: (AXIS2-3337) Problem with soap:address location in the WSDL (IP Address is not a public IP that is accessible from Internet).

2007-12-21 Thread Raghu Upadhyayula (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raghu Upadhyayula updated AXIS2-3337: - Attachment: AxisService.java Fixed the issue in the latest snapshot (nightly build from 2

[jira] Updated: (AXIS2-3337) Problem with soap:address location in the WSDL (IP Address is not a public IP that is accessible from Internet).

2007-12-21 Thread Raghu Upadhyayula (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raghu Upadhyayula updated AXIS2-3337: - Attachment: (was: AxisService.java) > Problem with soap:address location in the WSDL

[jira] Updated: (AXIS2-3416) CLONE -minimize response from RPCMessageReceiver

2007-12-21 Thread Howard Points (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard Points updated AXIS2-3416: - Environment: Axis2 1.3 (was: Axis2 1.1 RC2) I am seeing same behavior using Axis2 1.3, java 1.4,

[jira] Created: (AXIS2-3416) CLONE -minimize response from RPCMessageReceiver

2007-12-21 Thread Howard Points (JIRA)
CLONE -minimize response from RPCMessageReceiver Key: AXIS2-3416 URL: https://issues.apache.org/jira/browse/AXIS2-3416 Project: Axis 2.0 (Axis2) Issue Type: Improvement Components: r

[jira] Commented: (AXIS-2442) java file genrated using WSDL2JAVA fail to compile with 'too many parameters' error

2007-12-21 Thread Chris Gordon (JIRA)
[ https://issues.apache.org/jira/browse/AXIS-2442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553956 ] Chris Gordon commented on AXIS-2442: I'm having the same issue and would like to install the fix. We're just usin

[jira] Commented: (AXIS2-3017) WSDL generation error - lowercasing 1st char in element names

2007-12-21 Thread Roel Verbunt (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3017?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553952 ] Roel Verbunt commented on AXIS2-3017: - Hi, I'm experiencing the same kind of problem with Axis2 1.3, but coming

[jira] Commented: (AXIS2-3353) Use wrapper types when elements are optional (i.e.: nillable="true" or minOccurs="0"/maxOccurs="1")

2007-12-21 Thread Mauro Molinari (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12553929 ] Mauro Molinari commented on AXIS2-3353: --- Hi Amila, at a first sight, generated code for the wrapper type issue

[jira] Resolved: (AXIS2-3365) Code generation fails if a wsdl has schema imports and that wsdl is included in a service archive with useOriginalWsdl = true

2007-12-21 Thread Amila Chinthaka Suriarachchi (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amila Chinthaka Suriarachchi resolved AXIS2-3365. - Resolution: Fixed fixed the issue > Code generation fails if a w

[jira] Created: (AXIS2-3415) Problem with wsdl2java and xsd final attribute

2007-12-21 Thread Morten Frank (JIRA)
Problem with wsdl2java and xsd final attribute -- Key: AXIS2-3415 URL: https://issues.apache.org/jira/browse/AXIS2-3415 Project: Axis 2.0 (Axis2) Issue Type: Bug Affects Versions: 1.3