Re: problem for dependency to google guice fragment bundles due to deployment order

2011-05-22 Thread Eric Yung
3.0 modules renaming, the Guice 3.0 module will be loaded into the system earlier than my modules 'com.abc.bundle1' and 'com.abc.bundle2' start Felix 3.2.1 and there is NO 'conflict of imports' error Eric On 22 May 2011, at 9:59 PM, Richard S. Hall wrote: > C

Re: problem for dependency to google guice fragment bundles due to deployment order

2011-05-21 Thread Eric Yung
en it complains, then there is nothing > to worry about. > > -> richard > > On 5/21/11 14:39, Eric Yung wrote: >> Hi, >> >> I have tried to use the Google Guice 3.0 bundles in Felix 3.2.1, the bundles >> includes one main bundle and several fragmen

problem for dependency to google guice fragment bundles due to deployment order

2011-05-21 Thread Eric Yung
Hi, I have tried to use the Google Guice 3.0 bundles in Felix 3.2.1, the bundles includes one main bundle and several fragment bundles. But I found a strange behavior when starting the Felix framework when the Guice bundles and my bundle deployed in the /bundle directory and the my bundle is de