Skip to main content



      Home
Home » Archived » Riena » Riena Remote with org.eclipse.ui dependency
Riena Remote with org.eclipse.ui dependency [message #488600] Tue, 29 September 2009 08:12 Go to next message
Eclipse UserFriend
Dear Riena Group,

in my post before I report from a invalid Activator problem. I explore
it and my result is that this exception occur if a Plug-in has a
dependency to org.eclipse.ui. Now my question: Is it possible to publish
remote services with org.eclipse.ui dependency?
If yes, how can I do it?
If no, are there any ideas or thinkings in this direction in the future
development of riena?

Thanks in advance

Waldi
Re: Riena Remote with org.eclipse.ui dependency [message #488862 is a reply to message #488600] Wed, 30 September 2009 10:07 Go to previous messageGo to next message
Eclipse UserFriend
Hi Waldi,

Sorry for replying so late!

Does your server bundle (containing the remote service) has the
dependency to org.eclipse.ui?

Tschüß,
Stefan

Waldi Waldemar wrote:
> Dear Riena Group,
>
> in my post before I report from a invalid Activator problem. I explore
> it and my result is that this exception occur if a Plug-in has a
> dependency to org.eclipse.ui. Now my question: Is it possible to publish
> remote services with org.eclipse.ui dependency?
> If yes, how can I do it?
> If no, are there any ideas or thinkings in this direction in the future
> development of riena?
>
> Thanks in advance
>
> Waldi
Re: Riena Remote with org.eclipse.ui dependency [message #488940 is a reply to message #488862] Wed, 30 September 2009 15:05 Go to previous messageGo to next message
Eclipse UserFriend
Not directly. A dependency of it has a dependency to org.eclipse.ui.

Stefan Liebig schrieb:
> Hi Waldi,
>
> Sorry for replying so late!
>
> Does your server bundle (containing the remote service) has the
> dependency to org.eclipse.ui?
>
> Tschüß,
> Stefan
>
> Waldi Waldemar wrote:
>> Dear Riena Group,
>>
>> in my post before I report from a invalid Activator problem. I explore
>> it and my result is that this exception occur if a Plug-in has a
>> dependency to org.eclipse.ui. Now my question: Is it possible to
>> publish remote services with org.eclipse.ui dependency?
>> If yes, how can I do it?
>> If no, are there any ideas or thinkings in this direction in the
>> future development of riena?
>>
>> Thanks in advance
>>
>> Waldi
Re: Riena Remote with org.eclipse.ui dependency [message #488985 is a reply to message #488940] Thu, 01 October 2009 02:08 Go to previous message
Eclipse UserFriend
Hi Waldi,

Hmm, I added a dependency to org.eclipse.ui (and some required bundles)
to a server. Additionally I created a display with:
Display display = PlatformUI.createDisplay();
display.beep();
within the activator of the server bundle. It starts and beeps as
expected but did not cause any exceptions.

What was the exception that you had?

Tschüß,
Stefan

Waldi Waldemar wrote:
> Not directly. A dependency of it has a dependency to org.eclipse.ui.
>
> Stefan Liebig schrieb:
>> Hi Waldi,
>>
>> Sorry for replying so late!
>>
>> Does your server bundle (containing the remote service) has the
>> dependency to org.eclipse.ui?
>>
>> Tschüß,
>> Stefan
>>
>> Waldi Waldemar wrote:
>>> Dear Riena Group,
>>>
>>> in my post before I report from a invalid Activator problem. I
>>> explore it and my result is that this exception occur if a Plug-in
>>> has a dependency to org.eclipse.ui. Now my question: Is it possible
>>> to publish remote services with org.eclipse.ui dependency?
>>> If yes, how can I do it?
>>> If no, are there any ideas or thinkings in this direction in the
>>> future development of riena?
>>>
>>> Thanks in advance
>>>
>>> Waldi
Re: Riena Remote with org.eclipse.ui dependency [message #583664 is a reply to message #488600] Wed, 30 September 2009 10:07 Go to previous message
Eclipse UserFriend
Hi Waldi,

Sorry for replying so late!

Does your server bundle (containing the remote service) has the
dependency to org.eclipse.ui?

Tschüß,
Stefan

Waldi Waldemar wrote:
> Dear Riena Group,
>
> in my post before I report from a invalid Activator problem. I explore
> it and my result is that this exception occur if a Plug-in has a
> dependency to org.eclipse.ui. Now my question: Is it possible to publish
> remote services with org.eclipse.ui dependency?
> If yes, how can I do it?
> If no, are there any ideas or thinkings in this direction in the future
> development of riena?
>
> Thanks in advance
>
> Waldi
Re: Riena Remote with org.eclipse.ui dependency [message #583677 is a reply to message #488862] Wed, 30 September 2009 15:05 Go to previous message
Eclipse UserFriend
Not directly. A dependency of it has a dependency to org.eclipse.ui.

Stefan Liebig schrieb:
> Hi Waldi,
>
> Sorry for replying so late!
>
> Does your server bundle (containing the remote service) has the
> dependency to org.eclipse.ui?
>
> Tschüß,
> Stefan
>
> Waldi Waldemar wrote:
>> Dear Riena Group,
>>
>> in my post before I report from a invalid Activator problem. I explore
>> it and my result is that this exception occur if a Plug-in has a
>> dependency to org.eclipse.ui. Now my question: Is it possible to
>> publish remote services with org.eclipse.ui dependency?
>> If yes, how can I do it?
>> If no, are there any ideas or thinkings in this direction in the
>> future development of riena?
>>
>> Thanks in advance
>>
>> Waldi
Re: Riena Remote with org.eclipse.ui dependency [message #583724 is a reply to message #488940] Thu, 01 October 2009 02:08 Go to previous message
Eclipse UserFriend
Hi Waldi,

Hmm, I added a dependency to org.eclipse.ui (and some required bundles)
to a server. Additionally I created a display with:
Display display = PlatformUI.createDisplay();
display.beep();
within the activator of the server bundle. It starts and beeps as
expected but did not cause any exceptions.

What was the exception that you had?

Tschüß,
Stefan

Waldi Waldemar wrote:
> Not directly. A dependency of it has a dependency to org.eclipse.ui.
>
> Stefan Liebig schrieb:
>> Hi Waldi,
>>
>> Sorry for replying so late!
>>
>> Does your server bundle (containing the remote service) has the
>> dependency to org.eclipse.ui?
>>
>> Tschüß,
>> Stefan
>>
>> Waldi Waldemar wrote:
>>> Dear Riena Group,
>>>
>>> in my post before I report from a invalid Activator problem. I
>>> explore it and my result is that this exception occur if a Plug-in
>>> has a dependency to org.eclipse.ui. Now my question: Is it possible
>>> to publish remote services with org.eclipse.ui dependency?
>>> If yes, how can I do it?
>>> If no, are there any ideas or thinkings in this direction in the
>>> future development of riena?
>>>
>>> Thanks in advance
>>>
>>> Waldi
Previous Topic:RAP with Riena Remote Service Support
Next Topic:RAP with Riena Remote Service Support
Goto Forum:
  


Current Time: Tue Jul 22 19:21:01 EDT 2025

Powered by FUDForum. Page generated in 0.35127 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top