Mateusz Nowakowski created ODE-982: -------------------------------------- Summary: 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 Fix For: 1.3.6
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. 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