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
us Ibsen-2 wrote >> >> Hi >> >> I created 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:/

Re: Issue with ApnsServiceFactory

2012-09-08 Thread solimo
age in context: http://camel.465427.n5.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
ee 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 wrote: >> I found an issue with ApnsServiceFactory class. It will never allow you to >> create an ApnsService object usi

Re: Issue with ApnsServiceFactory

2012-08-16 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 wrote: > I found an issue with ApnsServiceFactory class. It w

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 k