Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Riena » Riena Launch configuration
Riena Launch configuration [message #4559] Thu, 12 June 2008 12:15 Go to next message
Eclipse UserFriend
Originally posted by: ekkehard.gentz-software.de

christian,

looking at your OSGI launch configurations
(PingPong Server, Sample App Server)
where you start always all bundles

is this the recommended way ?
or is it possible to install all, but only to start
a minimum set of bundles and riena handles
starting other bundles if needed ?

I'm just configuring some scenarios where Riena
runs together with others.... try to figure out
different sets of target platform bundles, launch configs etc.

I've done the same for 'use of EasyBeans with Equinox 3.4',
http://ekkes-corner.blogspot.com/2008/06/easybeans-und-equin ox.html

now I'm configuring 'Riena with Equinox 3.4' and then
'Riena + EasyBeans with Equinox 3.4' ...

thx for info

ekke
btw: trying out some target configurations for Riena with
Equinox 3.4 I run into some problems with Target Platforms
from different locations with different versions of the same plugin
http://ekkes-corner.blogspot.com/2008/06/pde-target-platform -from-different.html)
perhaps someone else needs this functionality and votes for
https://bugs.eclipse.org/bugs/show_bug.cgi?id=233095 and
https://bugs.eclipse.org/bugs/show_bug.cgi?id=233096 - thx
Re: Riena Launch configuration [message #5046 is a reply to message #4559] Tue, 17 June 2008 18:27 Go to previous messageGo to next message
Christian Campo is currently offline Christian CampoFriend
Messages: 597
Registered: July 2009
Senior Member
Is this the way ? Starting all bundles is the only way that you can guarantee that all OSGi Services that you need are
started. If you dont need them Services then you dont need to start all bundles.

You dont need to run Riena applications as OSGi Framework launcher. You can also use Eclipse Application as a typ. Check
out the need code that we have in CVS (riena.example.client)

Sorry we still havnt come across to run Riena with Eclipse 3.4.

christian


ekke schrieb:
> christian,
>
> looking at your OSGI launch configurations
> (PingPong Server, Sample App Server)
> where you start always all bundles
>
> is this the recommended way ?
> or is it possible to install all, but only to start
> a minimum set of bundles and riena handles
> starting other bundles if needed ?
>
> I'm just configuring some scenarios where Riena
> runs together with others.... try to figure out
> different sets of target platform bundles, launch configs etc.
>
> I've done the same for 'use of EasyBeans with Equinox 3.4',
> http://ekkes-corner.blogspot.com/2008/06/easybeans-und-equin ox.html
>
> now I'm configuring 'Riena with Equinox 3.4' and then
> 'Riena + EasyBeans with Equinox 3.4' ...
>
> thx for info
>
> ekke
> btw: trying out some target configurations for Riena with
> Equinox 3.4 I run into some problems with Target Platforms
> from different locations with different versions of the same plugin
> http://ekkes-corner.blogspot.com/2008/06/pde-target-platform -from-different.html)
>
> perhaps someone else needs this functionality and votes for
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=233095 and
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=233096 - thx
Re: Riena Launch configuration [message #5116 is a reply to message #5046] Tue, 17 June 2008 18:36 Go to previous message
Eclipse UserFriend
Originally posted by: ekkehard.gentz-software.de

hi christian,

thanks for your answers...

you know I'm new to Riena and so excuse some of my questions -
I only want to know if I understood all right how Riena works

at the same time I'm testing and learning EasyBeans -
and Easybeans per ex. goes another way to start up:
they have an Easybeans agent bundle which itself then starts
all needed components of Easybeans in the correct order

in my current configuration where Riena runs together with
easybeans I do it the recommended ways:
* start all bundles Riena needs
* install all bundles Easybeans needs and start easybeans.agent
* then I start a Riena server

all unit tests run from Riena and all examples run from Easybeans
later this week I'll do 'real' work with this...
....and will report about it of course

ekke

Christian Campo schrieb:
> Is this the way ? Starting all bundles is the only way that you can
> guarantee that all OSGi Services that you need are started. If you dont
> need them Services then you dont need to start all bundles.
>
> You dont need to run Riena applications as OSGi Framework launcher. You
> can also use Eclipse Application as a typ. Check out the need code that
> we have in CVS (riena.example.client)
>
> Sorry we still havnt come across to run Riena with Eclipse 3.4.
>
> christian
>
>
> ekke schrieb:
>> christian,
>>
>> looking at your OSGI launch configurations
>> (PingPong Server, Sample App Server)
>> where you start always all bundles
>>
>> is this the recommended way ?
>> or is it possible to install all, but only to start
>> a minimum set of bundles and riena handles
>> starting other bundles if needed ?
>>
>> I'm just configuring some scenarios where Riena
>> runs together with others.... try to figure out
>> different sets of target platform bundles, launch configs etc.
>>
>> I've done the same for 'use of EasyBeans with Equinox 3.4',
>> http://ekkes-corner.blogspot.com/2008/06/easybeans-und-equin ox.html
>>
>> now I'm configuring 'Riena with Equinox 3.4' and then
>> 'Riena + EasyBeans with Equinox 3.4' ...
>>
>> thx for info
>>
>> ekke
>> btw: trying out some target configurations for Riena with
>> Equinox 3.4 I run into some problems with Target Platforms
>> from different locations with different versions of the same plugin
>> http://ekkes-corner.blogspot.com/2008/06/pde-target-platform -from-different.html)
>>
>> perhaps someone else needs this functionality and votes for
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=233095 and
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=233096 - thx
Re: Riena Launch configuration [message #572144 is a reply to message #4559] Tue, 17 June 2008 18:27 Go to previous message
Christian Campo is currently offline Christian CampoFriend
Messages: 597
Registered: July 2009
Senior Member
Is this the way ? Starting all bundles is the only way that you can guarantee that all OSGi Services that you need are
started. If you dont need them Services then you dont need to start all bundles.

You dont need to run Riena applications as OSGi Framework launcher. You can also use Eclipse Application as a typ. Check
out the need code that we have in CVS (riena.example.client)

Sorry we still havnt come across to run Riena with Eclipse 3.4.

christian


ekke schrieb:
> christian,
>
> looking at your OSGI launch configurations
> (PingPong Server, Sample App Server)
> where you start always all bundles
>
> is this the recommended way ?
> or is it possible to install all, but only to start
> a minimum set of bundles and riena handles
> starting other bundles if needed ?
>
> I'm just configuring some scenarios where Riena
> runs together with others.... try to figure out
> different sets of target platform bundles, launch configs etc.
>
> I've done the same for 'use of EasyBeans with Equinox 3.4',
> http://ekkes-corner.blogspot.com/2008/06/easybeans-und-equin ox.html
>
> now I'm configuring 'Riena with Equinox 3.4' and then
> 'Riena + EasyBeans with Equinox 3.4' ...
>
> thx for info
>
> ekke
> btw: trying out some target configurations for Riena with
> Equinox 3.4 I run into some problems with Target Platforms
> from different locations with different versions of the same plugin
> http://ekkes-corner.blogspot.com/2008/06/pde-target-platform -from-different.html)
>
> perhaps someone else needs this functionality and votes for
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=233095 and
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=233096 - thx
Re: Riena Launch configuration [message #572175 is a reply to message #5046] Tue, 17 June 2008 18:36 Go to previous message
Eclipse UserFriend
Originally posted by: ekkehard.gentz-software.de

hi christian,

thanks for your answers...

you know I'm new to Riena and so excuse some of my questions -
I only want to know if I understood all right how Riena works

at the same time I'm testing and learning EasyBeans -
and Easybeans per ex. goes another way to start up:
they have an Easybeans agent bundle which itself then starts
all needed components of Easybeans in the correct order

in my current configuration where Riena runs together with
easybeans I do it the recommended ways:
* start all bundles Riena needs
* install all bundles Easybeans needs and start easybeans.agent
* then I start a Riena server

all unit tests run from Riena and all examples run from Easybeans
later this week I'll do 'real' work with this...
....and will report about it of course

ekke

Christian Campo schrieb:
> Is this the way ? Starting all bundles is the only way that you can
> guarantee that all OSGi Services that you need are started. If you dont
> need them Services then you dont need to start all bundles.
>
> You dont need to run Riena applications as OSGi Framework launcher. You
> can also use Eclipse Application as a typ. Check out the need code that
> we have in CVS (riena.example.client)
>
> Sorry we still havnt come across to run Riena with Eclipse 3.4.
>
> christian
>
>
> ekke schrieb:
>> christian,
>>
>> looking at your OSGI launch configurations
>> (PingPong Server, Sample App Server)
>> where you start always all bundles
>>
>> is this the recommended way ?
>> or is it possible to install all, but only to start
>> a minimum set of bundles and riena handles
>> starting other bundles if needed ?
>>
>> I'm just configuring some scenarios where Riena
>> runs together with others.... try to figure out
>> different sets of target platform bundles, launch configs etc.
>>
>> I've done the same for 'use of EasyBeans with Equinox 3.4',
>> http://ekkes-corner.blogspot.com/2008/06/easybeans-und-equin ox.html
>>
>> now I'm configuring 'Riena with Equinox 3.4' and then
>> 'Riena + EasyBeans with Equinox 3.4' ...
>>
>> thx for info
>>
>> ekke
>> btw: trying out some target configurations for Riena with
>> Equinox 3.4 I run into some problems with Target Platforms
>> from different locations with different versions of the same plugin
>> http://ekkes-corner.blogspot.com/2008/06/pde-target-platform -from-different.html)
>>
>> perhaps someone else needs this functionality and votes for
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=233095 and
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=233096 - thx
Previous Topic:Riena 1.0.0M2 + eclipse 3.4.M7
Next Topic:logging with riena
Goto Forum:
  


Current Time: Tue Mar 19 11:15:46 GMT 2024

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

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

Back to the top