Re: JAXB Marshalling from email route

2017-04-06 Thread Gary
Lee Mills -- View this message in context: http://camel.465427.n5.nabble.com/JAXB-Marshalling-from-email-route-tp5797029p5797091.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: JAXB Marshalling from email route

2017-04-05 Thread souciance
help, it > helps sometimes having others look over. > > c u tomorrow, and thank you!!! > Gary Lee Mills > > > -- > If you reply to this email, your message will be added to the discussion > below: > http://camel.465427.n5.nabble.com/JAXB-Marshal

Re: JAXB Marshalling from email route

2017-04-05 Thread Gary
camel.465427.n5.nabble.com/JAXB-Marshalling-from-email-route-tp5797029p5797035.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: JAXB Marshalling from email route

2017-04-05 Thread Gary
m or sftp endpoint http://www.w3.org/2001/XMLSchema-instance"; xmlns="http://smartsignal.com";> ---- - something truely is corrupting the document when extracted - type or char set? - Gary Lee Mills -- View this message in context

Re: JAXB Marshalling from email route

2017-04-05 Thread souciance
ttr.get("receivedDate")) { > bufferedWriter.write("Received Date:" > + > attr.get("receivedDate")); > bufferedWriter.newLine(); >

Re: JAXB Marshalling from email route

2017-04-05 Thread Gary
for (String s : attachmentFilenames) { bufferedWriter.write("Attachment File:" + s); bufferedWriter.newLine(); } } catch (IOException ioe) { LOG.error(&q

Re: JAXB Marshalling from email route

2017-04-05 Thread souciance
; this doesn't do anything. > > something with the email sending to route is introducing hidden or special > characters. > > > Gary Lee Mills > > > -- > If you reply to this email, your message will be added to the discussion > below:

JAXB Marshalling from email route

2017-04-05 Thread Gary
d. ??? I've tried plain/text, rich Text, html, format of the email on outlook, this doesn't do anything. something with the email sending to route is introducing hidden or special characters. - Gary Lee Mills -- View this message in context: http://camel.465427.n5.nabble.com/