Greetings, I am having a bit of an issue and I think it may be solved
potentially by defining something currently available in blueprint config,
to spring config.  I am integrating activiti and camel using the
camel-activiti bundle, and currently through my spring config I have hit a
bit of a wall.

Looking at the examples available, it seems there is a blueprint config such
as follows that if defined would alleviate the issue I am facing. 
Unfortunately I don't have time to redo all the spring configuration that
already exists, so I am hoping I can migrate this to spring

    <service interface="org.activiti.camel.ContextProvider">
        <bean class="org.activiti.camel.SimpleContextProvider">
            <argument value="OrderProcess"/>
            <argument ref="camelContext"/>
        </bean>
    </service>

How can I leverage the same thing in spring, or is that not a possibility? 
Can spring and blueprint be using in conjunction with each other somehow?





--
View this message in context: 
http://servicemix.396122.n5.nabble.com/Blueprint-definition-to-spring-config-tp5722970.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to