BreadcrumbId is null after using transacted
Hi, I noticed the breadcrumbId is null after i use transacted. Is this by design? See example route below. from("step4")) .routeId("route-step4") .onCompletion().onCompleteOnly().bean(loggingProcessor,...
View ArticleRecepientList - Individual Target status
Hi Camel Riders I am using camel recepientList EIP for dynamic target system determination. Route as follows <route> <from uri="direct:a" /> <recipientList delimiter="#">...
View ArticleQPID-5985: change request for 0.30
Justin, I made a change on trunk before the 0.30 branch for QPID-5985[1] to fix a regression that had crept in several release back. Unfortunately in my haste I caused another regression. This second...
View ArticleAfter broker restart, forever seeing 'javax.jms.IllegalStateException: The...
The situation I have is a Camel route with a timer: endpoint sending a JMS message every few seconds. After stopping/starting the broker, the client does not seem to be able to recover and forever...
View ArticleLogo has ofbiz.org
https://cwiki.apache.org/confluence/display/OFBIZ/General+Information+Material refers to a OfBiz logo alternative 3 that has the URL as OfBiz.org...
View Articlebest practice for persisting fields
Hi, each time on a submit failed the field values associated to a simple string persist without requiring @Persist annotation. But when you have any other type of fields, for example a list from an...
View ArticleMarketing Page
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=7766031 has nothing on it except a link to another page. with the same title at...
View ArticleWrite throughput is low !!
Hi All, We, at our company, have a modest Zookeeper lab setup with 5 servers. During our lab tests, we found that somehow we can not go beyond 5K Writes/Sec in total with roughly 100 clients (all the...
View ArticlePageExpiredException not working on Session expired, wicket 1.5.11.
I am trying to server a particular error page when session timeouts to my users. For this i configured the error page on my Application's init method. But this thing is not working. I set up the...
View ArticleNecessity of using failover sinks
I have a tough time seeing why one would need a failover sink where both write to the same HDFS cluster. Can one describe to me why this is a good idea?
View ArticleExec endpoint not working correctly with recipientList
Hi there! Experimenting with the exec endpoint I found out that it works perfectly (setting CamelExecExitValue header) when invoked with hardcoded args, such as: <camel:to...
View ArticleWriting to Kafka
Hi, I started using kafka with Samza. I’m trying to run a test that is supposed to create messages and write to a kafka topic. In my test I start writing a small amount of messages and it should grow...
View ArticleHow to write metadata only if store job is successful
Hi, One of the use case in my custom storage UDF is to write certain metadata to HDFS location only if a store job has been successful. So, I tried to do this in the cleanupOnSuccess() method...
View ArticleConsumer sensitive expiration of topic
Hi, I'm playing around with Kafka with the idea to implement a general purpose message exchanger for a distributed application with high throughput requirements (multiple hundred thousand messages per...
View ArticleClearing variables each thread
I thought using vars.put in a BeanShell Sampler to set a variable was scoped only in that thread. My variables are all already set when subsequent threads in the same thread group run - they have...
View ArticleTrouble Installing Maven - not sure of /java location mac os x mavericks
Hello, I am having trouble installing Maven on my Mac. I have the necessary requirements and I followed the instructions carefully. One of the instructions on the download/installation page is to...
View ArticleDoxia Eclipse Editor Plugin problem with snippet macro
Hi, I have been successfully using the Doxia Eclipse Editor Plugin for a few months. But now I'm facing a compatibility problem related to the snippet macro. if I use the following macro:...
View ArticleAn error reported by the TurtleOntologyParser of the Protege
Hi all, When I try to open an example.ttl ontology using Protege, the protege's TurtleOntologyParser reports the following error: uk.ac.manchester.cs.owl.owlapi.turtle.parser.ParseException:...
View ArticleEncounter "401 error" during "mvn-deploy"
Hi All, I was uploading pig artifacts to my private repository. I assume I just need to generate ~/.m2/settings.xml and run target mvn-deploy. Here is one server seting in settings.xml: <server>...
View Articlehow to put jaxrs:server as endpoint in route from?
Hey All, I have below jaxrs:server define like below. how to put it as endpoint into route? below is the code example, but it doest not work for me <jaxrs:server id="rsServerSecure"...
View Article