The Apache Jenkins build system has built Camel.trunk.notest (build #1577)
Status: Still Failing
Check console output at https://builds.apache.org/job/Camel.trunk.notest/1577/
to view the results.
Hi
The problem was a STUPID generics-misspelling of mine:
extends NoOutputDefinition
instead of:
extends NoOutputDefinition>
I did resolve the JIRA ticket you opened for this today, as well verified
that the "Camel In Action" test being mentioned now passes WITHOUT using
end().
Babak
Cl
Hi
I got the camel-leveldb feature fixed by adjusting the import version
ranges in camel-leveldb.
karaf@root> features:install camel
karaf@root> features:install camel-leveldb
karaf@root> list
START LEVEL 100 , List Threshold: 50
ID State Blueprint SpringLevel Name
[ 64] [
On Fri, Jun 22, 2012 at 11:51 PM, Christian Müller
wrote:
> +1
>
> My tests/findings:
>
> 1) all new components are in the kit
> 2) I could not install camel-dns in Karaf 2.2.7 (see below)
> -> package sun.net.spi.nameservice is neither exported by Karaf nor
> provided by another bundle
> 3) I c
Hi Claus
Thanks for looking into this.
Right now I'm on a short trip and will look into this tomorrow.
Babak
Am 23.06.2012 um 11:59 schrieb Claus Ibsen :
> Hi
>
> I have digged a bit more.
>
> The Camel Java DSL is not 100% compatible with the 2.9 branch.
> Commit rev 1244769 which is a comp
The Apache Jenkins build system has built Camel.trunk.notest (build #1576)
Status: Still Failing
Check console output at https://builds.apache.org/job/Camel.trunk.notest/1576/
to view the results.
On Fri, Jun 22, 2012 at 11:51 PM, Christian Müller
wrote:
> +1
>
> My tests/findings:
>
> 1) all new components are in the kit
> 2) I could not install camel-dns in Karaf 2.2.7 (see below)
> -> package sun.net.spi.nameservice is neither exported by Karaf nor
> provided by another bundle
This is
Hi
I have digged a bit more.
The Camel Java DSL is not 100% compatible with the 2.9 branch.
Commit rev 1244769 which is a compiler cleanup attempt had a side
effect of causing the wire tap java dsl to break in certain
situations.
http://svn.apache.org/viewvc?rev=1244769&view=rev
This commit has
Using the 2.10.0 source at
https://repository.apache.org/content/repositories/orgapachecamel-251/
I'm unable to build components/camel-jibx. The issue is a number of
dependencies on eclipse jars:
org.eclipse.core:expressions:jar:3.4.0-depot
org.eclipse.core:runtime:jar:3.4.0-depot
org.eclipse.e