Re: Camel-Mail - Consume from IMAP with variable searchTerm.fromSentDate

2016-10-10 Thread Michael Täschner
ed. Thanks and Best Regards, Michael 2016-10-07 10:20 GMT+02:00 Michael Täschner : > Unfortunately it is not sufficient to provide own SearchTerm class and > overriding "match" because com.sun.mail.imap.protocol.SearchSequence > checks specific implementations of Search

Re: Camel-Mail - Consume from IMAP with variable searchTerm.fromSentDate

2016-10-07 Thread Michael Täschner
nt will call the match method to see if a mail messages > matches or not. > > Then your state can then update with new sent date information so the > matches method can use a newer date. > > On Thu, Oct 6, 2016 at 2:43 AM, Michael Täschner > wrote: > > Hi Again, > > &g

Re: Camel-Mail - Consume from IMAP with variable searchTerm.fromSentDate

2016-10-05 Thread Michael Täschner
Hi Again, is there a possibility that the searchTerm bean reference picked up by camel-mail can update it's internal state to allow for a changing sentDate for the query? Thanks and Best Regards, Michael 2016-09-23 16:21 GMT+02:00 Michael Täschner : > Hi Camel-Riders, > &

Camel-Mail - Consume from IMAP with variable searchTerm.fromSentDate

2016-09-23 Thread Michael Täschner
Hi Camel-Riders, is there a possibility to consume mails with modifiable searchTerm.fromSentDate value? I am looking at a solution where the consumer must not depend on "unseen" flag, manages an internal dateTime variable to pick-up mail search from where it last stopped? There may be other clien

Re: EventNotifierSupport - Endpoint ID accessible ?

2014-12-15 Thread Michael Täschner
nglish) > > http://jnn.iteye.com (Chinese) > > Twitter: willemjiang > > Weibo: 姜宁willem > > > > > > > > On December 12, 2014 at 11:13:58 PM, Michael Täschner ( > m.taesch...@gmail.com) wrote: > >> Hi Camel-Riders, > >> > >> usin

EventNotifierSupport - Endpoint ID accessible ?

2014-12-12 Thread Michael Täschner
Hi Camel-Riders, using Camel 2.13.2 we extend EventNotifierSupport to implement statistics collection for routes and endpoints. For endpoints we can extract the configured route id via exchange.getFromRouteId() but I can see no way to access the "id" for endpoints in our camel spring dsl, only thi

CamelBlueprintTestSupport looping NPE with FelixFileinstall

2014-09-30 Thread Michael Täschner
Hi, with our latest upgrade from Camel 2.12.4 to 2.13.2 (Apache ServiceMix 5.1.1 to 5.1.2) the blueprint tests will have exception output of the felixs fileinstall DirectoryWatcher with the following message: In main loop, we have serious trouble: java.lang.NullPointerException java.lang.NullPoin

Re: camel-cxf proxy failed wsdl reading with local schemaLocations

2014-07-11 Thread Michael Täschner
it is not being used. As we do not generated code via wsdl2java but only want to use the cxf:Endpoint as a proxy, how can I tell Camel/CXF to pick up the schemata locally (via jax-ws-catalog.xml)? Sorry to bother but this is really blocking our progress. Thanks and Regards, Michael 2014-07-07 14

Re: camel-cxf proxy failed wsdl reading with local schemaLocations

2014-06-27 Thread Michael Täschner
Hi, could anybody give me a hint with this issue (using schemalocations with cxf:Endpoint) ? Thanks and Regards, Michael 2014-06-23 16:20 GMT+02:00 Michael Täschner : > Hi Camel-Riders, > > we are (still) using SMX4.5 (Camel 2.10.7) and are trying to proxy a > SOAP call to extern

camel-cxf proxy failed wsdl reading with local schemaLocations

2014-06-23 Thread Michael Täschner
Hi Camel-Riders, we are (still) using SMX4.5 (Camel 2.10.7) and are trying to proxy a SOAP call to external URL (plus reading statistics from input message). For offline testing we have created a SoapUI mock target and we declare schemaLocations inside the cxfEndpoint. Unfortunately the schemata a