Re: [camel] Service Interface

2007-05-15 Thread Jeff Gunther
Jeff Gunther Intalgent 100 10th Street NE, Suite 303 Charlottesville, VA 22902 T: (434) 977-5152 ext. 100 F: (866) 812-5291 [EMAIL PROTECTED] On May 15, 2007, at 12:11 PM, James Strachan wrote: On 5/15/07, Jeff Gunther <[EMAIL PROTECTED]> wrote: On May 15, 2007, at 2:20 AM, James Strachan

Re: [camel] Service Interface

2007-05-15 Thread James Strachan
On 5/15/07, Jeff Gunther <[EMAIL PROTECTED]> wrote: On May 15, 2007, at 2:20 AM, James Strachan wrote: > On 5/15/07, James Strachan <[EMAIL PROTECTED]> wrote: >> On 5/14/07, Jeff Gunther <[EMAIL PROTECTED]> wrote: >> > I'm developing a component/endpoint that implements a FTP server. >> >> Great

Re: [camel] Service Interface

2007-05-15 Thread Jeff Gunther
On May 15, 2007, at 2:20 AM, James Strachan wrote: On 5/15/07, James Strachan <[EMAIL PROTECTED]> wrote: On 5/14/07, Jeff Gunther <[EMAIL PROTECTED]> wrote: > I'm developing a component/endpoint that implements a FTP server. Great! > When the user uploads a file to the server, the endpoint wi

Re: [camel] Service Interface

2007-05-14 Thread Rob Davies
On 15 May 2007, at 07:20, James Strachan wrote: On 5/15/07, James Strachan <[EMAIL PROTECTED]> wrote: On 5/14/07, Jeff Gunther <[EMAIL PROTECTED]> wrote: > I'm developing a component/endpoint that implements a FTP server. Great! > When the user uploads a file to the server, the endpoint will

Re: [camel] Service Interface

2007-05-14 Thread James Strachan
On 5/15/07, James Strachan <[EMAIL PROTECTED]> wrote: On 5/14/07, Jeff Gunther <[EMAIL PROTECTED]> wrote: > I'm developing a component/endpoint that implements a FTP server. Great! > When the user uploads a file to the server, the endpoint will deposit > the file into a queue. Currently, the En

Re: [camel] Service Interface

2007-05-14 Thread James Strachan
On 5/14/07, Jeff Gunther <[EMAIL PROTECTED]> wrote: I'm developing a component/endpoint that implements a FTP server. Great! When the user uploads a file to the server, the endpoint will deposit the file into a queue. Currently, the Endpoint implements the Service interface. I've noticed that

[camel] Service Interface

2007-05-14 Thread Jeff Gunther
I'm developing a component/endpoint that implements a FTP server. When the user uploads a file to the server, the endpoint will deposit the file into a queue. Currently, the Endpoint implements the Service interface. I've noticed that the "stop" method is not being called when the CamelCont