Tom, I'm no OSGi expert, but I note in Bryan's post to tuscany-user [1] that he has the Bundle-SymbolicName org.apache.tuscany.sdo.spec whereas you have commonj.sdo. Is this the answer? Regards, Kelvin.
[1] http://mail-archives.apache.org/mod_mbox/ws-tuscany-user/200705.mbox/[EMAIL PROTECTED] On 17/06/07, Thomas Kuhn <[EMAIL PROTECTED]> wrote:
Hi, I want to use SDO for my Eclipse RCP application. I can compile it, however when I run the application, I get a java.lang.NoClassDefFoundError: commonj/sdo/DataObject Here the modified manifest: Manifest-Version: 1.0 Archiver-Version: Plexus Archiver Created-By: Apache Maven Built-By: ibm_user Build-Jdk: 1.5.0 Extension-Name: sdo-api-r2.1 Specification-Title: API classes for Service Data Objects Specification-Vendor: Apache Software Foundation Implementation-Vendor: Apache Software Foundation Implementation-Title: sdo-api-r2.1 Implementation-Version: 1.0-incubating-beta1 Export-Package: commonj.sdo.impl;version=2.1, commonj.sdo;version=2.1, commonj.sdo.helper;version=2.1 Bundle-Version: 1.0.0 Bundle-SymbolicName: commonj.sdo Bundle-Name: SDO API Bundle-Localization: plugin Bundle-Vendor: Apache Software Foundation Bundle-Classpath: . Bundle-Description: API classes for Service Data Objects I changed the bundle version to 1.0.0, as discussed in another thread of this list. Any ideas? Further, I did not find the following plugin: org.apache.tuscany.sdo.spec. Where is it located at? Thanks in advance, Tom.
