[ 
https://issues.apache.org/jira/browse/ODE-982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13657825#comment-13657825
 ] 

Hudson commented on ODE-982:
----------------------------

Integrated in ODE-1.x #191 (See [https://builds.apache.org/job/ODE-1.x/191/])
    fixing ODE-982 (Revision 14e659b577176a44e2ca13a2016e289ca692ad8e)

     Result = FAILURE
vanto : 
Files : 
* bpel-epr/src/main/java/org/apache/ode/il/DynamicService.java

                
> 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

Reply via email to