How I get the internal html content of a dynamically updated div tag using...
Hi, In my html file I have a div tag like this, <div wicket:id="editorArea">Type Here</div> I am using a JavaScript library called bootstrap-wysiwyg to make this div tag a text are which we...
View ArticleWhat exactly happens if fetch size is smaller than the next batch (0.72 and...
Hello -- I'll try to look at the code, but I'm seeing something here and I want to be *sure* I'm correct. Say a batch sitting in a 0.72 partition is, say, 5MB in size. An instance of a high-level...
View ArticleFlume service stopped automatically
Hello, I have a flume service which pulls twitter data and sinks to HDFS. I started it last night at 8 PM. It was going well. When I checked the status today morning, it seems flume service stopped at...
View Articleinclude url in the exception log
Hi, in a production log, I can see some exceptions, but it's difficult to trace as I don't know from what url that trigger this exception, is there a way to include the url in the exception log?...
View ArticleEndpoint URI typesafety
Hi everyone, The Java DSL is very nice, but I wonder why endpoint URIs are not typesafe. Instead of we could write Even if it's more verbose, is there a technical reason for not doing this? Thanks
View ArticleWicketTester CDI and WicketApplication
Hi All I am having difficulty finding information on how I can create a CDI context for use in my tests. Is there some kind of way of creating a mock cdi environment for testing. Currently my tests...
View ArticleEvaluating Recommender System
Hi, I'm trying to evaluate my recommender system in Mahout. I have boolean data and I'm using *GenericBooleanPrefUserBasedRecommender* I used precision and recall and it's returning *throwing...
View Articleloop component only reads 'value" once, renders same object each time?
This used to work, and now it doesn't and I'm at a loss. What I see happening is that setCurrentObject is called the correct number of times (4), with the correct value each time. However,...
View ArticleA child with id 'XXXX' already exist AND class constructor called twice issue
Hi everyone. I am a little new on Wicket, and I have googling this problem a lot of time. I have 3 or 4h try to solve this exception: java.lang.IllegalArgumentException: A child with id 'eventos'...
View ArticleAssetsModule.ResourceMinimizer JavaScript compression problems for resource...
Hi, I'm seeing this on my production server, but I've not seen this during development. Everything seems to work ok though? IS there a version I need to update or some kind of tweak I need? John INFO |...
View ArticleHow to detect a consumer's lost connection
If ActiveMQ is restarted, we find that our producers and our consumers have to be shut down and relaunched in order to reestablish the connection with ActiveMQ. This is a royal pain! However, a...
View ArticleTransactions and Cache Levels
Hi, im using transacted route which consuming exchanges from JMS component ( ActiveMQ ) and follow recommended setting as mentioned in http://camel.apache.org/jms.html .I setup cacheLevelName to...
View ArticleCopy an artifact with its transitive dependencies to a specified location
I want to copy an artifact with its transitive dependencies to a specified location. The artifact is not a dependency of the project the given build step would be part of. I've tried the "copy" goal of...
View ArticlePostdoctoral Research Position at TU Berlin
Hi there, my research group is looking for a PostDoc, if you know anyone interested, please forward this. Thank you, Sebastian
View ArticleMessageBundle problem for using maven test
Hello everyone : I'm a beginner of maven. In my project, I have an file "ftp.proterties" only use for ftp config, not for I18N useage. This file's Content like : host=192.168.1.105 port=21...
View ArticleA web service consumer route per operation
Dear Listener, we have a web service with several operation in it. Now I would like to build for each operation a dedicated web service consumer route. How can I configure each route to listen only for...
View ArticleExplicit Values for Enums
I did a few searches on Jira and couldn't find anything it, so apologies if this has been requested previously. It seems like it would be useful to allow an explicit value for enumeration members. I...
View ArticleSite plugin, breadcrumbs, and inheritance in multi-project sites
Hi, I really like the ability to use this plugin to generate and deploy project sites, but I am having some problems making some things work: 1) I had ONCE gotten the breadcrumbs to show up. Now they...
View Article