Running cleanup code after tests in multi-module project.
What is the best way to run cleanup code after testing a multi-module project? Basically, post-integration-test for the entire reactor. Is the best way to create another module that is last to run in...
View ArticleNeo4J 2.0 transactions on domain objects with T5.3.x
Hello friends, I'm upgrading some code of mine to use Neo4J 2.0, which now requires a transaction on _reads_ as well as writes for anything dealing with Node/Relationships. (It used to be reading...
View ArticleItem recommendation w/o users or preferences
Say I have a retail organization that doesn't sell a diverse set of products, eg 2000, but has many small transactions. Also say that I don't have any user or preference information. Is it reasonable...
View ArticleConsumers can't connect while broker is under load
Hi, I have a cluster of 12 brokers receiving 10,000 msg/s from producers where each message is roughly 2.5KB. We also have 12 ZooKeepers and everything is on AWS. Under these conditions, top (the Linux...
View ArticleEclipse + Maven + Geb
I'm building with maven and trying to write a geb test which will run in eclipse. Does anyone have a pom.xml which will work in eclipse using m2e? Nothing I've found on the web seems to work. Cheers,...
View ArticleIs there a service to get invoices as PDF?
The headline is as much as the question. I have seen the way to send the invoice as PDF via email, but not a service which would stream the PDF. I want to call the service from an external app. cheers
View ArticleIs there a service to get invoices as PDF?
The headline is as much as the question. I have seen the way to send the invoice as PDF via email, but not a service which would stream the PDF. I want to call the service from an external app. cheers
View Articlerestoring broker node / zookeeper question
I have two questions: 1. We plan to initially run Kafka without partitioning or replication, simply having two single node Kafka (broker) servers in two geographically diverse locations. Using periodic...
View Articlecamel rabbitmq request-reply
Is there any example for implementing a request-reply using camel and rabbitmq. For example something like this patternExternal Service --> message_queue(rabbitmq) --> camel ->...
View Articlehttp4 component: Possible to post message attachments as "multipart/mixed" ?
Hi, I need to upload a camel message body (text/xml) together with files (added to camel message attachments) with dataHandlers, by posting it to a URL with the camel-http/http4 component. Works fine...
View ArticleConfused About Use of Transactions in Custom Source
I'm confused about the proper way to use transactions in a custom source, as the documentation and examples seem to disagree with one another. I'm hoping someone could let me know the recommended...
View ArticleWindows and Linux Perl Client
I need some advice, we are currently upgrading our broker from 0.12 to 0.22 or later. We are heavy Perl users both in Linux and Windows, for 0.12 we developed our own client using the c libraries, this...
View Articleusing multiple text searches in a query
Hello, I am playing with the text:query property function. The following query searches for var ?a where must meet 2 criteria, one related to predicate pred:cv-name, the other one to predicate...
View ArticleTapestry-genetify
Hi there, tapestry-genetify[1] for tapestry 5.3.7 is available on maven central[2]. It's a tapestry contribution for Genetify[3] (an amazing opensource website testing and optimization tool based on a...
View ArticleTapestry 5.4-beta-2 GoogleClosureCompiler
Hi all, how do i set additional GoogleClosureMinimizer options? The current implementation in tapestry-webresources doesn't seem to offer any configuration possibilities besides replacing the whole...
View ArticleHandling FailedToCreateProducerException
I have a route which sends a request to a MOM endpoint. Something like: from("direct:serviceRequest").beanRef("serviceName", "methodName"). to("momComponent:" + momServiceDefinitionName)....
View Articleerror when tryring to copy any element in a test plan
I'm using JMeter 2.10. For a particular test script, I get an error any time I try to copy an element in the test plan. Error is: Error An error occurred while copying node:...
View ArticleFlash Resource for Flex Code
Hello I'll start at the end and work back. Bare with me! I want to create a .swf file, to place in a web page, which will comprise an HSlider and above it an area to display a short image sequence. As...
View Articlejavap Maven plugin?
Hello, for analysis of bytecode produced by different java compilers I need to decompile class files. I may resort to antrun and write some groovy script which invokes the javap CLI. However I'd like...
View ArticleENOENT: No such file or directory
Hi All, I am trying to run a pig script in local mode. The input.seq file is present in the current directory. Here is the o/p:. Any help would be highly appreciated. 2014-01-13 15:03:11,991 [main]...
View Article