Hi Luciano, did you have a look at the JIRA issue TUSCANY-3595? I do not find a solution.
greetings, Alex Am 22.06.10 23:03 schrieb "Luciano Resende" unter <[email protected]>: > On Tue, Jun 22, 2010 at 10:05 AM, Alexander Blotny > <[email protected]> wrote: >> Hi, >> >> I am still trying to get REST working in Tuscany M5. >> >> I changed the tuscany-binding-rest-runtime-2.0-M5.jar Manifest file as >> attached. At first the >> org.apache.tuscany.sca.interfacedef.java;version=2.0.0 import was missing as >> filed in https://issues.apache.org/jira/browse/TUSCANY-3595. Secondly a >> package was resolved from a wrong bundle resulting in: >> >> java.lang.NoClassDefFoundError: >> org/apache/tuscany/sca/core/invocation/ProxyFactory >> >> The package org.apache.tuscany.sca.invocation is exported by >> org.apache.tuscany.sca.core bundle and org.apache.tuscany.sca.core.spi >> bundle. >> I have added following line in manifest to use the right bundle: >> Require-Bundle: org.apache.tuscany.sca.core >> >> Not sure if this should be done in that way... >> >> Nevertheless the next exception occurred and I don't know what to do for >> solving that issue. I attached the error log. >> >> Thanks in advance for some help. >> >> greetings, >> Alex >> > > I have assigned the JIRA to myself, and I'm going to start looking at > this today in my "night shift" :)
