Disable WSDL and WADL metadata publishing?
How do you disable WSDL/WADL metadata publishing? I don't want to export the service contracts, client applications already know how to invoke the endpoints. Thanks!
View ArticleSSL Offloading and Wicket
I'm sure I'm missing something simple as there are certainly many others using similar setups, but I cannot figure out what I'm doing wrong. We force all requests from the public internet to use HTTPS...
View ArticlePhoenix- Hbase Sink
Hi all, The Apache Phoenix project now provides a custom sink for streaming Flume events into HBase. These events may be queried through SQL using the Phoenix JDBC driver. The detailed instructions can...
View ArticleAbout speed contorl in Kafka
Hi, In my application, the produce speed could be very high at some specific time in a day while return to a low speed at the rest of time. Frequently, my data logs are flushed away before they are...
View ArticlePrefixing CDN URL to resources base path
Hi, I'm trying to make the use of CDN hassle free with my Wicket Apps. .. where *IF* a CDN location is specified then all paths like .. become This applies to JS, CSS, and img tags mainly. Am wondering...
View ArticleSetting exchange out body
In a processor I have code similar to this: Car car = new Car(); List<Car> cars = new ArrayList<Car>(); cars.add(car); exchange.getOut().setBody(cars, List.class); The exchange goes to a...
View ArticleQuestion: Maven Pathes includes and others
Dear All, I'm trying to get the Junit tests for an multi module Project running. All test run fine, expect one test. I don't use the standard maven hierarchy, because the project is very old and yet we...
View Articlecluster expansion
Hi folks, There are three brokers running 0.8-beta1 in our cluster currently. Assume all the topics have six partitions. I am going to add another three brokers to the cluster and upgrade all of them...
View ArticleRadioGroup selected model value
Hello, I confess I don't understand wicket radiogroup ( and model ). i spent too much time with it . Here is my problem. *AgPage.html* I would like to have debut2 to be *selected *, since visible =...
View ArticleWicket and HTML5/jQuery or Dojo
Will Wicket support most of the HTML5 tags? Canvas? <footer> <header> etc? Can wicket support plug and play javascript frameworks. I asked this on reddit:...
View ArticleKafka 8.0 performance
Hi All, we are testing performance of our kafka 0.8 release cluster: - 5 kafka nodes with one zookeeper instance on each machine - FreeBSD 9.2 - Nagle off (sysctl net.inet.tcp.delayed_ack=0) - all...
View ArticleKahaDB log files not getting cleaned up -- Why?
Hello, I have an ActiveMQ instance that has been running nicely for a couple of months, but doesn't seem to clean up its KahaDB logs like I expect it to. (More specifically, I expect to have like 1 log...
View ArticleUnable to start consumers in Tomcat
Hi , Can you guys lets us know why are we getting this error when try to spawn a consumer ?. ZookeeperConsumerConnector can create message streams at most once Balaji
View ArticleGenerating email from template outside request/response cycle
Hello- I'm attempting to use the Wicket 6 email templating mechanism to render an HTML email from a Panel OUTSIDE the normal request/response cycle -- in a timer thread. I have already been successful...
View ArticleEfficient way to update ListView
Hi, Apologies for slight doublepost - I added this to the wrong subforum previously. As I understand it, the method of updating a listview via an Ajax call is to add the listview's container to the...
View ArticleTreeGrid in tapestry
Does anyone know where can I find a usage for https://code.google.com/p/tapestry5-treegrid/ Thanks
View ArticleSchema exclusion from Avro message
Hi, I have read at multiple places that we can exclude the schema being packed into the Avro message can only include version to allow schema lookup. I have also looked into...
View ArticleWriteLock does not work.
Hi everyone, I would like to implement a 'preemptible' mutex with the WriteLock example in the recipe. My method is like this. 1. Acquire the WriteLock and get the resources 2. Set a watch on the...
View ArticleUnoverride load in PigUint
Hi! By default PigUnit does override LOAD statements Is there any possiblity to void this? I'm using AvroStorage because of evolving schemas and I would like to write in my tests: --load test dataset...
View Articlehibernate events
Hi, today I tried to add some hibernate event listeners to my application. This was my first naive approach: in AppModule public static void...
View Article