Hi, Since I've push some pull requests on camel-soap and camel-core, can I be included in the contributors list with name Andrea Cosentino?
These are the issues I've been working on: [CAMEL-6716] ServiceInterfaceStrategy fails to create with interface containing multiple methods without parameters - ASF JIRA [CAMEL-6716] ServiceInterfaceStrategy fails to create with interface containing multiple methods wit... 155 private void analyzeServiceInterface(Class<?> serviceInterface) { 156 Method[] methods = serviceInterface.getMethods(); View on issues.apache.org Preview by Yahoo [CAMEL-7429] Camel Properties Component concatenation issue - ASF JIRA [CAMEL-7429] Camel Properties Component concatenation issue - ASF JIRA org.apache.camel.CamelExecutionException: Exception occurred during execution on the exchange: Exchange[Message: Test] at org.apache.camel.util.ObjectHelper.wrapCamelExecutionException(ObjectHelper.java:1379) at org.apache.camel.util.ExchangeHelper.extractResultBody(ExchangeHe... View on issues.apache.org Preview by Yahoo [CAMEL-6819] Use exceptionHandler on Xmpp Consumer - ASF JIRA [CAMEL-6819] Use exceptionHandler on Xmpp Consumer - ASF JIRA Hi! What do you think about adding a call to the exceptionHandler in the doStart() method of XmppConsumer class ? It would looks like : try { connection = endpoint.createConnection(); } View on issues.apache.org Preview by Yahoo Thanks. Bye, Andrea