You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Jan Arend Jansen (JIRA)" <ji...@apache.org> on 2007/11/29 13:29:43 UTC

[jira] Created: (ODE-215) Missing dependency in ode-jbi-1.1.zip

Missing dependency in ode-jbi-1.1.zip
-------------------------------------

                 Key: ODE-215
                 URL: https://issues.apache.org/jira/browse/ODE-215
             Project: ODE
          Issue Type: Bug
          Components: JBI Integration
    Affects Versions: 1.1
         Environment: Servicemix 3.2
            Reporter: Jan Arend Jansen


The ode-jbi installer does not correctly install on ServiceMix 3.2.
This is caused by the fact the SM 3.2 uses later versions of geronimo libraries. 
In particular the geronimo-connector library: In SM this is version 2.0.1 and ODE is compiled to 1.2-beta. As the ODE jbi installer does not have a local geronimo-connector-1.2-beta, it falls back to the SM 2.0.1. version causing a "NoSuchMethod" exception during installation.

This can be fixed by adding geronimo-connector-1.2-beta.jar to the lib dir of ODE-jbi-1.1.jar and adding it to both classpaths in the META-INF/jbi.xml.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ODE-215) Missing dependency in ode-jbi-1.1.zip

Posted by "Ralf Sigmund (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ODE-215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12592300#action_12592300 ] 

Ralf Sigmund commented on ODE-215:
----------------------------------

This has been fixed in the trunk:

Revision: 611294
Author: vanto
Date: 21:33:25, Freitag, 11. Januar 2008
Message:
issue ODE-224: Upgrade Geronimo libs to 2.0.1 
http://issues.apache.org/jira/browse/ODE-224 
----
Modified : /ode/trunk/Rakefile
Modified : /ode/trunk/il-common/src/main/java/org/apache/ode/il/dbutil/Database.java

It is important to delete the servicemix data directory before putting the new version into the hotdeploy folder. Otherwise the changes are not becoming effective.


> Missing dependency in ode-jbi-1.1.zip
> -------------------------------------
>
>                 Key: ODE-215
>                 URL: https://issues.apache.org/jira/browse/ODE-215
>             Project: ODE
>          Issue Type: Bug
>          Components: JBI Integration
>    Affects Versions: 1.1
>         Environment: Servicemix 3.2
>            Reporter: Jan Arend Jansen
>
> The ode-jbi installer does not correctly install on ServiceMix 3.2.
> This is caused by the fact the SM 3.2 uses later versions of geronimo libraries. 
> In particular the geronimo-connector library: In SM this is version 2.0.1 and ODE is compiled to 1.2-beta. As the ODE jbi installer does not have a local geronimo-connector-1.2-beta, it falls back to the SM 2.0.1. version causing a "NoSuchMethod" exception during installation.
> This can be fixed by adding geronimo-connector-1.2-beta.jar to the lib dir of ODE-jbi-1.1.jar and adding it to both classpaths in the META-INF/jbi.xml.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (ODE-215) Missing dependency in ode-jbi-1.1.zip

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

Matthieu Riou resolved ODE-215.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2

> Missing dependency in ode-jbi-1.1.zip
> -------------------------------------
>
>                 Key: ODE-215
>                 URL: https://issues.apache.org/jira/browse/ODE-215
>             Project: ODE
>          Issue Type: Bug
>          Components: JBI Integration
>    Affects Versions: 1.1
>         Environment: Servicemix 3.2
>            Reporter: Jan Arend Jansen
>             Fix For: 1.2
>
>
> The ode-jbi installer does not correctly install on ServiceMix 3.2.
> This is caused by the fact the SM 3.2 uses later versions of geronimo libraries. 
> In particular the geronimo-connector library: In SM this is version 2.0.1 and ODE is compiled to 1.2-beta. As the ODE jbi installer does not have a local geronimo-connector-1.2-beta, it falls back to the SM 2.0.1. version causing a "NoSuchMethod" exception during installation.
> This can be fixed by adding geronimo-connector-1.2-beta.jar to the lib dir of ODE-jbi-1.1.jar and adding it to both classpaths in the META-INF/jbi.xml.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.