Setting REST service URL parameters at runtime in Camel
Hi, I want to pass some parameter values in my http GET request at runtime and am not able to figure out a way to do this. The parameter is in my IN message. I have pasted the code snippet below:-...
View ArticleSetting REST service URL parameters at runtime in Camel
Hi, I want to pass some parameter values in my http GET request at runtime and am not able to figure out a way to do this. The parameter is in my IN message. I have pasted the code snippet below:-...
View ArticleSimple Methord to stop CRLF in textArea
Hi i want to dibble the user from typing in CRLF, I want the text area to stay as 3 lines with no score bars one approach is to the text types with an event...
View ArticleDataset union model?
Is there a way to get a model that is the union of all the models in the dataset that works across all implementations of Dataset?
View ArticleUsing multiple CSV files and Multiple HTTP requests for one User in a Thread...
The following is the scenario I want to run in JMeter: I have one CSV file (file1.csv) containing 100 userIds and passwords. I have created a Thread Group containing 100 users. I want each user to read...
View ArticleApache OFBiz Developer's Introductory Course Workbook
Hi all, I'm new to the forum. I'm a software engineer, I'm very interested in this book "Apache OFBiz Developer's Introductory Course Workbook" Before buy it I would like to know if anyone have already...
View ArticleCSV to POJO with camel bindy
Hello everyone, I am trying to transform a csv file to POJO with camel bindy. I have the following sitation: CSV file contains flight offers; I am mapping those flight offers to the flight offer POJO;...
View ArticleMangled headers on CXFRS request
I am using Camel version 2.11.1, and CXF version 2.7.8. I am trying to use the cxfrs component to submit a request to a rest service from camel. I am invoking the route that makes the cxfrs call via a...
View ArticleFailed to create UDP port
Hi, What can be done to prevent non-GUI Jmeter from failing to run and producing the following message: "Failed to create UDP port" ? Thanks, Shay EXAMPLE: Creating summariser <summary> Created...
View ArticleOnCompletion and rollbacked transaction.
Hi, I'm facing a problem using OnCompletion and a Transacted route. Let me show an example: this.from("servlet:///test").routeId("CamelTestRoute") .onCompletion() .bean(this.logCompletionRoute) .end()...
View Articledollar sign printed in json
I am extending an xsd string to include xml:language: <xsd:complexType name="reasonType"> <xsd:simpleContent> <xsd:extension base="xsd:string"> <!-- see...
View ArticleZooKeeper client session recovery and watches
Hi, In some testing, it seems like it’s impossible to recover watched events which may have been triggered across a client session recovery when that recovery happens from another process. Browsing...
View Article4.12.1 Compile issue with mobile
I have a mobile app (on all the major app stores) that was compiled with 4.10.0 FP 11.8 Air 3.8, but, I just installed 4.12.1, took all the options using the Apache Flex SDK Installer, but, whenever I...
View ArticleIssue with Camel
Hi, I am new to Camel and am facing an issue with a route I need to setup. It will be great if someone can either guide me to the correct forum or better still rectify the issue I am facing. Here is...
View Articletapestry.thread-pool.max-pool-size not doing anything
Hi I am using Tapestry 5.3.7 and the ParallelExecutor. When I increase the max-pool-size I am not able to use any more threads. However when I increase the core-pool-size I am able to use more threads....
View ArticleParamConverterProviders getting jumbled up between jaxrs:server and...
Hi All, I am facing a weird issue with CXF 2.7.11 (also in 2.7.3) Say I have an app1 that exposes a certain method in Service1 like: void doSomething(@QueryParam("input") SpecialObject1 obj) and the...
View Articleis kahadb replication supported?
I'm curious if kahadb replication is supported. http://activemq.apache.org/kahadb-master-slave.html says it's not supported but that page also has errors in rendering. So I wonder if it's just in...
View ArticleHow to deploy same Camel routes in multiple server nodes for load balancing...
Hi We're having some came routes defined in a single CamelContext which contains Web services,activemq.. in the Route. Initially we've deployed the Routes as WAR in single Jboss node. To scale...
View ArticleConnect Qpid as a foreign server to Oracle Weblogic
Hi, I want to connect Apache Qpid as a foreign server to Oracle Weblogic. Is is possible? If so what is the configuration since there are no documentation about this. Thank you, Sajini.
View ArticleQuery On Pig
Hi, Iam working with Pig. I need to know some information on HBaseStorage. B = LOAD 'hbase://sample' using org.apache.pig.backend.hadoop.hbase.HBaseStorage('details:* details1:* details2:*','-loadKey...
View Article