Re: Issue with ApnsServiceFactory

2012-09-10 Thread solimo
Here we go - https://issues.apache.org/jira/browse/CAMEL-5536 -- View this message in context: http://camel.465427.n5.nabble.com/Issue-with-ApnsServiceFactory-tp5717573p5719069.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Issue with ApnsServiceFactory

2012-09-09 Thread Claus Ibsen
a ticket to not forget about this https://issues.apache.org/jira/browse/CAMEL-5536 Patches is of course still welcome. -- View this message in context: http://camel.465427.n5.nabble.com/Issue-with-ApnsServiceFactory-tp5717573p5718931.html Sent from the Camel - Users mailing list archive

Re: Issue with ApnsServiceFactory

2012-09-08 Thread solimo
.nabble.com/Issue-with-ApnsServiceFactory-tp5717573p5718931.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Issue with ApnsServiceFactory

2012-08-22 Thread Claus Ibsen
free to work on a patch and submit it in a JIRA ticket http://camel.apache.org/contributing.html On Fri, Aug 17, 2012 at 3:59 AM, Eli Gelasco eligela...@gmail.com wrote: I found an issue with ApnsServiceFactory class. It will never allow you to create an ApnsService object using

Re: Issue with ApnsServiceFactory

2012-08-17 Thread Claus Ibsen
Hi You may have found a bug in that component. As we love contributions, then feel free to work on a patch and submit it in a JIRA ticket http://camel.apache.org/contributing.html On Fri, Aug 17, 2012 at 3:59 AM, Eli Gelasco eligela...@gmail.com wrote: I found an issue with ApnsServiceFactory

Issue with ApnsServiceFactory

2012-08-16 Thread Eli Gelasco
I found an issue with ApnsServiceFactory class. It will never allow you to create an ApnsService object using gateway.sandbox.push.apple.com, it always changes to gateway.push.apple.com, even if you call ApnsServiceFactory.setGatewayHost(). I was wondering if anyone knew of a work around