-
Bug
-
Resolution: Done
-
Major
-
jboss-fuse-6.2
-
None
-
%
-
-
-
6.3 Sprint 2 (1-Feb - 26-Feb)
When a Camel route is specified using Spring XML, as part of a profile to be deployed in fabric, in the past it has proven necessary to add an <osgi:reference> definition to the Spring configuration, to ensure that application components do not start up before system ones (ActiveMQ, CXF). For ActiveMQ, for example, a typical formuation was:
<osgi:reference id="amqcomp" interface="org.apache.camel.spi.ComponentResolver" filter="(component=amq)" cardinality="1..1"/>
This formulation no longer works in Fuse 6.2, so applications fail to start more often than not. A workaround is to remove and re-add the application's profile to the container after it has started, but this is inconvenient.
- is blocked by
-
ENTESB-4809 Back port KARAF-4155
-
- Closed
-
- is related to
-
CAMEL-8770 Loading...
-
KARAF-4155 Loading...