Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Riena » Riena Remote with org.eclipse.ui dependency
Riena Remote with org.eclipse.ui dependency [message #488600] Tue, 29 September 2009 12:12 Go to next message
Waldi  is currently offline Waldi Friend
Messages: 60
Registered: July 2009
Member
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 14:07 Go to previous messageGo to next message
Stefan Liebig is currently offline Stefan LiebigFriend
Messages: 124
Registered: July 2009
Senior Member
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 19:05 Go to previous messageGo to next message
Waldi  is currently offline Waldi Friend
Messages: 60
Registered: July 2009
Member
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 06:08 Go to previous message
Stefan Liebig is currently offline Stefan LiebigFriend
Messages: 124
Registered: July 2009
Senior Member
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 14:07 Go to previous message
Stefan Liebig is currently offline Stefan LiebigFriend
Messages: 124
Registered: July 2009
Senior Member
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 19:05 Go to previous message
Waldi  is currently offline Waldi Friend
Messages: 60
Registered: July 2009
Member
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 06:08 Go to previous message
Stefan Liebig is currently offline Stefan LiebigFriend
Messages: 124
Registered: July 2009
Senior Member
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: Thu Mar 28 11:45:07 GMT 2024

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

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

Back to the top