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.