Alternative for org.apache.aries.blueprint.synchronous=true in the etc/config.properties in Spring
Issue
-
We have a basic ESB Fuse test project set up with the following spring modules:
simple-datasource & simple-service. -
Sometimes the
simple-datasourcetakes to be implemented , causing that when thesimple-servicealready implemented and not finding thesimple-datasourceremains in failed state
there any way that the service wait for the datasource is completed to implement then implemented ? -
In blueprint exist the property:
org.apache.aries.blueprint.synchronous=truein theetc/config.propertiesfile.
Is there an alternative for this if we are using spring ?
Environment
- Red Hat JBoss Fuse
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.