Hi Charles, Can you try the camel trunk's camel-quickfix component? When I applied your patch , I found you did update the META-INF files after rename the component's package name. I test it with PAX-Exam, every thing looks good. You don't need to declare the beans.
Willem Charles Moulliard wrote: > Willem, > > Any idea how to avoid to declare the beans in the spring xml file ? > > <bean id="quickfix-server" > class="org.apache.camel.component.quickfix.QuickfixAcceptor"/> > <bean id="quickfix-client" > class="org.apache.camel.component.quickfix.QuickfixInitiator"/> > > > <camel:camelContext trace="true" xmlns=" > http://camel.apache.org/schema/osgi"> > <camel:route> > <camel:from uri="quickfix-server:META-INF/examples/server.cfg"/> > <camel:to uri="quickfix-client:META-INF/examples/client.cfg"/> > </camel:route> > </camel:camelContext> > > Normally, these classes should be instantiated by the camel endpoint (is is > correct what I say or I'm completely stupid) ? > > Regards, > > Charles Moulliard > Senior Enterprise Architect > Apache Camel Committer > > ***************************** > blog : http://cmoulliard.blogspot.com > >
