Properties.. when they are read and used?
Hello, In my test , I have a user define variable named USERS, who's value is ${__property(nusers)}. In the thread group, I set number of threads to USERS. In user.properties, I set nusers to 10. When...
View ArticleSpring & Transactions, Camel processors doesn't see the data...
We have a project that includes Spring Camel. An integration test (FooIT.java) is annotated for running with Spring and uses a camel route. The problem is that the test creates a database record (which...
View Articledynamic ids for zones
I have a zone in a component that appear multiple times on a page so it needs unqiue ids each time. I was thinking not to assign an id for thew zone and let the framework provide one. How do I access...
View Articledefault JMeter caching
Hi, I'd like to understand a little a bit about default JMeter caching. I have a site behind Varnish caching. However, when I ran the tests through Varnish and by bypassing Varnish the results were...
View ArticleDifferent Zone Update's
Hello Experts, I have encountered one more hurdle now regarding zones, I have a layout component>componentA>componentB>componentC>NotificationComponent>Zone This zone is a count zone and...
View Articlejaxrs jms transport
Hello, I've some jaxrs resources I'd like to access in JMS. Like this guy : @Path("/urlplan/{codeArmoire}") @POST @Consumes(MediaType.APPLICATION_JSON) @Produces(MediaType.APPLICATION_JSON) public...
View ArticleI need to install some python osgi library
Hi. I am trying to get the scripting languages working in a camel route like this: For Groovy: <choice> <when> <groovy>true</groovy> <to uri"file:/usr/local/jimmy/B"/>...
View ArticleNeed file from src/main/resources in generate-sources phase for annotation...
I posted this question on StackOverflow but I’m stuck and haven’t been getting much response so I decided to go to the “source” as it were. Here’s a link to the question on SO, if you prefer to answer...
View ArticleALS recommender with Long ids
hi folks, I was trying to get the ALS recommender working for our data. I have user_ids and item_ids that are longs. To handle this, I set the usesLongIDs ‘true’ in the parallelALS job first. mahout...
View ArticleMXML Vs WAXML - WOOZ SDK
Any idea about http://wooz.io/ for web development. WAXML is replacing MXML & Javascript is replacing Actionscript....
View Articleproton Messenger error handling/recovery
Hello, I've probably missed something, but I don't know how to reliably detect failures and reconnect. So if I sent to an address with a freshly stood up Messenger instance and the address can't be...
View Articlewicket atmosphere not updating the page
I am trying to use wicket-atmosphere (0.18) in wicket 6.12.0, on post, subscribe method is getting called but any component I add to target is not updating in the page, ajax debug window shows empty...
View ArticleError in acceptor (kafka.network.Acceptor)
Hi, I am trying to load a cluster with over than 10K connections, and bumped into the error in the subject. Is there any limitation on Kafka's side? if so it configurable? how? on first look, it looks...
View Articleadding wicket generated link to javascript
Hi, My designer gave me code where HTML is created in javascript as part of a jquery dataTable: <script> $(document).ready(function() { $('#datatable').dataTable( { .... $('.clientinvoices...
View ArticleRequest to be contributor
Hi all, I want to contribute to the wiki documentation. Is it possible to be contributor ? My login is julien.nicolas Thanks, Julien. Mobile : 06.66.98.39.53 Bureau : 02.85.52.30.55 Courriel :...
View ArticleUsing Flume to process data
Can you guys please let me know if the following scenario is supported: I have a system in which there are Tomcat machines which have small JSON files of 2K size each. The goal is to take those files,...
View Articlejaxrs.providers delimiter change in 3.x
Hi, I wanted to mention that the default delimiter appears to have changed in 3.x for the jaxrs.providers init-param. I upgraded from 2.x to 3.0.1, and needed to add a comma as the delimiter between...
View ArticleCamel Websocket Endpoint Example with Connection Key
Hi , I am trying to use apache camel websocket endpoint. I am looking for an example of how to set the ConnectionKey on the apache camel websocket endpoint. Also how/where to specify the same...
View Article