Re: Comma in email names

2010-10-05 Thread Tracy Snell
I got it. I'll create the Jira and submit the patch as soon as I write a test to confirm the fix. On Oct 5, 2010, at 8:37 AM, Hadrian Zbarcea wrote: > Yes, please create a jira. The problem is the simple parsing that doesn't > account for commas (or semicolons) within quotes. > We need to fix

Re: Camel JMS component tied to Spring framework - bad news

2010-10-13 Thread Tracy Snell
There are some caveats when using Spring-DM and OSGI. Guillaume Nodet does a far better job than I ever could explaining some of the issues in his blog: http://gnodet.blogspot.com/2010/03/spring-dm-aries-blueprint-and-custom.html Regards, Tracy Snell On Oct 12, 2010, at 3:08 AM, Christian

Re: mail component, subject as an option?

2010-02-13 Thread Tracy Snell
I'll write a patch and submit it sometime this week. On Feb 13, 2010, at 4:15 AM, Claus Ibsen wrote: > Hi > > I have created the ticket > https://issues.apache.org/activemq/browse/CAMEL-2467 > > On Fri, Feb 12, 2010 at 3:01 PM, Claus Ibsen wrote: >> On Fri, Feb 12, 2010 at 2:54 PM, mcrive wro

Re: mail component, subject as an option?

2010-02-17 Thread Tracy Snell
Patch submitted. On Feb 16, 2010, at 5:51 AM, mcrive wrote: > > Looking foreward for it :D > > Claus Ibsen-2 wrote: >> >> On Sat, Feb 13, 2010 at 2:38 PM, Tracy Snell wrote: >>> I'll write a patch and submit it sometime this week. >>> >

Re: Apache Camel & Durable Topic Subscription

2010-03-08 Thread Tracy Snell
On Mar 5, 2010, at 8:28 AM, Charles Moulliard wrote: > In the camel jms documentation, it is mentioned that when we would > like to use Durable Topic Subscription, the limitation that we have is > that we can only consume message through one JMS connection (so one > thread) : > > "If you wish to

Re: Invoking remote RESTful services urgent !!

2013-10-01 Thread Tracy Snell
Here's code I use to expose a REST url externally to an internal REST service. from(BASE_URI + "/doctor?bindingStyle=SimpleConsumer&resourceClasses=" + DoctorLookupService.class.getName()) .setHeader(Exchange.HTTP_URI, simple("http://my.company.com/CT/GetContac

Re: Calling RestfulServices

2013-11-25 Thread Tracy Snell
You can also just use a processor when you need more control. See https://code.notsoclever.cc/camel-soap-rest-bridge-example/ On Nov 25, 2013, at 7:52 AM, trilochan237 wrote: > Hi > > I need to consume RestFul services exposed on a remote machine. > > I tried with the following routing tech

New blog post: Writing a Camel Component

2013-11-25 Thread Tracy Snell
Just put up a blog post demonstrating how to write a new Camel component. http://code.notsoclever.cc/writing-camel-component-camel-static-resource/ tjs

Re: Corrupt pdf from classpath

2014-09-27 Thread Tracy Snell
Always have planned on committing that component. Just never got to it. Since there’s interest I will. tjs On Sep 26, 2014, at 7:10 AM, scottdawson wrote: > Hi Claus, > Tracy Snell wrote the original code and it's his website that I provided the > link to in my earlier post.

Camel CXF WSDL first example

2013-07-14 Thread Tracy Snell
At long last I'm getting to spend time in Camel again. Writing a series of simple examples. Things folks I work with had trouble figuring out how to do mostly. Posted the first one athttp://code.notsoclever.cc/camel-cxf-component-wsdl-first-example/. tjs (slowly emerging from a year of PHP and

Re: Camel CXF WSDL first example

2013-07-15 Thread Tracy Snell
Hah! Thanks. I'm dyslexic in an odd way and literally have to stop and think about things like that (and sometimes like in this case I still reverse thing). My wife never asks me to tell her directions if I'm in the car with her, she tells me to point. If I say turn left at the light she respond

Re: Exposing Camel Route as WEB SERVICE

2013-08-17 Thread Tracy Snell
I have 2 examples (one posted today). 1 - http://code.notsoclever.cc/camel-cxf-component-wsdl-first-example/ 2 - http://code.notsoclever.cc/camel-cxfrs-jdbc-rest-example/ Both have full working source on github. tjs On Aug 13, 2013, at 12:07 AM, contactreji wrote: > Hii. > > I am in the pro

Re: String to Endpoint

2013-08-23 Thread Tracy Snell
Set the header: Exchange.HTTP_URI String URI to call. Will override existing URI set directly on the endpoint. http://camel.apache.org/http4.html As the above says, that'll override whatever address is in the .to. So .to("http4://nowhere.com") will be replaced by Exchange.HTTP_URI if it

Re: How to extract the URL parameters using Spring DSL?

2013-08-23 Thread Tracy Snell
Same number of params each time? Restlet does it easily: from("restlet:http://localhost:8080/service/inv/{country}/{item}/{store}/{size}";)…. On Aug 23, 2013, at 6:28 PM, gsamy wrote: > How to extract the URL parameters using Spring DSL? > > For example: > http://localhost:8080/service/inv/US

Re: HL7 v3

2013-09-12 Thread Tracy Snell
The library we use for HL7 is HAPI (http://hl7api.sourceforge.net/index.html). Unfortunately it doesn't support V3. I'd also love to see V3 support. I'm going to dig for appropriate libraries and consider adding that functionality.

Re: [ANNOUNCEMENT] Apache Camel 2.12.1 released

2013-09-23 Thread Tracy Snell
Package version diffs can be seen at: http://vdiff.notsoclever.cc/?v1=2.12.0&v2=2.12.1 On Sep 22, 2013, at 7:00 AM, Christian Mueller wrote: > The Camel community announces the immediate availability of the new patch > release Camel 2.12.1. This bug fix release is issued after only 9 days of >

Redhat acquires Fusesource...

2012-06-27 Thread Tracy Snell
http://fusesource.com/redhat/?elq=56aa75f4214c4cd1bf363dfb6fb2c940&elqCampaignId=348