Hi
Not really I am on an older java version
davsclaus:~/workspace/hawtio (master)/$ mvn -version
Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1;
2014-12-14T18:29:23+01:00)
Maven home: /opt/apache-maven-3.2.5
Java version: 1.7.0_45, vendor: Oracle Corporation
Java home: /Library/Java
The Apache Jenkins build system has built Camel.2.14.x.notest (build #146)
Status: Fixed
Check console output at https://builds.apache.org/job/Camel.2.14.x.notest/146/
to view the results.
The Apache Jenkins build system has built Camel.2.15.x.notest (build #43)
Status: Fixed
Check console output at https://builds.apache.org/job/Camel.2.15.x.notest/43/
to view the results.
I still get the OOM exceptions. Any other difference to my
system/configuration?
Best,
Christian
-
Software Integration Specialist
Apache Member
V.P. Apache Camel | Apache Camel PMC Member | Apache Camel committer
Apache Incubator PMC Member
https://www.linkedin.com/pub/christi
I am trying to use Sql Select query, there I am using 2 Header value inside
the where conditions.
As below:
select * from MY_TABLE where KEY_1 = :#Mandant and ACTIVE_FLAG = 'Y' and
BUFFER_ID=:#Logging_Id and KEY_2 = 'INSERT'
Its not working, whereas Insert query with both header values working fin
Hi Christian,
I have to work on documentation.
But you can test a full GPIO sample here :
http://gautric.github.io/blog/2015/04/03/apache-camel-raspberrypi-integration.html
GPIO part is completed. Please feel free to test is IRL ;-)
I2C part is developped, but I have to build some I2C stuff at ho