Disable wsdl/xsd generation?
Is there a way to disable schema generation and just use a resource wsdl file? I'm running into an issue with a wsdl/xsd set that I cannot change and cxf isn't happy with it.
View ArticleCalling Processor in Spring DSL
Hi, Does Spring DSL support Groovy in the processor construct? With Java DSL, I can do this: from("direct:test") .process { Exchange exchange -> println (exchange.in.body) } .process { println...
View Articlehaving trouble with datepicker in popup
Having trouble with date picker in popup. Does not seem to render properly. We are using 4.11. Has anyone else had this issue? Thanks, Mark This email is free from viruses and malware because avast!...
View ArticleExtending Pig SUM function
Hi All, The built in Pig SUM eval function returns null if the bag is empty . How can I override this(as simple as possible ) to return 0 instead of null . public class CustomSum extends SUM{ // Which...
View ArticleWiki page examples NOT showing up on rendered page
On ActiveMQ Geronimo page, several lines end in a colon (":"), hinting that there should be some example that shows the configuration issues at hand (https://activemq.apache.org/geronimo.html). These...
View ArticleApache Pig 0.12.1 released
The Pig team is happy to announce the Pig 0.12.1 release. Apache Pig provides a high-level data-flow language and execution framework for parallel computation on Hadoop clusters. More details about Pig...
View ArticleWhy Is Maven Ignoring My Local Repo?
I seem to keep running into this problem regularly for things not in Maven Central [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.3:site (default-site) on project...
View ArticleCamel transaction handler forces reconnecting to ActiveMQ
Trying to set up a route with transaction handling on a camel, this leads to connection to the activeMQ drop and reconnect every few milliseconds is this expected, is there a work around? Logs showing...
View Articlesshd - async interface
Hi, Are there any plans to support async interface for the sshd package? Enable single/multi threaded implementation based on nio, in which selector is left within the program main? The library can...
View ArticleWhy are alternate repositories so hard to configure
I have the following <repositories> <repository> <id>sonatype</id> <name>Sonatype Maven OSS Repository</name> <releases> <enabled>true</enabled>...
View ArticleUsing JMeter to simulate video viewing traffic
In my application some of the viewers would be viewing videos. We are using HTML5 video tags to play videos in the application. To simulate this functionality, I am running a test plan which makes HTTP...
View ArticlePig: java.lang.String cannot be cast to org.apache.pig.data.DataBag in...
Hi, I am using cloudera and run mapreduce job written with pig latin, I met the following exception in a map task: 014-04-15 11:30:39,532 WARN org.apache.hadoop.mapred.Child: Error running child...
View Articlekafka consumer threads are in waiting state and lag is getting increased
Hi. currently we are using *kafka_2.8.0-0.8.0-beta1 and *and high level consumer group to consume messages. Topic has been created with 3 replica and 100 partition so that max 100 threads can consume...
View ArticleLogging and Cargo plugin
Hi, I use the cargo-maven2-plugin to start and test my webapp with various servlet containers (jetty 9, tomcat 7 and tomcat 8). One thing that disturbs me is that every log line the is printed out by...
View Articledrop n drop
Any suggestions for implementing drag and drop. Is there any thing in wicket 6. In our old project on wicket 1.4 we used wicket dnd (code.google.com/p/wicket-dnd/) to implement drag n drop. I dont see...
View ArticleHow to play video from server in flex
Hi everyone, Earlier i asked you all about playing video in iOS, which i could very well from local files. Now, i have got some thing new for me to do. Now, i have to play video from server in all...
View ArticleScrollingStageTextInputSkin in scroller does not scroll when focus
Hi everybody, i changed my textinput field from spark.skins.mobile.TextInputSkin to the new spark.skins.mobile.ScrollingStageTextInputSkin to enable the softKeyboardType. But now when i focus the...
View ArticleSplit XML with xmlTokenizer and add root element?
Hello, I have to deal with large xml data in our camel application. In the camel documentation I've found the splitting with the xmltokenizer(split().xmlTokenize(<tag>)). First it looked fine for...
View ArticleOver Reliance on Session Storage
Hi Everyone, My application is under a level of load where I am starting to regret a somewhat naive over reliance on the @Persist annotation. My pages probably contain far too much state and as a...
View ArticleException reporting with mixed http & https
Hi guys. We have used the recipe for Exception reporting - version 3 http://tapestry.apache.org/overriding-exception-reporting.html This way we can render the exception page with the current uri (no...
View Article