[ https://issues.apache.org/jira/browse/ODE-982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tammo van Lessen resolved ODE-982. ---------------------------------- Resolution: Fixed Fix Version/s: 1.4 Assignee: Tammo van Lessen Removed the usage of NamespaceImpl and replaced it by elmt.declareDefaultNamespace("") as suggested. Could you please verify that the bundle deps are now correct? > axiom is not on ODE features list > --------------------------------- > > Key: ODE-982 > URL: https://issues.apache.org/jira/browse/ODE-982 > Project: ODE > Issue Type: Bug > Components: BPEL Runtime > Affects Versions: 1.3.5 > Reporter: Mateusz Nowakowski > Assignee: Tammo van Lessen > Fix For: 1.3.6, 1.4 > > > ODE under OSGi > The following dependencies seems mandatory, but they are not: > org.apache.axiom.om;resolution:=optional, > org.apache.axiom.om.impl.builder;resolution:=optional, > org.apache.axiom.om.impl.dom;resolution:=optional, > Adding: > <bundle>mvn:org.apache.ws.commons.axiom/axiom-api/1.2.12</bundle> > <bundle>mvn:org.apache.ws.commons.axiom/axiom-impl/1.2.12</bundle> > <bundle>mvn:org.apache.ws.commons.axiom/axiom-dom/1.2.12</bundle> > doesn't fix the last one dependecny: > org.apache.axiom.om.impl.dom;resolution:=optional, > because axiom-dom doesn't export any packag (and it seams reasonable) > The only usage org.apache.axiom.om.impl.dom is in: > org.apache.ode.il.DynamicService class: > line: 137 elmt.setNamespace(new NamespaceImpl("")); > and it should be replaced via: > elmt.setNamespace(elmt.declareDefaultNamespace("")) > or simply removed because elmt.getDefaultNamespace() returns namespace from > parent node. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira