camel-ldif component problem

2020-05-26 Thread Daniel Johansson
Hi users Hope you can help me with a problem i have with camel-ldif.When i try to modify one object in the AD it works fine but when i have two modify objects i get: LdifReader.parseModify: ERR_12042_BAD_MODIFY_SEPARATOR_2 Bad state : we should have come from a MOD_SPEC or an ATTRVAL_SPEC, at lin

simple language date offset

2020-10-06 Thread Daniel Johansson
Hi Users When i use the file component i want to filter on files that are older then one month and only process those files. I have been experimenting with: filterFile=$simple{file:modified} < ${date:now} and: .filter(header("CamelFileLastModified").isLessThan("${date:now} - $simple{header.ONE_MO

Re: simple language date offset

2020-12-16 Thread Daniel Johansson
onth varies in days. > > > > > > > > On Tue, Oct 6, 2020 at 2:23 PM Daniel Johansson > wrote: > > > > > > Hi Users > > > > > > When i use the file component i want to filter on files that are older > then > > > one m

LDAPS

2021-01-29 Thread Daniel Johansson
Hi Camel Users I hope someone can get LDAPS working with camel. I'm using camel 2.23.2 and camel-ldap component to try to get all objects under a specific OU from a microsoft AD. This works fine with LDAP however if I want to use LDAPS i get into trouble and get: ERROR s.l.i.CamelConfig.initialDi

camel-jetty and access log

2022-02-25 Thread Daniel Johansson
Hi We use camel version 2.23.2 and spring-boot version 2.3.12. We can log get access logs for Spring Boot Web Server according to: https://docs.spring.io/spring-boot/docs/2.3.x/reference/html/howto.html#howto-configure-accesslogs

Re: camel-jetty and access log

2022-02-28 Thread Daniel Johansson
on Jetty. > Then we can see how to do this in camel-jetty afterwards. > > > > On Fri, Feb 25, 2022 at 2:14 PM Daniel Johansson > wrote: > > > > Hi > > > > We use camel version 2.23.2 and spring-boot version 2.3.12. > > > > We can log get