On Mon, Apr 30, 2012 at 6:51 AM, Nestor Urquiza <[email protected]> wrote: > I use a plugin to automatically detect duplicated classes and that is why I > found there is indeed an issue. You can see it yourself: > > > nestor-nu:lib nestor$ jar tvf camel-core-2.9.2.jar | grep > "org.apache.camel.component.test.TestEndpoint" > 1272 Thu Apr 12 07:26:26 EDT 2012 > org/apache/camel/component/test/TestEndpoint$1.class > 2410 Thu Apr 12 07:26:26 EDT 2012 > org/apache/camel/component/test/TestEndpoint.class > nestor-nu:lib nestor$ jar tvf camel-spring-2.9.2.jar | grep > "org.apache.camel.component.test.TestEndpoint" > 1272 Thu Apr 12 07:26:26 EDT 2012 > org/apache/camel/component/test/TestEndpoint$1.class > 2410 Thu Apr 12 07:26:26 EDT 2012 > org/apache/camel/component/test/TestEndpoint.class >
Ah thanks. The source code dont have these components. But we got bitten by the OSGi beast. I have logged a ticket https://issues.apache.org/jira/browse/CAMEL-5233 > > -- > View this message in context: > http://camel.465427.n5.nabble.com/duplicated-classes-in-camel-core-and-camel-spring-2-9-2-tp5674967p5675072.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- CamelOne 2012 Conference, May 15-16, 2012: http://camelone.com FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
