missing requirement osgi.wiring.package org.apache.cxf.interceptor

2015-08-20 Thread Ramu
2015-08-21 10:49:48,624 | ERROR | 9c001-1-thread-1 | DeploymentAgent | ? ? | 83 - io.fabric8.fabric-agent - 1.2.0.redhat-133 | Unable to update agent org.osgi.service.resolver.ResolutionException: Unable to resolve root: missing requirement [root]

JNDI look up from Tomcat Context.xml for camel sql component

2015-08-20 Thread widlcat20
Hi, I have a requirement to read datasource from Tomcat's context.xml using spring jndi and using camel sql component. my context.xml has below configuraiton http://camel.apache.org/schema/spring";>

Camel.trunk.notest - Build # 2482 - Failure

2015-08-20 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #2482) Status: Failure Check console output at https://builds.apache.org/job/Camel.trunk.notest/2482/ to view the results.

Re: Camel-extras old guava?

2015-08-20 Thread Christoph Emmersberger
I'll look into it over the weekend. This is currently preventing us also from releasing 2.15.x. So it has some sort of priorities. / Christoph On Mon, Jul 27, 2015 at 3:20 AM, Claus Ibsen wrote: > Maybe try it out yourself and provide a patch to the camel extra project. > > Not sure what guava

[GitHub] camel pull request: CAMEL-9090: change scope to test for cxf-rt-fe...

2015-08-20 Thread davidkarlsen
Github user davidkarlsen closed the pull request at: https://github.com/apache/camel/pull/594 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[RESULT] [VOTE] Camel 2.15.3 - attempt 4

2015-08-20 Thread Daniel Kulp
We have 9 +1 votes (most are binding), this vote passes. Dan > On Aug 17, 2015, at 8:23 AM, Daniel Kulp wrote: > > > > This is a vote to release Apache Camel 2.15.3. It’s been quite a while > since 2.15.2 and with lots of bugs fixed, it would be great to get it out > there.This thir

Re: Camel Transport and CXF : where to convert response Date headers

2015-08-20 Thread Sergey Beryozkin
I opened with a patch attached. The idea there is that Date headers coming out of CXF get converted to HTTP format Strings at the Camel to/from CXF integration level. The link to [1] https://issues.apache.org/jira/browse/CAMEL-9091 was left out... I think there might be a bit of sensitivity

Camel Transport and CXF : where to convert response Date headers

2015-08-20 Thread Sergey Beryozkin
Hi All In CXF the response headers which have java.util.Date values converted at the HTTP transport level into HTTP-friendly representations. When CXF (JAX-RS) endpoints are integrated into Camel routes using Camel Transport, example: address="camel://direct:HelloWorldRestServerEndpoint">

Performance issues while calling RestFul webservices

2015-08-20 Thread arun3007
Hi All, I am using camel 2.15.1 . We are using camel mainly as a proxy web service to serve webservices to UI and in turn we connect to different backend systems from camel. Our camel route looks like below : from("rest:post:{version}/post.json") .to(https://localhost:8080/webservic

Validating features fails

2015-08-20 Thread Bilgin Ibryam
Validating features on trunk has been failing for a long time for me. Has anyone else faced it, do I need to do some configurations? The error I get is related to spring feature: Unable to find definition for feature spring (version [3.2,4)) -- Bilgin Ibryam Red Hat, Inc. Apache Camel & Apac

[GitHub] camel pull request: CAMEL-9090: change scope to test for cxf-rt-fe...

2015-08-20 Thread davidkarlsen
GitHub user davidkarlsen opened a pull request: https://github.com/apache/camel/pull/594 CAMEL-9090: change scope to test for cxf-rt-features-clustering You can merge this pull request into a Git repository by running: $ git pull https://github.com/davidkarlsen/camel CAMEL-909