[equinox-dev] bundles wiring and redeployment issues - hotswap

2013-01-30 Thread matteo rulli
I'm facing the following issue under OSGi environment: let's say I have a bundle A exporting com.mybiz.example package. This package, in its 1.0.0 version, contains a bean class MyBean so that public class MyBean { int var; public MyBean() { } public int getVar() { return

Re: [equinox-dev] bundles wiring and redeployment issues - hotswap

2013-01-30 Thread BJ Hargrave
] bundles wiring and redeployment issues - hotswap Sent by:equinox-dev-boun...@eclipse.org I'm facing the following issue under OSGi environment: let's say I have a bundle A exporting com.mybiz.example package. This package, in its 1.0.0 version, contains a bean class MyBean so

Re: [equinox-dev] bundles wiring and redeployment issues - hotswap

2013-01-30 Thread Alex Blewitt
You can't. You have a binding on the MyBean class in the code of both B and C so you are pinned to exactly that version. Alex Sent from my iPhone 4S On 30 Jan 2013, at 16:47, matteo rulli matteo.ru...@abodata.com wrote: I'm facing the following issue under OSGi environment: let's say I