Python UDF Error
hi all, My script basically performs a calculation and outputs an array of values. Pig script: register pcent.py using jython as pc; data = load 'Data.csv' as (value:int); B = FOREACH data GENERATE...
View ArticleC++ Qpid Messaging - API & Broker
(don't know how this got into the other thread - sorry, trying again...) So I've been looking at running Qpid's C++ broker and a client on an embedded target. I need to transit some traffic from JMS...
View ArticleApache Maven PMD Plugin 3.1 Released
The Maven team is pleased to announce the release of the Apache Maven PMD Plugin, version 3.1 A Maven plugin for the PMD toolkit, that produces a report on both code rule violations and detected copy...
View ArticleApache Maven Checkstyle Plugin 2.12 Released
The Maven team is pleased to announce the release of the Apache Maven Checkstyle Plugin, version 2.12 Generates a report on violations of code style and optionally fails the build if violations are...
View ArticlePopulating DropDownList in ItemRenderer
Hi, User is editing data, so I need to populate data which is passed in DataGroup, which has ItemRenderers (corresponding to DB rows) and consists of bunch of components, including DropDownList. I am...
View ArticleCan't access to the resources bundled in external jar files
Hi, I'm working on a project using Wicket 6.14. I created a separate Maven project for all wicket plugins. This project uses JQuery UI 1.9.2. Then, I declared this project as a dependency in my main...
View ArticleNavigation control in Layout component not rendering properly 5.4beta3...
Hi, I am running the 5.4 beta 3 tapestry quickstart app. The navigation on the UI is not rendering properly. I am new to bootstrap, so I was hoping the quickstart bootstrap would be all working. from...
View Article5.8.0 Unable to shutdown embedded broker
Hi all, I'm having some problem during the Tomcat shutdown. I'm using ActiveMQ-5.8 and my brokerURL are:...
View Articleexchange body being updated while route is not complete
Hello, Below is a route, once I put the message in rabbit mq, the body is being updated by the pipe afterwards, is that possible? <route id="post" autoStartup="false" streamCache="true"> <from...
View ArticleQuery causes a StackOverflowError
Hi there, Firstly I would just like to say that whilst we have only been using Elda and Fuseki for about a year, we have until now been really very happy with them. Excellent stuff :-) Unfortunately,...
View ArticleSetting styleSheet using AS3
Hi I want to change the <s:linkNormalFormat> when a user clicks on the the loins, in a itemreadser I found an example...
View ArticleClassCastExcetion on JOIN
Hi, I've the following problem with a pig script but I can't figure out where the problem is. Please can you help me ? Thanks Davide B. *PIG script* data = LOAD 'test2.txt' AS (etype:chararray,...
View Articlecreate: receiver, but broker says "Queue not found"
I'm doing some failover testing for various services of ours that are using QPID. We need to handle failover ourselves so our connection listener returns false to veto qpid's failover and then we go on...
View Articlehow to get a component to rerender upon receiving an event
A component interepts a componentResources.triggerEvent that indicates it needs to be rerendered. Is there a way to tell the containing parent to rerender the child? This email is free from viruses and...
View Articleupdate HTTP request using previous response
Hello, What is the best way to update a HTTP request using the response. So the service returns a position and this position needs to be sent in subsequent request. 1) post message with position 0 2)...
View ArticleWirbelsturm released, 1-click deployments of Kafka clusters
Hi everyone, I have released a tool called Wirbelsturm (https://github.com/miguno/wirbelsturm) that allows you to perform local and remote deployments of Kafka. It's also a small way of saying a big...
View ArticleDocumentation for metadata.broker.list
I recently moved my 0.8.0 cluster to a set of entirely new brokers, and was surprised to find that the producers did not update their list of brokers to remove the brokers that were no longer in the...
View Articlequeuing support and javadocs (newbie)
We are trying to adapt kafka for our project and would appreciate comments on my following questions-thank you 1)where is javadoc for kafka 0.81? This helps me look at availaible API support. Googling...
View Articlecxf to convert incoming json to xml
Hi all, I am new to CXF. I am using CXF v2.7.3. I have incoming post request that contains JSON format data that needs to be converted to a valid XML document. Does CXF provide conversion of json to a...
View ArticleHTTPS Failing with 2.11, 2.9, and 2.8
Attempting to record our test site with Jmeter which fails in the versions listed above. Configuration of system running Jmeter and jmeter test plan is: * Mac 10.9.2 * Java * Java version "1.7.0_51" *...
View Article