How to pass a value to two Http Request Samplers.
Hi, I am using JMeter 2.9. I have a test plan : ThreadGroup (no of threads 2, loop count =1) Simple controller BeanShell PrePocessor : vars.put("myId", "${__UUID}") hashHttpRequest dataHttpRequest In...
View ArticleApache Flex 4.12 release candidate
Hi, I've just made a RC1 of Apache Flex 4.12.0,it can be installer by rerunning the Apache Flex installer. [1] It would be a great help to the Apache Flex team if you could: - Try and install the SDK -...
View ArticleWeb app vulnerability protection in wicket (csrf)
Does wicket have support for top vulnerabilities? Mainly I am trying to protect against cross site scripting and cross site request forgery attacks. I haven't found anything yet explicitly for those...
View Articlecontrolling RDF/XML-ABBREV output
Hi, I'm using Jena to write out data to file as RDF/XML-ABBREV. I'm using the prettyTypes property to ensure that my domain objects sit at the top of the file. This works great. These XML files are...
View ArticleCross war comms using direct-vm and cxf
Hi, I've just started looking at Camel and I was wondering whether there was a way to call from a CXF rest service deployed in war A to a CXF rest service deployed in war B without the overhead of an...
View ArticleNMS SSL Client Settings
From article by Tim Bish I was able to use the following client config settings: ssl://localhost:61617?transport.acceptInvalidBrokerCert=true Currently it won't work without the transport setting.. I...
View ArticleSPARQL 1.1 Graphstore Protocol
Hi, I am writing some Groovy extensions for Jena, but am struggling to find anything about support for: http://www.w3.org/TR/2013/REC-sparql11-http-rdf-update-20130321/ Could someone point me in the...
View ArticleC++ sample in 1.7.6 fails with EOF reached using a record containing a filed...
If I have a schema that looks like this: {"namespace": "Dummy", "type": "record", "name": "String", "fields": [ {"name": "name", "type": "string", "default": "NONE", "doc": "The Name" With a program to...
View Articleunsigned 32bit (uint) in Avro - C# ?
How do I serialize an unsigned integer (uint or UInt32 in C#) in Avro? It's very bizarre that unsigned aren't discussed at http://avro.apache.org/docs/1.7.6/spec.html#schema_primitive
View Articlekafka consumer not consuming messages
[2014-02-10 10:56:35,800] INFO Reading configuration from: config/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) [2014-02-10 10:56:35,803] ERROR Invalid configuration, only...
View ArticlePattern for using kafka producer API
What is the most appropriate design for using kafka producer from performance view point.I had few in my mind. 1.Since single kafka producer object have synchronization; using single producer object...
View ArticleAUTO: Anas Mosaad is out of the office (returning 02/16/2014)
I am out of the office until 02/16/2014. Dear Sender, Please note that I'm on a business trip and will be back to office next Sunday (16 Feb 2014). You may experience a delay in my response; for urgent...
View ArticleUnit test for Pig UDF using DistributedCache
Is there a common way of writing a Unit Test around a UDF that makes use of the Distributed Cache? ie UDF that implements the getCacheFiles() function. Thanks, Lei leiwangouc [ at ] gmail.com
View ArticleAjaxLazyLoadPanel is block other page render while processing
We have using 6.6.0 in our application. In home page we using AjaxLazyLoadPanel to load the widgets data, It take long time to render the widget. When loading widget, if click the other page, the page...
View Articleakka-camel jetty producer: getting exception which I am not able to catch
Use case: I have a REST endpoint which is developed with Spray Routing. It receives requests from clients and for some services it calls another REST service which is hosted on another server. After...
View ArticleCustomize http ports & change "/cxf" to "/" for different services hosted on...
Hello All, We have a requirement where in we have multiple services deployed on our container and these containers are in a cluster spread across different hosts. Below is our Infra design It has 2...
View ArticleCamel Stomp Component with Spring DSL
Hi all, I looked on the stomp component page on the Camel website and really would like to use the capability to have the messages posted to the ActiveMQ broker from a web service converted to a...
View ArticleServer Side Asynchronous processing support via CXF & NIO support
Hi CXF developers, I have been using CXF 2.7.7 and exposing my service using JAXRS support provided by CXF. <jaxrs:server address="/" id="appService">...
View ArticleHow can I call REST API for brokerMbean.getQueues() and...
I think the subject itself explains my problem pretty good. Thanks very much for any help. Really getting into trouble to find solutions today.
View Articlehow to pass parameter to camel custom datafotmat?
I am new to camel i have implemented custom dataformat *Now i want to use custom property in marshel or unmarshal method.* Is this possible to do this in camel? please give example if there is way. My...
View Article