Getting a page URL ..
Hi, Is there a way to get the URL of a page with request parameters in REST format? e.g. I have a REST scheme based on the following format http://localhost:8080/products/categoryid/productid Is there...
View ArticleRoute started race condition
Hi I have a camel route that consumes from a topic and sends to a queue. from("activemq:topic:mytopic?transacted=true&lazyCreateTransactionManager=true") .log("${body}")...
View ArticleAsync Http Client link broken
Hi Colleagues, https://camel.apache.org/ahc.html ->Async Http Client link is broken. Points to https://github.com/sonatype/async-http-client but should be changed to...
View Articleexception handling across routes
Hi I'm attempting to catch an exception thrown from another route as follows. <route> <from uri="direct:one"/> <onException> <exception>BlahException</exception>...
View ArticleWicket CDI application junit test
Hi everyone. I'm trying to write some tests for my wicket-cdi application. But I can't init wicket WebApplication, resulting: javax.naming.NamingException: Lookup failed for 'java:comp/BeanManager' in...
View Articlelucene2seq error: field does not exist in the index
Hi All, I'm very new to trying to use lucene2seq so I'm not sure if it's just user error, but I'm experiencing some unexpected behavior when running lucene2seq against my solr index (4.7.1). I've tried...
View Articlebroken pipes exception
the server can't work. it says: 2014-04-11 11:53:49,591 | WARN | Transport Connection to: tcp://192.168.11.172:45734 failed: java.net.SocketException: Broken pipe |...
View Articlemongodb - component - ClassNotFoundException
Hi, I would like to use mongodb component in my camelContext. I have already installed feature *camel-mongodb* and when I do *bundle:list * I get Here's my camelContext When I deploy this exception, I...
View Articleheartbleed vunerability
Hi All, My password manager tells me that apache.org is affected by the recent HeartBleed vunerability - however, i see no info on the website. Does anyone know if JIRA is affected?
View ArticleWierd skipping of messages using Websocket/activeMQ
Hi all, First-time poster. I am using ActiveMQ 5.7.0 and the standard conf/activemq.xml file with websockets: <transportConnectors> <transportConnector name="websocket"...
View Articlecpu and memory used by kafka broker.
while running kafka broker with 8 topics and 6000 partitions, %cpu usages hover around 300% and virtual memory around 60gb. There are no producers and consumers running. Why is the idle broker taking...
View Articleoverview of Jena bat/* and bin/* tools?
Is there a post-incubation equivalent to the http://jena.sourceforge.net/tools.html page that described the bat and bin directory contents? Thanks, Bob
View ArticleSASL mechanism issue with HA
Hi, I have an active-passive HA setup currently configured without any authentication (auth=no) and allow all in the ACL and things work as expected. However, when I enable authentication and configure...
View ArticleHow to reset a form enclosed in a zone from the java-side handler?
I have a form enclosed in a zone. When I submit the form with my register button, it's being handled by method: private Object onSelectedFromRegister() { ... return zone; The default behaviour seems to...
View Articlerelease plans for 2014?
Hello everybody, Do you have any plans to do a 2014 release this year? If so would that be in the first half of the year? Thanks!
View ArticleSend response to file request?
One of my client put the file request under directory placeorder with below configuration in CAMEL <route id="FileToJMS"> <from uri="file:target/placeorder" /> <to...
View ArticleWS-SecurityPolicy 1.0 handling
Hi, CXF folks, I think I need to get a web service client working with a service whose WSDL uses WS-SecurityPolicy 1.0 definitions. What's a good way to do this with the current CXF release? I'd also...
View ArticleBetter way to capture output from a Maven job
I have a script that needs to obtain the three-part numerical version from a Maven pom.xml. I am using the Maven help plugin to the version number as follows: mvn help:evaluate...
View ArticleHighLevelConsumer question
I was under the impression that a KafkaStream would only own a single topic/partition at a time. Is this correct or will it multiple multiple topic-partitions into a single KafkaStream? Thanks, Clark
View ArticleExcluding the main compile class from the classpath in failsafe
Strange as it might seem, I need to exclude the main compiled artifact from the classpath while running an integration test. The integration test is testing a framework that has it's own way to get the...
View Article