Re: git commit: [CAMEL-7218] Added possibility to explictly specify class loader for OSGi checks.

2014-02-18 Thread Henryk Konsek
Hi Willem, > My suggestion is update the PlatforHelper.isInOsgiEnvironment() > to load the Activator(org.apache.camel.impl.osgi.Activator) class with the > class > loader of PlatforHelper and leave the SpringNameSpaceHandler as the way it > used to be. Yeah, I'll roll back the changes from the

Re: git commit: [CAMEL-7218] Added possibility to explictly specify class loader for OSGi checks.

2014-02-18 Thread Willem Jiang
Hi Henryk, I don’t think using TCCL by default can address the activatorClass loading issue. Usually TCCL is set to be the application bundle class loader, if the application bundle doesn’t import the org.apache.camel.osgi package, the  PlatformHelper.isInOsgiEnvironment() will return false eve

Re: [VOTE] Release Apache Camel 2.12.3

2014-02-18 Thread Willem Jiang
+1 -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com(http://willemjiang.blogspot.com/) (English) http://jnn.iteye.com(http://jnn.javaeye.com/) (Chinese) Twitter: willemjiang Weibo: 姜宁willem On February 16, 2014 at 12:17:03 PM, Hadrian Zbarcea (

Re: [VOTE] Release Apache Camel 2.11.4

2014-02-18 Thread Willem Jiang
+1 -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com(http://willemjiang.blogspot.com/) (English) http://jnn.iteye.com(http://jnn.javaeye.com/) (Chinese) Twitter: willemjiang Weibo: 姜宁willem On February 16, 2014 at 12:17:07 PM, Hadrian Zbarcea (

Re: [VOTE] Release Apache Camel 2.11.4

2014-02-18 Thread Daniel Kulp
+1 Dan On Feb 15, 2014, at 11:16 PM, Hadrian Zbarcea wrote: > This is a vote to release Apache Camel 2.11.4, a patch release coming with > about 26 issues fixed. > > Release notes: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12325645 > > > Staging

Re: [VOTE] Release Apache Camel 2.12.3

2014-02-18 Thread Daniel Kulp
+1 Dan On Feb 15, 2014, at 11:16 PM, Hadrian Zbarcea wrote: > This is a vote to release Apache Camel 2.12.3, a patch release coming with > about 128 issues fixed. > > Release notes: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12325593 > > Staging r

[GitHub] camel pull request: Adding new components: Schematron component

2014-02-18 Thread akhettar
GitHub user akhettar opened a pull request: https://github.com/apache/camel/pull/99 Adding new components: Schematron component Jira detai are here: https://issues.apache.org/jira/browse/CAMEL-7220 You can merge this pull request into a Git repository by running: $ git pull htt

Re: [VOTE] Release Apache Camel 2.11.4

2014-02-18 Thread Jon Anstey
+1 On Sun, Feb 16, 2014 at 12:46 AM, Hadrian Zbarcea wrote: > This is a vote to release Apache Camel 2.11.4, a patch release coming with > about 26 issues fixed. > > Release notes: > https://issues.apache.org/jira/secure/ReleaseNote.jspa? > projectId=12311211&version=12325645 > > Staging repo: >

Re: [VOTE] Release Apache Camel 2.12.3

2014-02-18 Thread Jon Anstey
+1 On Sun, Feb 16, 2014 at 12:46 AM, Hadrian Zbarcea wrote: > This is a vote to release Apache Camel 2.12.3, a patch release coming with > about 128 issues fixed. > > Release notes: > https://issues.apache.org/jira/secure/ReleaseNote.jspa? > projectId=12311211&version=12325593 > > Staging repo:

Re: [VOTE] Release Apache Camel 2.11.4

2014-02-18 Thread Raul Kripalani
+1. *Raúl Kripalani* Apache Camel PMC Member & Committer | Enterprise Architect, Open Source Integration specialist http://about.me/raulkripalani | http://www.linkedin.com/in/raulkripalani http://blog.raulkr.net | twitter: @raulvk On Sun, Feb 16, 2014 at 4:16 AM, Hadrian Zbarcea wrote: > This i

Re: [VOTE] Release Apache Camel 2.12.3

2014-02-18 Thread Henryk Konsek
+1 (non-binding) On Tue, Feb 18, 2014 at 3:56 PM, Raul Kripalani wrote: > +1. > > *Raúl Kripalani* > Apache Camel PMC Member & Committer | Enterprise Architect, Open Source > Integration specialist > http://about.me/raulkripalani | http://www.linkedin.com/in/raulkripalani > http://blog.raulkr.net

Re: [VOTE] Release Apache Camel 2.12.3

2014-02-18 Thread Raul Kripalani
+1. *Raúl Kripalani* Apache Camel PMC Member & Committer | Enterprise Architect, Open Source Integration specialist http://about.me/raulkripalani | http://www.linkedin.com/in/raulkripalani http://blog.raulkr.net | twitter: @raulvk On Sun, Feb 16, 2014 at 4:16 AM, Hadrian Zbarcea wrote: > This i

Re: [VOTE] Release Apache Camel 2.12.3

2014-02-18 Thread Aki Yoshida
+1 (non-binding) aki 2014-02-16 5:16 GMT+01:00 Hadrian Zbarcea : > This is a vote to release Apache Camel 2.12.3, a patch release coming with > about 128 issues fixed. > > Release notes: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311211&version=12325593 > > Staging repo:

camel-smpp UCS-2 issues

2014-02-18 Thread Daniel Pocock
I've observed some oddities sending messages to SMPP that require UCS-2 (16 bit / Unicode) encoding To make it work, I have to explicitly set: alphabet=-1 in the endpoint config CamelSmppDataCoding=8 in the exchange headers and leave other headers and config settings empty/default Aut