Hello M. Amila Chinthaka Suriarachchi, When do you plan to apply the Patch please ? Do you have a problem with it ?
If you don't have time, is it possible for me to become a commiter ? Thank you for your future answer. Philippe. On Fri, Dec 12, 2008 at 1:51 PM, Philippe Mouawad (JIRA) <[email protected]>wrote: > > [ > https://issues.apache.org/jira/browse/AXIS2-3760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12656003#action_12656003] > > Philippe Mouawad commented on AXIS2-3760: > ----------------------------------------- > > Hello, > I recreated the patch. > > Please note that it uses the current version of AXIOM. > If you want to use axiom 1.2.7 then replace: > param.save(builder, builder, xmlOptions); > By: > param.save(builder, null, xmlOptions); > > Because .SAXOMBuilder did not implement LexicalHandler interface until > recent revision. > > Sorry for the previous patch, I was patching against the http repository. > Philippe > www.ubik-ingenierie.com > > > > CLONE -XMLBeans DataBinding generates too many namespaces PERFORMANCE > ISSUE > > > --------------------------------------------------------------------------- > > > > Key: AXIS2-3760 > > URL: https://issues.apache.org/jira/browse/AXIS2-3760 > > Project: Axis 2.0 (Axis2) > > Issue Type: Bug > > Components: databinding > > Affects Versions: 1.4.1, 1.4, 1.3, nightly > > Environment: ALL > > Reporter: Philippe Mouawad > > Assignee: Amila Chinthaka Suriarachchi > > Priority: Critical > > Fix For: 1.5 > > > > Attachments: axiom-api-fix.jar, NamespaceBug.zip, patch.diff > > > > Original Estimate: 24h > > Remaining Estimate: 24h > > > > When using XMLBeans as databinding layer. > > XML Requests and responses are very verbose due to same Namespaces being > declared and redeclared. > > Example: > > <?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv=" > http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><v1:getLocatedProducts > xmlns:v1="http://v1.product.ws.store.kingfisher.com"><v1:param0><xsd:callType > xmlns:xsd="http://data.v1.product.ws.store.kingfisher.com/xsd">1</xsd:callType><xsd:familyCode > xmlns:xsd="http://data.v1.product.ws.store.kingfisher.com/xsd">1</xsd:familyCode><xsd:moduleCode > xmlns:xsd="http://data.v1.product.ws.store.kingfisher.com/xsd">1</xsd:moduleCode><xsd:subFamilyCode > xmlns:xsd="http://data.v1.product.ws.store.kingfisher.com/xsd > ">1</xsd:subFamilyCode></v1:param0></v1:getLocatedProducts></soapenv:Body></soapenv:Envelope> > > You see that http://data.v1.product.ws.store.kingfisher.com/xsd is > declared 4 times instead of one. > > Philippe Mouawad > > www.ubik-ingenierie.com > > -- > This message is automatically generated by JIRA. > - > You can reply to this email to add a comment to the issue online. > > -- Cordialement. Philippe Mouawad. Ubik-Ingenierie.
