Hello,

I have a problem with deploying my bundle in smx (fuse 4.4.1-03-06 release).
When running in camel (through mvn camel:run) everything works fine with the
camel:mail producer allowing me to send attachments to an smtp server.
However when attempting to install my bundle I get the following exception
...

09:19:11,180 | ERROR | nsumer[incoming] | DefaultErrorHandler              |
88 - org.apache.camel.camel-core - 2.8.0.fuse-03-06 | Failed delivery for
exchangeId: ID-Admin-PC-61638-1336551343241-0-4. Exhausted after delivery
attempt: 1 caught: org.springframework.mail.MailSendException: Failed
messages: javax.mail.MessagingException: IOException while sending message;
  nested exception is:
        javax.activation.UnsupportedDataTypeException: image/jpeg;
 name="Chrysanthemum.jpg"; message exceptions (1) are:
Failed message 1: javax.mail.MessagingException: IOException while sending
message;
  nested exception is:
        javax.activation.UnsupportedDataTypeException: image/jpeg;
 name="Chrysanthemum.jpg"
org.springframework.mail.MailSendException: Failed messages:
javax.mail.MessagingException: IOException while sending message;
  nested exception is:
        javax.activation.UnsupportedDataTypeException: image/jpeg;
 name="Chrysanthemum.jpg"; message exceptions (1) are:
Failed message 1: javax.mail.MessagingException: IOException while sending
message;
  nested exception is:
        javax.activation.UnsupportedDataTypeException: image/jpeg;
 name="Chrysanthemum.jpg"
        at
org.springframework.mail.javamail.JavaMailSenderImpl.doSend(JavaMailSenderImpl.java:440)[74:org.springframework.context.support:3.0.5.RELEASE]
        at
org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:340)[74:org.springframework.context.support:3.0.5.RELEASE]
        at
org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:355)[74:org.springframework.context.support:3.0.5.RELEASE]
        at
org.springframework.mail.javamail.JavaMailSenderImpl.send(JavaMailSenderImpl.java:344)[74:org.springframework.context.support:3.0.5.RELEASE]
        at
org.apache.camel.component.mail.MailProducer.process(MailProducer.java:44)[214:org.apache.camel.camel-mail:2.8.0.fuse-03-06]
        at
org.apache.camel.impl.converter.AsyncProcessorTypeConverter$ProcessorToAsyncProcessorBridge.process(AsyncProcessorTypeConverter.java:50)[88:org.apache.camel.camel-core:2.8.0.fuse-03-06]
        at
org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:78)[88:org.apache.camel.camel-core:2.8.0.fuse-03-06]
        at
org.apache.camel.processor.SendProcessor$2.doInAsyncProducer(SendProcessor.java:114)[88:org.apache.camel.camel-core:2.8.0.fuse-03-06]
        at
org.apache.camel.impl.ProducerCache.doInAsyncProducer(ProducerCache.java:284)[88:org.apache.camel.camel-core:2.8.0.fuse-03-06]
        at
org.apache.camel.processor.SendProcessor.process(SendProcessor.java:109)[88:org.apache.camel.camel-core:2.8.0.fuse-03-06]
        at
org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:78)[88:org.apache.camel.camel-core:2.8.0.fuse-03-06]
        at
org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:98)[88:org.apache.camel.camel-core:2.8.0.fuse-03-06]
        at
org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:89)[88:org.apache.camel.camel-core:2.8.0.fuse-03-06]
        at
org.apache.camel.management.InstrumentationProcessor.process(InstrumentationProcessor.java:69)[88:org.apache.camel.camel-core:2.8.0.fuse-03-06]
        at
org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:78)[88:org.apache.camel.camel-core:2.8.0.fuse-03-06]
        at
org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:98)[88:org.apache.camel.camel-core:2.8.0.fuse-03-06]
        at
org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:89)[88:org.apache.camel.camel-core:2.8.0.fuse-03-06]
        at
org.apache.camel.processor.interceptor.TraceInterceptor.process(TraceInterceptor.java:99)[88:org.apache.camel.camel-core:2.8.0.fuse-03-06]
        at
org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:78)[88:org.apache.camel.camel-core:2.8.0.fuse-03-06]
        at
org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:98)[88:org.apache.camel.camel-core:2.8.0.fuse-03-06]
        at
org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:89)[88:org.apache.camel.camel-core:2.8.0.fuse-03-06]
        at
org.apache.camel.fabric.FabricTraceProcessor.process(FabricTraceProcessor.java:59)[88:org.apache.camel.camel-core:2.8.0.fuse-03-06]
        at
org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:78)[88:org.apache.camel.camel-core:2.8.0.fuse-03-06]
        at
org.apache.camel.processor.RedeliveryErrorHandler.processErrorHandler(RedeliveryErrorHandler.java:319)[88:org.apache.camel.camel-core:2.8.0.fuse-03-06]
        at
org.apache.camel.processor.RedeliveryErrorHandler.process(RedeliveryErrorHandler.java:210)[88:org.apache.camel.camel-core:2.8.0.fuse-03-06]
        at
org.apache.camel.processor.RouteContextProcessor.processNext(RouteContextProcessor.java:45)[88:org.apache.camel.camel-core:2.8.0.fuse-03-06]
        at
org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:89)[88:org.apache.camel.camel-core:2.8.0.fuse-03-06]
        at
org.apache.camel.processor.DefaultChannel.process(DefaultChannel.java:304)[88:org.apache.camel.camel-core:2.8.0.fuse-03-06]
        at
org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:78)[88:org.apache.camel.camel-core:2.8.0.fuse-03-06]
        at
org.apache.camel.processor.Pipeline.process(Pipeline.java:116)[88:org.apache.camel.camel-core:2.8.0.fuse-03-06]
        at
org.apache.camel.processor.Pipeline.process(Pipeline.java:79)[88:org.apache.camel.camel-core:2.8.0.fuse-03-06]
        at
org.apache.camel.processor.RouteContextProcessor.processNext(RouteContextProcessor.java:45)[88:org.apache.camel.camel-core:2.8.0.fuse-03-06]
        at
org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:89)[88:org.apache.camel.camel-core:2.8.0.fuse-03-06]
        at
org.apache.camel.processor.UnitOfWorkProcessor.processAsync(UnitOfWorkProcessor.java:150)[88:org.apache.camel.camel-core:2.8.0.fuse-03-06]
        at
org.apache.camel.processor.UnitOfWorkProcessor.process(UnitOfWorkProcessor.java:117)[88:org.apache.camel.camel-core:2.8.0.fuse-03-06]
        at
org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:78)[88:org.apache.camel.camel-core:2.8.0.fuse-03-06]
        at
org.apache.camel.processor.DelegateAsyncProcessor.processNext(DelegateAsyncProcessor.java:98)[88:org.apache.camel.camel-core:2.8.0.fuse-03-06]
        at
org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:89)[88:org.apache.camel.camel-core:2.8.0.fuse-03-06]
        at
org.apache.camel.management.InstrumentationProcessor.process(InstrumentationProcessor.java:69)[88:org.apache.camel.camel-core:2.8.0.fuse-03-06]
        at
org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:104)[88:org.apache.camel.camel-core:2.8.0.fuse-03-06]
        at
org.apache.camel.processor.DelegateAsyncProcessor.process(DelegateAsyncProcessor.java:85)[88:org.apache.camel.camel-core:2.8.0.fuse-03-06]
        at
org.apache.camel.component.jms.EndpointMessageListener.onMessage(EndpointMessageListener.java:91)[93:org.apache.camel.camel-jms:2.8.0.fuse-03-06]
        at
org.springframework.jms.listener.AbstractMessageListenerContainer.doInvokeListener(AbstractMessageListenerContainer.java:560)[94:org.springframework.jms:3.0.5.RELEASE]
        at
org.springframework.jms.listener.AbstractMessageListenerContainer.invokeListener(AbstractMessageListenerContainer.java:498)[94:org.springframework.jms:3.0.5.RELEASE]
        at
org.springframework.jms.listener.AbstractMessageListenerContainer.doExecuteListener(AbstractMessageListenerContainer.java:467)[94:org.springframework.jms:3.0.5.RELEASE]
        at
org.springframework.jms.listener.AbstractPollingMessageListenerContainer.doReceiveAndExecute(AbstractPollingMessageListenerContainer.java:325)[94:org.springframework.jms:3.0.5.RELEASE]
        at
org.springframework.jms.listener.AbstractPollingMessageListenerContainer.receiveAndExecute(AbstractPollingMessageListenerContainer.java:263)[94:org.springframework.jms:3.0.5.RELEASE]
        at
org.springframework.jms.listener.DefaultMessageListenerContainer$AsyncMessageListenerInvoker.invokeListener(DefaultMessageListenerContainer.java:1058)[94:org.springframework.jms:3.0.5.RELEASE]
        at
org.springframework.jms.listener.DefaultMessageListenerContainer$AsyncMessageListenerInvoker.executeOngoingLoop(DefaultMessageListenerContainer.java:1050)[94:org.springframework.jms:3.0.5.RELEASE]
        at
org.springframework.jms.listener.DefaultMessageListenerContainer$AsyncMessageListenerInvoker.run(DefaultMessageListenerContainer.java:947)[94:org.springframework.jms:3.0.5.RELEASE]
        at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)[:1.6.0_26]
        at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)[:1.6.0_26]
        at java.lang.Thread.run(Thread.java:662)[:1.6.0_26]

... and here is the bundle list ...

[   0] [Active     ] [            ] [       ] [    0] System Bundle
(3.0.9.fuse-05-06)
[   1] [Active     ] [            ] [       ] [    5] OPS4J Pax Url - wrap:
(1.2.6.fuse-01)
[   2] [Active     ] [            ] [       ] [    5] OPS4J Pax Url - mvn:
(1.2.6.fuse-01)
[   3] [Active     ] [            ] [       ] [    8] OPS4J Pax Logging -
API (1.6.5)
[   4] [Active     ] [            ] [       ] [    8] OPS4J Pax Logging -
Service (1.6.5)
[   5] [Active     ] [            ] [       ] [   10] Apache Felix
Configuration Admin Service (1.2.8.fuse-05-06)
[   6] [Active     ] [            ] [       ] [   10] Apache Felix Bundle
Repository (1.6.4)
[   7] [Active     ] [            ] [       ] [   11] Apache Felix File
Install (3.3.1.fuse-04-06)
[   8] [Active     ] [            ] [       ] [   20] Apache Aries Proxy
Bundle (0.3.0)
[   9] [Active     ] [            ] [       ] [   20] Apache Aries Util
(0.3.0)
[  10] [Active     ] [Created     ] [       ] [   20] Apache Aries Blueprint
Bundle (0.3.1)
[  11] [Active     ] [            ] [       ] [   20] Apache ServiceMix ::
Bundles :: asm (3.3.0.2)
[  12] [Active     ] [Created     ] [       ] [   30] Apache Karaf ::
Deployer :: Wrap Non OSGi Jar (2.2.2.fuse-04-06)
[  13] [Active     ] [Created     ] [       ] [   30] Apache Karaf ::
Features :: OBR Resolver (2.2.2.fuse-04-06)
[  14] [Active     ] [Created     ] [       ] [   30] Apache Karaf :: Shell
:: Development Commands (2.2.2.fuse-04-06)
[  15] [Active     ] [Created     ] [       ] [   30] Apache Karaf :: Admin
:: Core (2.2.2.fuse-04-06)
[  16] [Active     ] [Created     ] [       ] [   30] Apache Karaf :: JAAS
:: Config (2.2.2.fuse-04-06)
[  17] [Active     ] [Created     ] [       ] [   30] Apache Karaf :: Shell
:: SSH (2.2.2.fuse-04-06)
[  18] [Active     ] [            ] [       ] [   30] Apache Karaf ::
Diagnostic :: Core (2.2.2.fuse-04-06)
[  19] [Active     ] [Created     ] [       ] [   30] Apache Karaf :: Shell
:: OSGi Commands (2.2.2.fuse-04-06)
[  20] [Active     ] [Created     ] [       ] [   30] Apache Karaf ::
Features :: Command (2.2.2.fuse-04-06)
[  21] [Active     ] [Created     ] [       ] [   30] Apache Karaf ::
Diagnostic :: Management (2.2.2.fuse-04-06)
[  22] [Active     ] [            ] [       ] [   30] Apache Mina SSHD ::
Core (0.5.0)
[  23] [Active     ] [            ] [       ] [   30] Apache Aries JMX
Blueprint Bundle (0.3.0)
[  24] [Active     ] [Created     ] [       ] [   30] Apache Karaf ::
Deployer :: Blueprint (2.2.2.fuse-04-06)
[  25] [Active     ] [Created     ] [       ] [   30] Apache Karaf ::
Diagnostic :: Common (2.2.2.fuse-04-06)
[  26] [Active     ] [Created     ] [       ] [   30] Apache Karaf ::
Features :: Management (2.2.2.fuse-04-06)
[  27] [Active     ] [Created     ] [       ] [   30] Apache Karaf :: Admin
:: Management (2.2.2.fuse-04-06)
[  28] [Active     ] [Created     ] [       ] [   30] Apache Karaf :: Shell
:: PackageAdmin Commands (2.2.2.fuse-04-06)
[  29] [Active     ] [Created     ] [       ] [   30] Apache Karaf :: Shell
:: Log Commands (2.2.2.fuse-04-06)
[  30] [Active     ] [Created     ] [       ] [   30] Apache Karaf ::
Deployer :: Features (2.2.2.fuse-04-06)
[  31] [Active     ] [Created     ] [       ] [   30] Apache Karaf :: JAAS
:: Modules (2.2.2.fuse-04-06)
[  32] [Active     ] [            ] [       ] [   30] Apache Aries JMX
Bundle (0.3.0)
[  33] [Active     ] [Created     ] [       ] [   30] Apache Karaf ::
Deployer :: Karaf Archive (.kar) (2.2.2.fuse-04-06)
[  34] [Active     ] [Created     ] [       ] [   30] Apache Karaf ::
Management (2.2.2.fuse-04-06)
[  35] [Active     ] [Created     ] [       ] [   30] Apache Karaf :: Admin
:: Command (2.2.2.fuse-04-06)
[  36] [Active     ] [Created     ] [       ] [   30] Apache Karaf :: Shell
:: Console (2.2.2.fuse-04-06)
[  37] [Active     ] [Created     ] [       ] [   30] Apache Karaf :: Shell
:: Various Commands (2.2.2.fuse-04-06)
[  38] [Active     ] [            ] [       ] [   30] Apache MINA Core
(2.0.1)
[  39] [Active     ] [Created     ] [       ] [   30] Apache Karaf ::
Deployer :: Spring (2.2.2.fuse-04-06)
[  40] [Active     ] [Created     ] [       ] [   30] Apache Karaf :: Jaas
:: Command (2.2.2.fuse-04-06)
[  41] [Active     ] [Created     ] [       ] [   30] Apache Karaf ::
Features :: Core (2.2.2.fuse-04-06)
[  42] [Active     ] [Created     ] [       ] [   30] Apache Karaf ::
Diagnostic :: Command (2.2.2.fuse-04-06)
[  43] [Active     ] [Created     ] [       ] [   30] Apache Karaf :: Shell
:: ConfigAdmin Commands (2.2.2.fuse-04-06)
[  44] [Active     ] [            ] [       ] [   10] Apache ServiceMix ::
Bundles :: jaxb-impl (2.2.1.1_1)
[  45] [Active     ] [            ] [       ] [   10] Apache ServiceMix ::
Specs :: JAXB API 2.2 (1.8.0)
[  46] [Active     ] [            ] [       ] [   10] Apache ServiceMix ::
Specs :: Stax API 1.0 (1.8.0)
[  47] [Resolved   ] [            ] [       ] [   10] Apache ServiceMix ::
Specs :: Activation API 1.4 (1.8.0)
[  48] [Active     ] [Created     ] [       ] [   60] activemq-karaf
(5.5.1.fuse-03-06)
[  49] [Active     ] [            ] [       ] [   60] Apache Aries
Transaction Manager (0.3.0)
[  50] [Active     ] [            ] [       ] [   60] activemq-ra
(5.5.1.fuse-03-06)
[  51] [Active     ] [Created     ] [       ] [   60] activemq-core
(5.5.1.fuse-03-06)
                                       Fragments: 68
[  52] [Active     ] [            ] [       ] [   60] activemq-pool
(5.5.1.fuse-03-06)
[  53] [Active     ] [            ] [       ] [   60] activemq-console
(5.5.1.fuse-03-06)
[  54] [Active     ] [            ] [       ] [   60] kahadb
(5.5.1.fuse-03-06)
[  55] [Active     ] [            ] [       ] [   60] Apache ServiceMix ::
Bundles :: commons-codec (1.3.0.3)
[  56] [Active     ] [            ] [       ] [   60] Commons Pool (1.5.4)
[  57] [Active     ] [            ] [       ] [   60] Commons Collections
(3.2.1)
[  58] [Active     ] [            ] [       ] [   60] geronimo-jms_1.1_spec
(1.1.1)
[  59] [Active     ] [            ] [       ] [   60] Apache ServiceMix ::
Bundles :: jasypt (1.6.0.1)
[  60] [Active     ] [            ] [       ] [   60] Apache ServiceMix ::
Bundles :: commons-lang (2.4.0.4)
[  61] [Active     ] [            ] [       ] [   60]
geronimo-j2ee-management_1.1_spec (1.0.1)
[  62] [Active     ] [            ] [       ] [   60] Apache ServiceMix ::
Bundles :: xpp3 (1.1.0.4c_5)
[  63] [Active     ] [            ] [       ] [   60] Apache ServiceMix
Bundles: dom4j-1.6.1 (1.6.1.2)
[  64] [Active     ] [            ] [       ] [   60] Apache ServiceMix
Bundles: oro-2.0.8 (2.0.8.3)
[  65] [Active     ] [            ] [       ] [   60] Apache ServiceMix
Bundles: xstream-1.3 (1.3.0.3)
[  66] [Active     ] [            ] [       ] [   60] Apache ServiceMix ::
Bundles :: velocity (1.7.0.1)
[  67] [Active     ] [            ] [       ] [   60] Apache ServiceMix ::
Bundles :: jdom (1.1.0.3)
[  68] [Resolved   ] [            ] [       ] [   60] activemq-blueprint
(5.5.1.fuse-03-06)
                                       Hosts: 51
[  69] [Active     ] [Created     ] [       ] [   60] Apache XBean :: OSGI
Blueprint Namespace Handler (3.9.0)
[  70] [Active     ] [            ] [       ] [   60] Apache ServiceMix ::
Specs :: Scripting API 1.0 (1.8.0)
[  71] [Active     ] [            ] [       ] [   60] Commons JEXL (2.0.1)
[  72] [Active     ] [Created     ] [       ] [   50] activemq-broker.xml
(0.0.0)
[  73] [Active     ] [            ] [       ] [   60] Spring Beans
(3.0.5.RELEASE)
[  74] [Active     ] [            ] [       ] [   60] Spring Context Support
(3.0.5.RELEASE)
[  75] [Active     ] [            ] [       ] [   60] Spring Context
(3.0.5.RELEASE)
[  76] [Active     ] [            ] [       ] [   60] Spring Expression
Language (3.0.5.RELEASE)
[  77] [Active     ] [            ] [       ] [   60] Spring ASM
(3.0.5.RELEASE)
[  78] [Active     ] [            ] [       ] [   60] Spring Core
(3.0.5.RELEASE)
[  79] [Active     ] [            ] [       ] [   60] Spring AOP
(3.0.5.RELEASE)
[  80] [Active     ] [            ] [       ] [   60] Apache ServiceMix ::
Bundles :: aopalliance (1.0.0.5)
[  81] [Active     ] [            ] [       ] [   60] spring-osgi-core
(1.2.1)
[  82] [Active     ] [            ] [       ] [   60] spring-osgi-io (1.2.1)
[  83] [Active     ] [            ] [       ] [   60] spring-osgi-annotation
(1.2.1)
[  84] [Active     ] [            ] [       ] [   60] spring-osgi-extender
(1.2.1)
[  85] [Active     ] [            ] [       ] [   60] Apache ServiceMix ::
Bundles :: cglib (2.1.0.3_7)
[  86] [Active     ] [            ] [       ] [   60] activemq-spring
(5.5.1.fuse-03-06)
[  87] [Active     ] [            ] [       ] [   60] Apache XBean :: Spring
(3.9.0)
[  88] [Active     ] [            ] [       ] [   50] camel-core
(2.8.0.fuse-03-06)
[  89] [Active     ] [Created     ] [       ] [   50] camel-karaf-commands
(2.8.0.fuse-03-06)
[  90] [Active     ] [            ] [       ] [   50] Commons Management
(1.0)
[  91] [Active     ] [            ] [       ] [   50] camel-spring
(2.8.0.fuse-03-06)
[  92] [Active     ] [            ] [       ] [   50] Spring Transaction
(3.0.5.RELEASE)
[  93] [Active     ] [            ] [       ] [   50] camel-jms
(2.8.0.fuse-03-06)
[  94] [Active     ] [            ] [       ] [   50] Spring JMS
(3.0.5.RELEASE)
[  95] [Active     ] [            ] [       ] [   50] activemq-camel
(5.5.1.fuse-03-06)
[  96] [Active     ] [            ] [       ] [   60] Apache ServiceMix ::
Document (1.5.1.fuse-03-06)
[  97] [Active     ] [Created     ] [       ] [   60] Apache ServiceMix ::
NMR :: OSGi (1.5.1.fuse-03-06)
[  98] [Active     ] [            ] [       ] [   60] Apache ServiceMix ::
NMR :: Core (1.5.1.fuse-03-06)
[  99] [Active     ] [            ] [       ] [   60] Apache ServiceMix ::
NMR :: API (1.5.1.fuse-03-06)
[ 100] [Active     ] [Created     ] [       ] [   60] Apache ServiceMix ::
NMR :: Commands (1.5.1.fuse-03-06)
[ 101] [Active     ] [Created     ] [       ] [   60] Apache ServiceMix ::
NMR :: Management (1.5.1.fuse-03-06)
[ 102] [Active     ] [            ] [       ] [   60] Apache ServiceMix ::
Utils (1.5.1.fuse-03-06)
[ 103] [Active     ] [            ] [       ] [   50] Apache ServiceMix ::
Features :: Camel Support :: Component (4.4.1.fuse-03-06)
[ 104] [Active     ] [            ] [       ] [   50] Web Services Metadata
2.0 (1.1.3)
[ 105] [Active     ] [            ] [       ] [   50] Apache ServiceMix ::
Specs :: JAXWS API 2.2 (1.8.0)
[ 106] [Active     ] [            ] [       ] [   50] Apache ServiceMix ::
Specs :: SAAJ API 1.3 (1.8.0)
[ 107] [Active     ] [            ] [       ] [   50] Apache ServiceMix ::
Bundles :: saaj-impl (1.3.2.2)
[ 108] [Active     ] [            ] [       ] [   60] Jetty :: JNDI Naming
(7.4.5.fuse20111017)
[ 109] [Active     ] [            ] [       ] [   60] Jetty :: Continuation
(7.4.5.fuse20111017)
[ 110] [Active     ] [            ] [       ] [   60] Jetty :: Http Utility
(7.4.5.fuse20111017)
[ 111] [Active     ] [            ] [       ] [   60] Jetty :: IO Utility
(7.4.5.fuse20111017)
[ 112] [Active     ] [            ] [       ] [   60] Jetty :: Security
(7.4.5.fuse20111017)
[ 113] [Active     ] [            ] [       ] [   60] Jetty :: Servlet
Handling (7.4.5.fuse20111017)
[ 114] [Active     ] [            ] [       ] [   60] Jetty :: Asynchronous
HTTP Client (7.4.5.fuse20111017)
[ 115] [Active     ] [            ] [       ] [   60] Jetty :: Server Core
(7.4.5.fuse20111017)
[ 116] [Active     ] [            ] [       ] [   60] Jetty :: Utilities
(7.4.5.fuse20111017)
[ 117] [Active     ] [            ] [       ] [   60] Jetty :: XML utilities
(7.4.5.fuse20111017)
[ 118] [Active     ] [            ] [       ] [   60] Jetty :: Plus
(7.4.5.fuse20111017)
[ 119] [Active     ] [            ] [       ] [   60] Jetty :: JMX
Management (7.4.5.fuse20111017)
[ 120] [Active     ] [            ] [       ] [   60] Jetty :: Utility
Servlets and Filters (7.4.5.fuse20111017)
[ 121] [Active     ] [            ] [       ] [   60] Jetty :: Webapp
Application Support (7.4.5.fuse20111017)
[ 122] [Active     ] [            ] [       ] [   60]
geronimo-servlet_2.5_spec (1.1.2)
[ 124] [Active     ] [            ] [       ] [   60] Apache Aries
Transaction Enlisting JDBC Datasource (0.3.0)
[ 125] [Active     ] [Created     ] [       ] [   60] Apache Aries
Transaction Blueprint (0.3.0)
[ 126] [Active     ] [            ] [       ] [   60] Stax2 API (3.1.1)
[ 127] [Active     ] [            ] [       ] [   60] Woodstox XML-processor
(4.1.1)
[ 128] [Active     ] [            ] [       ] [   50] Apache ServiceMix ::
Bundles :: xmlsec (1.4.5.1)
[ 129] [Active     ] [            ] [       ] [   50] jettison (1.3)
[ 130] [Active     ] [            ] [       ] [   50] WSS4J (1.6.1)
[ 131] [Active     ] [            ] [       ] [   50] Apache ServiceMix ::
Bundles :: xmlbeans (2.5.0.1)
[ 132] [Active     ] [Created     ] [Started] [   50] Apache CXF Bundle Jar
(2.4.3.fuse-01-02)
[ 133] [Active     ] [            ] [       ] [   50] Apache ServiceMix ::
Bundles :: FastInfoset (1.2.7.3)
[ 134] [Active     ] [            ] [       ] [   50] Apache ServiceMix ::
Bundles :: wsdl4j (1.6.2.3)
[ 135] [Active     ] [            ] [       ] [   50] Apache Neethi (3.0.0)
[ 136] [Active     ] [            ] [       ] [   50] Apache ServiceMix ::
Bundles :: xmlresolver (1.2.0.3)
[ 137] [Active     ] [            ] [       ] [   50] XmlSchema Core (2.0)
[ 138] [Active     ] [            ] [       ] [   50] Apache ServiceMix ::
Specs :: JSR-311 API 1.1 (1.8.0)
[ 139] [Active     ] [            ] [       ] [   50] Apache ServiceMix ::
Bundles :: opensaml (2.4.1.1)
[ 140] [Active     ] [            ] [       ] [   50] Apache ServiceMix
Bundles: joda-time-1.5.2 (1.5.2.2)
[ 141] [Active     ] [            ] [       ] [   50] Axiom API (1.2.12)
[ 142] [Active     ] [            ] [       ] [   50] camel-cxf-transport
(2.8.0.fuse-03-06)
[ 143] [Active     ] [Created     ] [       ] [   50] camel-cxf
(2.8.0.fuse-03-06)
[ 144] [Active     ] [Created     ] [       ] [   50] camel-blueprint
(2.8.0.fuse-03-06)
[ 145] [Active     ] [            ] [       ] [   60] Apache ServiceMix ::
Naming (1.5.1.fuse-03-06)
[ 146] [Active     ] [Created     ] [       ] [   60] Apache ServiceMix ::
JBI :: OSGi (1.5.1.fuse-03-06)
[ 147] [Active     ] [            ] [       ] [   60] Apache ServiceMix ::
JBI :: Runtime (1.5.1.fuse-03-06)
[ 148] [Active     ] [Created     ] [       ] [   60] Apache ServiceMix ::
JBI :: Commands (1.5.1.fuse-03-06)
[ 149] [Active     ] [Created     ] [       ] [   60] Apache ServiceMix ::
JBI :: Deployer (1.5.1.fuse-03-06)
[ 150] [Active     ] [Created     ] [       ] [   60] Apache ServiceMix ::
Components :: Shared Libraries :: Common (2011.02.1.fuse-04-06)
[ 151] [Active     ] [            ] [       ] [   60] Apache ServiceMix ::
Specs :: JBI API 1.0 (1.8.0)
[ 152] [Active     ] [            ] [       ] [   60] Apache XBean ::
Classloader (3.7)
[ 153] [Active     ] [            ] [       ] [   60] Apache ServiceMix ::
Bundles :: ant (1.7.0.4)
[ 154] [Active     ] [            ] [       ] [   60] Apache ServiceMix ::
JBI :: Clustering :: Requestor (1.5.1.fuse-03-06)
[ 155] [Active     ] [            ] [       ] [   60] Apache ServiceMix ::
JBI :: Clustering :: Engine (1.5.1.fuse-03-06)
[ 156] [Active     ] [Created     ] [       ] [   60] Apache ServiceMix ::
JBI :: Clustering :: Config (1.5.1.fuse-03-06)
[ 157] [Active     ] [            ] [       ] [   60] OPS4J Pax Web - API
(1.0.3)
[ 158] [Active     ] [            ] [       ] [   60] OPS4J Pax Web -
Runtime (1.0.3)
[ 159] [Active     ] [            ] [       ] [   60] OPS4J Pax Web -
Service SPI (1.0.3)
[ 160] [Active     ] [            ] [       ] [   60] OPS4J Pax Web - Jetty
(1.0.3)
[ 161] [Active     ] [            ] [       ] [   60] OPS4J Pax Web -
Extender - Whiteboard (1.0.3)
[ 162] [Active     ] [            ] [       ] [   60] OPS4J Pax Url - war
(1.2.6.fuse-01)
[ 163] [Active     ] [            ] [       ] [   60] OPS4J Pax Web -
Extender - WAR (1.0.3)
[ 164] [Active     ] [            ] [       ] [   60] OPS4J Pax Web - Jsp
Support (1.0.3)
[ 165] [Active     ] [            ] [       ] [   60] OPS4J Pax Web -
FileInstall Deployer (1.0.3)
[ 166] [Active     ] [Created     ] [       ] [   30] Apache Karaf :: Shell
:: Web Commands (2.2.2.fuse-04-06)
[ 167] [Active     ] [            ] [       ] [   50] Apache XBean :: Spring
(3.7)
[ 168] [Active     ] [Created     ] [       ] [   50] Apache ServiceMix ::
Components :: CXF Binding Component (2011.02.1.fuse-04-06)
[ 169] [Active     ] [            ] [       ] [   50] Apache ServiceMix ::
Components :: Shared Libraries :: SOAP Stack v2 (2011.02.1.fuse-04-06)
[ 170] [Active     ] [Created     ] [       ] [   50] Apache ServiceMix ::
Components :: File Binding Component (2011.02.1.fuse-04-06)
[ 171] [Active     ] [Created     ] [       ] [   50] Apache ServiceMix ::
Components :: FTP Binding Component (2011.02.1.fuse-04-06)
[ 172] [Active     ] [            ] [       ] [   50] Commons Net (2.2)
[ 173] [Active     ] [Created     ] [       ] [   50] Apache ServiceMix ::
Components :: HTTP Binding Component (2011.02.1.fuse-04-06)
[ 174] [Active     ] [            ] [       ] [   50] Apache ServiceMix ::
Components :: Shared Libraries :: SOAP Stack (2011.02.1.fuse-04-06)
[ 175] [Active     ] [            ] [       ] [   50] Apache ServiceMix ::
Bundles :: jetty (6.1.26.1)
[ 176] [Active     ] [            ] [       ] [   50] Apache ServiceMix ::
Bundles :: commons-httpclient (3.1.0.5)
[ 177] [Active     ] [Created     ] [       ] [   50] Apache ServiceMix ::
Components :: JMS Binding Component (2011.02.1.fuse-04-06)
[ 178] [Active     ] [            ] [       ] [   50]
geronimo-j2ee-connector_1.5_spec (2.0.0)
[ 179] [Active     ] [Created     ] [       ] [   50] Apache ServiceMix ::
Components :: Mail Binding Component (2011.02.1.fuse-04-06)
[ 180] [Active     ] [Created     ] [       ] [   50] Apache ServiceMix ::
Components :: SMPP Binding Component (2011.02.1.fuse-04-06)
[ 181] [Active     ] [            ] [       ] [   50] Apache ServiceMix ::
Bundles :: jsmpp (2.1.0.2)
[ 182] [Active     ] [Created     ] [       ] [   50] Apache ServiceMix ::
Components :: SNMP Binding Component (2011.02.1.fuse-04-06)
[ 183] [Active     ] [            ] [       ] [   50] Apache ServiceMix ::
Bundles :: snmp4j (1.8.1.4)
[ 184] [Active     ] [Created     ] [       ] [   50] Apache ServiceMix ::
Components :: VFS Binding Component (2011.02.1.fuse-04-06)
[ 185] [Active     ] [            ] [       ] [   50] Apache ServiceMix ::
Bundles :: commons-vfs (1.0.0.5)
[ 186] [Active     ] [Created     ] [       ] [   50] Apache ServiceMix ::
Components :: Bean Service Engine (2011.02.1.fuse-04-06)
[ 187] [Active     ] [Created     ] [       ] [   50] Apache ServiceMix ::
Components :: Camel Service Engine (2011.02.1.fuse-04-06)
[ 188] [Active     ] [            ] [       ] [   50] Apache CXF Runtime JBI
Binding (2.4.3.fuse-01-02)
[ 189] [Active     ] [            ] [       ] [   50] Apache CXF Runtime JBI
Transport (2.4.3.fuse-01-02)
[ 190] [Active     ] [            ] [Started] [   50] Apache ServiceMix ::
Components :: CXF Service Engine (2011.02.1.fuse-04-06)
[ 191] [Active     ] [            ] [       ] [   50] Apache ServiceMix ::
Bundles :: mvel2 (2.0.8.4)
[ 192] [Active     ] [            ] [       ] [   50] Apache ServiceMix ::
Bundles :: antlr-runtime (3.0.1.2)
[ 193] [Active     ] [            ] [       ] [   50] Apache ServiceMix ::
Bundles :: core (3.2.3.4)
[ 194] [Active     ] [Created     ] [       ] [   50] Apache ServiceMix ::
Components :: Drools Service Engine (2011.02.1.fuse-04-06)
[ 195] [Active     ] [            ] [       ] [   50] Apache ServiceMix ::
Bundles :: quartz (1.8.5.1)
[ 196] [Active     ] [            ] [       ] [   50] Apache ServiceMix ::
Bundles :: drools (5.1.1.1)
[ 197] [Active     ] [Created     ] [       ] [   50] Apache ServiceMix ::
Components :: EIP Service Engine (2011.02.1.fuse-04-06)
[ 198] [Active     ] [Created     ] [       ] [   50] Apache ServiceMix ::
Components :: OSWorkflow Service Engine (2011.02.1.fuse-04-06)
[ 199] [Active     ] [            ] [       ] [   50] Apache ServiceMix ::
Bundles :: oscore (2.2.4.4)
[ 200] [Active     ] [            ] [       ] [   50] Apache ServiceMix ::
Bundles :: osworkflow (2.7.0.4)
[ 201] [Active     ] [            ] [       ] [   50] Apache ServiceMix ::
Bundles :: propertyset (1.3.0.4)
[ 202] [Active     ] [Created     ] [       ] [   50] Apache ServiceMix ::
Components :: Quartz Service Engine (2011.02.1.fuse-04-06)
[ 203] [Active     ] [Created     ] [       ] [   50] Apache ServiceMix ::
Components :: JSR-223 Scripting Service Engine (2011.02.1.fuse-04-06)
[ 204] [Active     ] [            ] [       ] [   50] Groovy Runtime (1.8.0)
[ 205] [Active     ] [            ] [       ] [   50] ScriptEngines ::
Groovy (1.1)
[ 206] [Active     ] [            ] [       ] [   50] ScriptEngines ::
JavaScript (1.1)
[ 207] [Active     ] [            ] [       ] [   50] Apache ServiceMix ::
Bundles :: js (1.0.0.7R1_3)
[ 208] [Active     ] [            ] [       ] [   50] ScriptEngines :: JRuby
(1.1)
[ 209] [Active     ] [            ] [       ] [   50] Apache ServiceMix ::
Bundles :: jruby (1.1.2.3)
[ 210] [Active     ] [Created     ] [       ] [   50] Apache ServiceMix ::
Components :: Validation Service Engine (2011.02.1.fuse-04-06)
[ 211] [Active     ] [Created     ] [       ] [   50] Apache ServiceMix ::
Components :: Saxon Service Engine (2011.02.1.fuse-04-06)
[ 212] [Active     ] [            ] [       ] [   50] Apache ServiceMix ::
Bundles :: saxon (9.1.0.8_1)
[ 213] [Active     ] [Created     ] [       ] [   50] Apache ServiceMix ::
Components :: WS-Notification Service Engine (2011.02.1.fuse-04-06)
[ 214] [Active     ] [            ] [       ] [   50] camel-mail
(2.8.0.fuse-03-06)
[ 215] [Active     ] [            ] [       ] [   50] camel-netty
(2.8.0.fuse-03-06)
[ 216] [Active     ] [            ] [       ] [   50] Apache ServiceMix ::
Bundles :: netty (3.2.4.Final_1)
[ 217] [Active     ] [            ] [       ] [   60]
wrap_mvn_org.nhind_agent_1.3.1 (0)
[ 218] [Active     ] [            ] [       ] [   60] apache-mailet-2.4 (0)
[ 219] [Active     ] [            ] [       ] [   60] Apache JAMES Basic
Mailet Toolkit (1.1)
[ 220] [Active     ] [            ] [       ] [   60] Apache JAMES jSieve
Mailet (0.4)
[ 221] [Active     ] [            ] [       ] [   60] Apache JAMES jSieve
(0.4)
[ 222] [Active     ] [            ] [       ] [   60] Apache JAMES Mime4j
(0.6)
[ 223] [Active     ] [            ] [       ] [   60] Commons Codec (1.4)
[ 224] [Active     ] [            ] [       ] [   60] Apache ServiceMix
Bundles: commons-io-1.3.2 (1.3.2.1)
[ 225] [Active     ] [            ] [       ] [   60] Camel SMTP
(0.1.0.SNAPSHOT)
[ 226] [Active     ] [            ] [       ] [   60] Apache James Server
Core API (3.0.0.M2)
[ 227] [Active     ] [            ] [       ] [   60] Apache James Protocols
API (1.6.0.SNAPSHOT)
[ 228] [Active     ] [            ] [       ] [   60] Apache James Protocols
SMTP (1.6.0.SNAPSHOT)
[ 229] [Active     ] [            ] [       ] [   60] Apache James Protocols
Implementation (1.6.0.SNAPSHOT)
[ 230] [Active     ] [            ] [       ] [   60] Commons Configuration
(1.6)
[ 231] [Active     ] [            ] [       ] [   60]
wrap_mvn_commons-digester_commons-digester_1.6 (0)
[ 232] [Active     ] [            ] [       ] [   60] Apache ServiceMix
Bundles: commons-beanutils-1.7.0 (1.7.0.1)
[ 233] [Active     ] [            ] [       ] [   60] Apache ServiceMix
Bundles: commons-jxpath-1.2 (1.2.0.fuse)
[ 234] [Active     ] [            ] [Started] [   60] gd.vertex.if.smtp.core
(0.0.1.SNAPSHOT)
[ 236] [Active     ] [            ] [       ] [   60] JavaMail API (compat)
(1.4.4)
[ 237] [Installed  ] [            ] [       ] [   60] JavaMail API (1.4.3)
[ 240] [Installed  ] [            ] [       ] [   60]
wrap_mvn_javax.activation_activation_1.1.1 (0)
[ 241] [Active     ] [            ] [       ] [   60] Activation 1.1 (1.1)

... and the camel dependency tree...

[INFO] com.mail:mail.if.smtp.core:bundle:0.0.1-SNAPSHOT
[INFO] +- org.apache.camel:camel-core:jar:2.8.0:compile
[INFO] |  +- org.slf4j:slf4j-api:jar:1.6.1:compile
[INFO] |  +- org.fusesource.commonman:commons-management:jar:1.0:compile
[INFO] |  \- com.sun:tools:jar:1.5.0:system
[INFO] +- org.apache.camel:camel-spring:jar:2.8.0:compile
[INFO] |  +- org.springframework:spring-context:jar:3.0.5.RELEASE:compile
[INFO] |  |  +-
org.springframework:spring-expression:jar:3.0.7.RELEASE:compile (version
managed from 3.0.5.RELEASE)
[INFO] |  |  \- org.springframework:spring-asm:jar:3.0.7.RELEASE:compile
[INFO] |  +- org.springframework:spring-aop:jar:3.0.5.RELEASE:compile
[INFO] |  |  \- aopalliance:aopalliance:jar:1.0:compile
[INFO] |  \- org.springframework:spring-tx:jar:3.0.7.RELEASE:compile
(version managed from 3.0.5.RELEASE)
[INFO] +- org.apache.camel:camel-jms:jar:2.8.0:compile
[INFO] |  +- org.springframework:spring-jms:jar:3.0.5.RELEASE:compile
[INFO] |  +- org.springframework:spring-core:jar:3.0.5.RELEASE:compile
[INFO] |  \- org.springframework:spring-beans:jar:3.0.5.RELEASE:compile
[INFO] +- org.apache.camel:camel-mail:jar:2.8.0:compile
[INFO] |  +-
org.springframework:spring-context-support:jar:3.0.7.RELEASE:compile
(version managed from 3.0.5.RELEASE)
[INFO] |  \- javax.mail:mail:jar:1.4.4:compile
[INFO] +- org.apache.activemq:activemq-core:jar:5.5.1:compile
[INFO] |  +-
org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1.1:compile
[INFO] |  +- org.apache.activemq:activeio-core:jar:3.1.2:compile
[INFO] |  +- org.apache.activemq:kahadb:jar:5.5.1:compile
[INFO] |  +- org.apache.activemq.protobuf:activemq-protobuf:jar:1.1:compile
[INFO] |  +- org.osgi:org.osgi.core:jar:4.1.0:compile
[INFO] |  +-
org.apache.geronimo.specs:geronimo-j2ee-management_1.1_spec:jar:1.0.1:compile
[INFO] |  +- commons-net:commons-net:jar:2.2:compile (version managed from
2.0)
[INFO] |  \- org.jasypt:jasypt:jar:1.7:compile
[INFO] +- org.apache.activemq:activemq-camel:jar:5.5.1:compile
[INFO] |  \- org.apache.activemq:activemq-pool:jar:5.5.1:compile
[INFO] |     +-
org.apache.geronimo.specs:geronimo-jta_1.0.1B_spec:jar:1.0.1:compile
[INFO] |     \- commons-pool:commons-pool:jar:1.5.4:compile
[INFO] +- org.apache.camel:camel-test:jar:2.8.0:test
[INFO] +- org.apache.xbean:xbean-spring:jar:3.9:compile
[INFO] |  \- commons-logging:commons-logging:jar:1.1.1:compile
[INFO] +- junit:junit:jar:4.8.2:compile
[INFO] +- org.slf4j:slf4j-log4j12:jar:1.6.1:compile
[INFO] +- log4j:log4j:jar:1.2.16:compile
[INFO] +- me.normanmaurer:camel-smtp:jar:0.1-SNAPSHOT:compile
[INFO] |  +-
org.apache.james.protocols:protocols-api:jar:1.6-SNAPSHOT:compile
[INFO] |  +-
org.apache.james.protocols:protocols-impl:jar:1.6-SNAPSHOT:compile
[INFO] |  +-
org.apache.james.protocols:protocols-smtp:jar:1.6-SNAPSHOT:compile
[INFO] |  +- javax.activation:activation:jar:1.1.1:compile
[INFO] |  +- org.apache.james:apache-mailet:jar:2.4:compile
[INFO] |  +- dnsjava:dnsjava:jar:2.0.7:compile
[INFO] |  \- org.jboss.netty:netty:jar:3.2.5.Final:compile
[INFO] +- org.apache.james:james-server-core-library:jar:3.0-M2:compile
[INFO] |  +- org.apache.james:james-server-core-api:jar:3.0-M2:compile
[INFO] |  +- org.apache.james:james-server-util:jar:3.0-M2:compile
[INFO] |  |  +-
org.apache.james:james-server-dnsservice-api:jar:3.0-M2:compile
[INFO] |  |  \- oro:oro:jar:2.0.8:compile
[INFO] |  +- org.apache.james:apache-mailet-base:jar:1.1:compile
[INFO] |  +- commons-configuration:commons-configuration:jar:1.6:compile
[INFO] |  |  +- commons-collections:commons-collections:jar:3.2.1:compile
[INFO] |  |  \- commons-lang:commons-lang:jar:2.4:compile
[INFO] |  +- commons-io:commons-io:jar:1.4:compile
[INFO] |  \- javax.annotation:jsr250-api:jar:1.0:compile
[INFO] \- org.nhind:agent:jar:1.3.1:compile
[INFO]    +- com.google.inject:guice:jar:2.0:compile
[INFO]    +- commons-codec:commons-codec:jar:1.4:compile
[INFO]    +- org.apache.james:apache-jsieve-mailet:jar:0.4:compile
[INFO]    |  +- org.apache.james:apache-jsieve:jar:0.4:compile
[INFO]    |  \- org.apache.james:apache-mime4j:jar:0.6:compile
[INFO]    +- bouncycastle:bcprov-jdk15:jar:140:compile
[INFO]    +- bouncycastle:bcmail-jdk15:jar:140:compile
[INFO]    \- org.apache.jcs:jcs:jar:1.3:compile
[INFO]       \- concurrent:concurrent:jar:1.0:compile

It must be some conflict/setting with the smx bundles but I cannot figure
this out (I've spent more time trying to deploy this than dev time to get it
working!).

Many thanks

Jon.

--
View this message in context: 
http://servicemix.396122.n5.nabble.com/mail-attachment-problem-tp5696781.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to