Hot to stop a route using spring configuration and confused with the tag for it
Hi Guys, CamelContext.stop() stops your route where your route is not available right. What is the equivalent in spring configuration . I am confused with <stop/> where as in the documentation it...
View Articlequesion about onException
Hi All, In spring xml, we can configure onException for camelcontext level. But in Java, I just see configure onException for route level. Is there anyway to configure onException for camel context...
View ArticleOAuth2 Implementation
I am trying to use the AccessTokenVaidatorService, but I keep running into a problem of the UserPrincipal being null. @Path("validate") public class AccessTokenValidatorService extends...
View ArticleError when trying to convert a local datafile to plain text with Avro Tools
Hi, I'm exploring the human-readable avro options in the avro-tools jar, namely `tojson` and `totext`. `tojson` works fine, but I try `totext` with: `$ java -jar avro-tools-1.7.6.jar totext...
View ArticlePig Progress Notification Listener
Hello I am trying to use PPNL interface to get Pig job runtime details. For testing, i am trying to do like this- *Class implementing PPNL interface- **className - com.A.B* *@Override* * public void...
View ArticleFiltering response based on pattern in TCP sampler
Is there a way in Jmeter to handle a specific response pattern for a TCP request. I created two requests, one for login and one for user status change. For a login request on server side a response is...
View ArticleActiveMQ exception : "Failed to browse Topic"
Hi, I am continuously seeing the below exception in ActiveMQ 5.8 broker logs for a particular topic. This is infrequent and occurs sometimes. Please note that broker and client communication is fine....
View ArticleCircular Dependency
Hello All, How can i handle circular dependency in ontological model     For eg, i have a complex model more than 12.5 mb in size which has a lot of statements like     A subclassof b     b...
View Articlemobile app - changing device family
Hi, I'm releasing an update of my IOS app that adds support for iPhone (previously only iPads were supported) so I've modified the UIDeviceFamily array in the app descriptor. Is it possible or the app...
View ArticleReactions to IBM's white paper comparing AMQ with Websphere?
Hi! IBM has recently released a "commissioned research" whitepaper: Edison Group's whitepaper "IBM WebSphere MQ 7.5 versus Apache ActiveMQ 5.9: Failover, Transactional Integrity and Administration"...
View ArticleGuidelines for submitting bugs/patches to Jira
To all the users and contributors. We have recently updated some of the information in Jira to make a better use of this tool: over time this should have a positive impact in the information we will...
View ArticleFlume custom source stopping after some time when started through java program.
Hello, I'm running flume in Cent os 6.3 version. Apache flume version 1.3 I had written many FLUME CUSTOM SOURCES, All sources are working fine, except two sources. When I start flume i.e., flume-ng...
View ArticleFunction is not ready
I have the following pseudo code: public function someTypeChange(event:IndexChangeEvent=null):void someArrayCollection.filterFunction = someFilterFunction; someArrayCollection.refresh(); public...
View ArticleWhere to find full explanation of PigTest methods
I really need some better documentation to understand the handful of methods one can call on in pigtest. Reading the headers is not really helpful. For example : "Gets an iterator on the content of one...
View ArticleMahout 0.9 & code from "Mahout in Action"
Hi all For all who is interested in using the code from "Mahout in Action" with latest Mahout - the examples were updated to work with Mahout 0.9. You can find the code in separate branch:...
View ArticleLightbox2 Integration
I am having trouble getting the wicketstuff Lightbox2 plugin integration working. I am using the basic example with image resources at the bottom of...
View Articlelayered ramp-up
Hi, I know it is possible to set requests per second (rps) with the constant throughput timer, but my use-case is that I'd like to run the test at 1rps for 5 mins and then at 10rps for the remainder of...
View ArticleAny harm of sending messages to a SEDA endpoint that is not started
I use a seda endpoint route to send out email alerts (using smtps inside the route). The easiest way I can turn off all email alerts is to leave this seda endpoint unstarted (i.e. autoStartup="false")....
View ArticleProxy error while calling Webservice through proxy auth
I am calling a external webservice but I have to use proxy settings and authorization. How do i do that using CXF? I am configuring that in java using conduit but its not working. When I use the same...
View Articlemaven shade/artifact naming help
Hi, I have an existing multi-module project. A module A (i.e. artifactId=A) uses shade plugin to create an uber jar. The shade plug in config doesn't retain the original (slim) jar so the only artifact...
View Article