Mocking SQL results in a route
Hello, I have a route that looks as follows: from(uri) .to("log:input") .recipientList(simple("direct:${header.operationName}")); from("direct:lookup") .process(new Processor() { public void...
View ArticleConfiguration() issue when running KMeansDriver.java from ToolRunner
Hello, I'm having some difficulties trying to run a basic K-means clustering job from a java project when debugging via NetBeans. I was hunting down the cause of mkdirs failure for writing the cluster...
View ArticleJAXRS client proxy and HTTP Conduits
Hello, How are Conduits and HTTP Client endpoints bound together? This example works: This example doesn't work, conduit is not applied on JAXRS client proxy: Using CXF 2.6.6 / ServiceMix 4.5.1 Gérald
View ArticleAir LMS Communication
Hi, is there actually any chanche to communicate from a flex mobile app (Air) to a Learning Management System (via SCORM or the Experience API (xAPI))? Best regards, Christian
View ArticleCustom Interceptor
Hello, I'd like to do search'n'replace on outgoing HTTP requests. I am trying to do this with an Interceptor. I managed to bind my own Interceptor to the PRE_STREAM phase, but then I am stuck at...
View Article1.7.6 Slow Deserialization
Hi, We are in the process of upgrading to 1.7.6 from 1.7.3. But it seems 1.7.6 deserialization is slower by about 10%-30%. We did profiling and found the bottleneck being JsonProperties.getJsonProp()....
View ArticleHow to catch reply messages in InOut MEP?
To explain my problem I provide the route in a diagram of my context component. It is composed by 2 main routes for the different message directions. My problem is now, that I have to inform the...
View ArticleRecoveredXATransaction hanging around in activeMQ 5.9.0
Hi, can anyone advise how to deal with 'RecoveredXATransactions' - using ActiveMQ 5.9.0 I am seeing 18 RecoveredXATransactions for activeMQ broker listed in the Hawtio console When I click on one I get...
View Articleqpid-send and --properties possible bug/compatibility problem?
Hi, property passed with message like that: qpid-send -b ${BROKER} -a exchange/cal --durable yes --content-string "content" --property MyProp=MyValue will throw MessageFormatException in...
View ArticleLogical Units of Work
Hi I've not used Camel for a number of years and now have a (to me) non-trivial task which I wonder if it can be done in Camel using standard camel component: I have a CSV file with structured data in...
View Articlesite-deploy using wagon-ssh: User input needed
Hello everyone, :) this is my first post in this mailing list, so I hope I doing everything right. I'm using Maven 3.0.4, having a Jenkins build server running on Windows and a Web Server running on...
View ArticleComplex Maven projects - Tutorials? Books?
Hello everyone, :) I have a question which is not about a specific problem with Maven, but more a general question. I hope it is okay to ask this question here. We use Maven and Jenkins for about 1.5...
View ArticleUploadProgressBar broken with update to v6.13.0
Hi, I just recognized that the UploadProgressBar has been broken by changes made in Version 6.13.0 - I assume because of https://issues.apache.org/jira/browse/WICKET-5420 I tested with Firefox v.30.0,...
View ArticleWatch: One time event -> Loss of event
Hi All, In my last couple of projects, I have heavily used zookeeper watches. However, ZK watch is a one time event. I strongly feel that zookeeper should have a way to set a watch permanently (unless...
View ArticleLengthPrefixedBinaryTCPClientImpl issue
Hi All, I am trying to send a message to my server application developed in C++ using LengthPrefixedBinaryTCPClientImpl class. On the server side I get the length and data in two recv (socket function)...
View ArticleTesting for Flex Mobile projects
Hi everyone, I develop Flex mobile applications (specifically Android) and would like what tools can be used to automate the application testing. Every piece of information will be deeply appreciated....
View ArticleSpark DataGrid.draggableColumns
I see there's a property in Spark DataGrid named "draggableColumns". I expect that when it's set to true that I can change the column ordering. But it did not work for me and when I looked at the...
View Articlesending csrf spring-security token for cxf jaxrs post method service
My webapp is secured using Spring Security with CSRF protection. I have a CXF Jaxrs webservice that has a post method. Is there a way for a CXF Jaxrs (2.0) client to send in a csrf token to the Jaxrs...
View ArticleHow do I listen for new queues created on apollo...
I am trying to listen for advisory messages on apollo and for the life of me I can't figure it out… I want to find out when new queues are being created. I need to get all queues and then new queues as...
View Articlescala based service/deamon consumer example
Is there a simple example (scala preferred) where there is a consumer that is written to run as a deamon i.e. it keeps as open connection into a broker and reads off new messages
View Article