Re: SDO in Eclipse Plug-in

2008-05-30 Thread Eric S Rose
removed] Re: SDO in Eclipse Plug-in Tomasz Klukowski to: tuscany-user 05/20/2008 04:58 PM Please respond to tuscany-user. Eric, As you wrote, I had Tuscany in four .jar (api, impl, lib, tools) files added to my build-path. I appended the line: Eclipse-BuddyPolicy: dependent

Re: SDO in Eclipse Plug-in

2008-05-12 Thread Adriano Crestani
Hi Tomasz, What is the SDO version you are using? Have you tried to debug in the SDO source code to check where exactly it stops? Regards, Adriano Crestani On Mon, May 12, 2008 at 1:01 PM, Tomasz Klukowski [EMAIL PROTECTED] wrote: I want to make an Eclipse Plug-in that uses Apache Tuscany

Re: Re: SDO in Eclipse Plug-in

2008-05-12 Thread Tomasz Klukowski
I'm currently using SDO v. 1.1 Fragment of the code of the Plug-in Activator: public Activator() { plugin = this; try { scope = SDOUtil.createHelperContext(); } catch (Throwable e) { e.printStackTrace(); } } And the list of errors shown when I run the Plug-in: