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: