[
https://issues.apache.org/activemq/browse/CAMEL-2586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Johan Edstrom updated CAMEL-2586:
---------------------------------
Attachment: TypeConverters.patch
An additional patch file that takes care of loading in the full TypeConverter
registry
from the classpath, this enables routes like
mina:udp://0.0.0.0:10514 to work as the body otherwise would come in as null
without any real error message.
During loading it'll override the existing registry and provide additional
converters as follows:
[2010-03-28 15:56:12.629] DEBUG pool-9-thread-2
org.eclipse.osgi.framework.internal.core.BundleHost
edu.ucar.ral.wcsri.logging.internal.OsgiLogAdapter - Using only osgi bundle
classloader
[2010-03-28 15:56:12.629] DEBUG pool-9-thread-2
org.eclipse.osgi.framework.internal.core.BundleHost
edu.ucar.ral.wcsri.logging.internal.OsgiLogAdapter - Loading from osgi bundle
using classloader: BundleDelegatingClassLoader for [camel-mina
(org.apache.camel.camel-mina)]
[2010-03-28 15:56:12.705] DEBUG pool-9-thread-2
org.eclipse.osgi.framework.internal.core.BundleHost
edu.ucar.ral.wcsri.logging.internal.OsgiLogAdapter - Found: [class
org.apache.camel.component.mina.MinaConverter]
[2010-03-28 15:56:12.705] DEBUG pool-9-thread-2
org.eclipse.osgi.framework.internal.core.BundleHost
edu.ucar.ral.wcsri.logging.internal.OsgiLogAdapter - Loading converter class:
org.apache.camel.component.mina.MinaConverter
> Camel-blueprint component enhancement with an osgi class resolver from
> camel-osgi
> ---------------------------------------------------------------------------------
>
> Key: CAMEL-2586
> URL: https://issues.apache.org/activemq/browse/CAMEL-2586
> Project: Apache Camel
> Issue Type: Improvement
> Reporter: Johan Edstrom
> Assignee: Claus Ibsen
> Priority: Minor
> Fix For: 2.3.0
>
> Attachments: camel-blueprint-osgi-resolv.patch, TypeConverters.patch
>
>
> Simple patch to allow the camel-blueprint namespacehandler resolve components
> outside the core language.
> This makes it possible to use blueprint and routes such as
> from:myOwnComponent or from:jms
> in a blueprint like manner along the lines of a spring context.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.