Hello

That's interesting... I have the impression Felix is doing these logs in INFO level.

It disappears if I deploy the camel-ftp bundle before camel-core. I'll also try with some resolution: changes in my route, perhaps it will help easier binding.

Thanks

S. Ali Tokmen
savas-ali.tok...@bull.net

Office: +33 4 76 29 76 19
GSM:    +33 66 43 00 555

Bull, Architect of an Open World TM
http://www.bull.com



Claus Ibsen a écrit :
I wonder why camel-core exports it as this is from the pom.xml

  <properties>
        <camel.osgi.export.pkg>
                org.apache.camel.*
    </camel.osgi.export.pkg>
        <camel.osgi.import>
                !javax.xml.bind.annotation.adapters,
                org.apache.xalan.xsltc.trax;resolution:=optional,
        javax.activation;resolution:=optional,
        javax.xml.bind;resolution:=optional,
        javax.xml.bind.annotation;resolution:=optional,
        javax.xml.stream;resolution:=optional,
        org.apache.camel.spring.util;resolution:=optional,
        org.springframework.jmx.export.annotation;resolution:=optional,
        org.springframework.jmx.export.assembler;resolution:=optional,
        org.springframework.jmx.export.metadata;resolution:=optional,
                *
    </camel.osgi.import>
  </properties>


I cannot see any link to org.apache.camel.component.file.remote


On Thu, Aug 6, 2009 at 11:52 AM, Claus Ibsen<claus.ib...@gmail.com> wrote:
Hi

What level are those verbose logs being logged at? I cannot see that
in the log file?
By level I mean
TRACE, DEBUG, INFO etc.


On Thu, Aug 6, 2009 at 11:43 AM, S. Ali Tokmen<savas-ali.tok...@bull.net> wrote:
Oops forgot the attachment

-------- Message original --------
Sujet :         Re: Camel-FTP package
Date :  Thu, 06 Aug 2009 11:42:12 +0200
De :    S. Ali Tokmen <savas-ali.tok...@bull.net>
Pour :  dev@camel.apache.org
Références :    <4a785b25.5030...@bull.net>
<5380c69c0908041042icd294efmecefe4f883a18...@mail.gmail.com>



Hello

Claus Ibsen a écrit :
I think it has always been named like that. And maybe the person who
created it thought he will add webdav or other remote file protocols
as well.

All right... The trouble is that since the root package name is also
exported by the camel-core OSGi bundle, Felix outputs tons of log messages
until it finds the camel-ftp bundle. I'm attaching a sample, it basically
adds in the BundleClassLoaders one after the other in the log message, from
the camel-core bundle until the camel-ftp bundle. Once it gets to camel-ftp,
it gets happy and everything works correctly.

These log messages appear every time we deploy a route that uses camel-ftp,
that's why I was wondering if moving it to o.a.c.c.ftp would make sense.

Cheers

S. Ali Tokmen
savas-ali.tok...@bull.net

Office: +33 4 76 29 76 19
GSM:    +33 66 43 00 555

Bull, Architect of an Open World TM
http://www.bull.com




--

S. Ali Tokmen
savas-ali.tok...@bull.net

Office: +33 4 76 29 76 19
GSM:    +33 66 43 00 555

Bull, Architect of an Open World TM
http://www.bull.com



--
Claus Ibsen
Apache Camel Committer

Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus





Reply via email to