You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Mateusz Nowakowski (JIRA)" <ji...@apache.org> on 2012/11/20 16:16:59 UTC

[jira] [Created] (ODE-982) axiom is not on ODE features list

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

[jira] [Updated] (ODE-982) axiom is not on ODE features list

Posted by "Mateusz Nowakowski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mateusz Nowakowski updated ODE-982:
-----------------------------------

    Description: 
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.



  was:
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.



    
> 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.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