We have migrated to OSGI some time ago and we use ServiceMix 5.3.0 but at the
same time we also have to use smx 4.5.3
The problems is the following: everything works fine on 5.3.0 but doesn't
work on 4.5.3
Initially our app has been based on servlet container but later, we added
Blueprint support.
So that we have several web modules and module with datasources are
configured using blueprint which should be injected to web modules.

As above mentioned everything works fine using smx 5.3.0 as Blueprint beans
are initialized before Jetty and as soon as Jetty is started it has all
datasources.
But it doesn't work in smx 4.5.3 as Blueprint beans are loaded just after
Jetty therefore there are no datasources and app loading fails
I sincerely hope for your help that you can point an option out how I can
configure loading sequence and force Blueprint to load before Jetty



--
View this message in context: 
http://servicemix.396122.n5.nabble.com/ServiceMix-4-5-3-blueprint-servlet-containers-order-tp5722501.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to