JQuery Datatable Bind Mixin
I am attempting to use the jquery/bind mixin with a datatable, but not having success. The relevant code is below. Basically I want to click a row and have it create a tapestry event, with the fileID....
View ArticleReading json file.
Hi, I have json file in follwoing format: { "_id" : "foo.com", "categories" : [], "h1" : { "bar==" : { "first" : 1281916800, "last" : 1316995200 }, "foo==" : { "first" : 1281916800, "last" : 1316995200...
View ArticleKafka JMX
Can you view Kafka metrics via JConsole? I've tried connecting to port 9999 with no such luck?
View ArticleReappearing messages with qpidc and bdb persistency store
Hi all, Every now and then, when I restart my qpidc broker (version 0.22) some messages reappear in the queues, although they were long since taken from the queues (and committed). Something like that...
View ArticleJMX
Can you view Kafka metrics via JConsole? I've tried connecting to port 9999 with no such luck?
View ArticleInter-Route.Communication
I have a number of routes that do a bit of processing and then hand off to other routes. One of the upstream routes splits streaming data to a downstream route. If that downstream route encounters...
View ArticleMaven Assembly Plugin - Changing File Name Case Using FileSets
Help please.... I am using the Maven Assembly Plugin to build a distribution zip and am getting some strange behavior with filename cases (which is a problem because we deploy to Unix and Windows -...
View ArticleupdatePolicy for release repositories
I can't seem to find a detailed description of how updatePolicy affects release repository behavior. Can someone explain or point me to a document that does? I'm also interested in understanding how,...
View ArticleMaven, Access denied to: http://repo1.maven.org/maven2
*Hello. I have just downloaded last version of Maven. And when i am trying to run* mvn archetype:generate *i get error message* [WARNING] Error reading archetype catalog http://repo1.maven.org/maven2...
View ArticleMirrormaker 0.7
I'm having a lot of trouble getting throughput of mirrormaker to be consistent. On ec2, I have ~10 topics with pretty different throughputs, mirroring from 4 regions into 1. Total of about 20MBps....
View ArticleSpring injected Client
I did read the http://cxf.apache.org/faq.html regarding Client thread safety, and feel that in my case I should not worry because I am not going to make changes on conduit ....etc I have Spring...
View ArticleGodzilla's Guide to Gradle/Geb
I'm no expert, in fact this is my first Gradle/Geb project. The following works for me with 5.4 alpha: With the Eclipse Gradle plugin I can do a Gradle build which runs the tests and creates a war...
View ArticleSending Configuration to ZK
I would like to send static configuration that would be used for say Apache or nginx to zookeeper for safe keeping. How would I get it there? I am not 100% sure how I would do that. Can anyone point...
View ArticleAdding tab to default project (index, about, contact)
I am still new to Tapestry 5. For a prototype, I am doing very simple user login portal. I would like to show a couple of option along with index, about and contact, but they would only show up if the...
View ArticleNetty and requestTimeout
Hi, I'm having problems with requestTimeout on a Netty component. A NullPointerException raises when camel tries to get UnitOfWork. It looks like the timeout is raising even though there is no current...
View ArticleCamel, Netty, and IdleStateHandler
Hi, I want to send echo messages when channels are idle. However, I don't know how this feature fits nicely with Camel channel pool. How can I tell camel not to use some channels while I'm sending an...
View ArticleImplementing value interface
Is there any example code which clearly depicts how to go about implementation of value interface, instead of using the “generic” implementation of Avro schema types? The reason for this need is to use...
View ArticleOut of memory exception
I followed linkedin setup example in the docs and located 3g for heap size. java -Xmx3G -Xms3G -server -XX:+UseCompressedOops -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:+CMSClassUnloadingEnabled...
View ArticleAvro Client-Server
Is it possible and how to implement simpliest HTTP Client-Server with Avro RPC using AVDL as protocol definition and no console tools. Just from within the API level
View ArticleCan I use from ="direct:abc*" for wildcard routing...
I am building a routing to URI based on the name of class's package: <camel:route> <camel:from uri="direct://start/event" /> <camel:recipientList> <camel:simple...
View Article