issues with camel-cmis and alfresco 4

2013-04-28 Thread Ioan Eugen Stan
rmerFactory.setFeature(Ljava/lang/String;Z)V at com.sun.xml.bind.v2.util.XmlFactory.createTransformerFactory(XmlFactory.java:155) ... 101 more Thanks, -- Ioan Eugen Stan

Re: issues with camel-cmis and alfresco 4

2013-04-28 Thread Ioan Eugen Stan
> 1.3.1 (included in JDK6) or higher is required > > It would really helpful if you provide some more details about this... > Checkout [1]. > > [1] http://camel.apache.org/support.html#Support-Howtogethelp > > Best, > Christian > > > > On Sun, Apr 28, 2013 at 2

camel producer ftp bug

2013-05-09 Thread Ioan Eugen Stan
ectory successfully changed." Thu May 9 14:21:18 2013 [pid 3] [target-of-files] FTP command: Client "127.0.0.1", "CWD "" Thu May 9 14:21:18 2013 [pid 3] [target-of-files] FTP response: Client "127.0.0.1", "550 Failed to change directory." Thu May 9 14:21:18 2013 [pid 3] [target-of-files] FTP command: Client "127.0.0.1", "QUIT" I also attached the log file, I hope it doesn't get filtered out. Can anybody confirm this and suggest a solution? Thanks, -- Ioan Eugen Stan 0720 898 747

Re: camel producer ftp bug

2013-05-10 Thread Ioan Eugen Stan
gt Rodehav wrote: > I wonder if this is also due to the issue I found: > > https://issues.apache.org/jira/browse/CAMEL-6309 > > BTW, your logfile got lost. Perhaps you can inline parts of it in a mail. > > /Bengt > > > > 2013/5/9 Ioan Eugen Stan > >> Hell

sax parser issues with camel validator component

2013-05-19 Thread Ioan Eugen Stan
t seems I can't since we need to follow a business constraint that limit the number to . Any suggestions on how can I set XMLConstants.FEATURE_SECURE_PROCESSING to false on the validator component? [1] https://jaxp.java.net/1.4/JAXP-Compatibility.html Cheers, -- Ioan Eugen Stan 0720 898 747

Re: Securing jaxrs REST interface with HTTP Basic auth

2013-05-20 Thread Ioan Eugen Stan
really lost in this topic. > > -- > S pozdravem / Best regards > Martin Stiborský > > Jabber: st...@njs.netlab.cz > Twitter: http://www.twitter.com/stibi -- Ioan Eugen Stan 0720 898 747

prevent CamelContext from shutting down in blueprint

2013-05-23 Thread Ioan Eugen Stan
| Route: fetch-local-data shutdown complete, was consuming from: Endpoint[file:///home/vftp?antInclude=**%2Fin%2F*.xml&idempotent=true&recursive=true] 2013-05-23 11:20:14,000 | INFO | DefaultShutdownStrategy | Graceful shutdown of 4 routes completed in 1 seconds Cheers, -- Ioan Eugen Stan 0720 898 747

Re: prevent CamelContext from shutting down in blueprint

2013-05-23 Thread Ioan Eugen Stan
Hello Achim, Setting logging to DEBUG helped more than expected. The Context doesn't shut-down anymore. It's a synchronization issue which will be a a "joy" to debug. Have a great day,

Re: prevent CamelContext from shutting down in blueprint

2013-05-23 Thread Ioan Eugen Stan
Hello Martin, It's simple: Just after the Camel Context start it shuts down, gracefully. I've pasted the logging with debug [1]. If it helps. [1] https://paste.apache.org/cnfW

Re: prevent CamelContext from shutting down in blueprint

2013-05-27 Thread Ioan Eugen Stan
; yes, it is doing the same to me :) - > http://camel.465427.n5.nabble.com/Upgrade-Camel-2-10-1-2-11-0-Camel-keeps-restarting-td5731854.html > I'll try to find out more what is happening there... > > On Thu, May 23, 2013 at 1:53 PM, Ioan Eugen Stan > wrote: >> Hello Mar

Re: SV: file zipping..

2013-06-14 Thread Ioan Eugen Stan
Hello, I wrote a custom processor for zipping (partly because I needed to archive more messages in one archive): It uses Guava 13 for some operations: public static class ZipProcessor implements Processor { @Override public void process(Exchange exchange) throws Exception {

GenericFile is not supported by this marshaller (activemq component with transferExchange=true)

2013-06-14 Thread Ioan Eugen Stan
| GenericFileOnCompletion | ent.file.GenericFileOnCompletion 161 | 140 - org.apache.camel.camel-core - 2.11.0 | Rollback file strategy: org.apache.camel.component.file.strategy.GenericFileRenameProcessStrategy@37c0f472 for file: GenericFile[/home/ieugen/contracte/doc-process/vftp/RO3892273/in/249257_RO3892273

Re: GenericFile is not supported by this marshaller (activemq component with transferExchange=true)

2013-06-14 Thread Ioan Eugen Stan
Fixed by converting the body to an InputStream using: . I expected the conversion to be done automatically.

RoutingSlip with ActiveMQ Request/Reply

2013-06-27 Thread Ioan Eugen Stan
aste.apache.org/gYR2 -- Ioan Eugen Stan 0720 898 747

Re: RoutingSlip with ActiveMQ Request/Reply

2013-06-27 Thread Ioan Eugen Stan
Hello, I've fixed the issue by setting transferExchange=true option on both consumers and producers. old: https://paste.apache.org/gYR2 new: https://paste.apache.org/cK1J Cheers,

fileidempotent repository not woking

2014-02-10 Thread Ioan Eugen Stan
grep -n 2014011743097_12.xml idempotent-file-store.dat 1816:in/2014011743097_12.xml-4037 7131:in/2014011743097_12.xml-4037 8678:in/2014011743097_12.xml-4037 Any ideas on where to look? Thanks, -- Ioan Eugen Stan 0720 898 747

Re: Question about using camel for a special use case

2014-08-31 Thread Ioan Eugen Stan
, Ioan Eugen Stan Pe 31.08.2014 12:39, "Christian Eugster" a scris: > Hi, > > I am new to camel. I have read parts of Camel in Action and explored the > camel website. I think about using camel for a special use case and I don’t > know if this is realistic or even straight