one-to-many interceptor
I see in the documentation for org.apache.flume.interceptor.Interceptor that the result of intercept(List<Event>) must not exceed the size of the input (in all-caps, even). This is unfortunate...
View Articlepackagescan is not working in Java Webapp web.xml
I'm trying to register Camel Routes (written in Java DSL) in a package through web.xml. The routes were not registered when I used the package scanning (e.g.1 below). As a side note, the route...
View ArticlePotential bug in sFTP (jSCH)?
Hi, I am using Camel 2.12.0. I have a route that establishes a sFTP connection. I have set the route so that it will attempt to re-connect every 15 minutes and then disconnect. This is set up because...
View ArticleFailed to register topic
Hello, Has anyone seen the following error before, while working with JMS topics in Camel? I am using Camel to talk between a single JMS (AMQ) broker and a network of brokers. I have searched for...
View ArticleModalWindow positioning
Hi *, In a long page I need a ModalWindow to position itself at the center of the browser window even when the page is scrolled way down, so that the ModalWindow always pops up in front of the user....
View ArticlePerforce SCM Provider using P4Java - Seeking for feedback
Hi I am seeking for help from Maven with Perforce SCM to test out test p4maven scm provider which is being refactor ( very close to completion) with the following improvements * Auto discover the...
View ArticleKafka 0.8/VIP/SSL
I'm looking for advice on running Kafka 0.8 behind VIPs. The goal is to support SSL traffic, with encryption and decryption being performed by back-to-back VIPs at the client and in front of the...
View ArticleJMeter is very slow with slightly higher load
Hello, Can someone please suggest me how to resolve this issue? When i run my scripts with 100 users total, it worked fine, But when I increased to 500, after like 15-20 mins Jmeter freezes and I have...
View ArticleInstall Mahout without Internet
Hi, I have a cluster working with Mahout (0.7) and Hadoop (0.9). I have my own code working. Now, I want to do the same cluster in differents computers, but I do not have Internet so when I use the...
View ArticlePound,Euro symbols in message rendered as "?" on camel route
Hi, I am facing issue with Pound symbol coming in my messages to camel route , This pound symbol when comes in json request on my camel rest endpoint , it gets converted to "?" the same gets shown on...
View ArticleKafka connection loss with high volume of messages
Hello All, I am seeing this issue very frequently when running a high volume of messages through Kafka. It starts off well, and it can go on for minutes that way, but eventually it reaches a point...
View ArticleMahout Algorithms Theory?
Hello everybody, I am learning Hadoop and it's associated technologies. I haven't come to Mahout yet but would like to start soon. Can someone please guide me on how to start with Mahout and what...
View ArticlePan/Zoom
By chance has anyone ever updated the pan/zoom component that Adobe had been working on way back when? Trevor
View ArticleActiveMQ Heap Size Monitoring
Has anyone put into place a simple way to monitor and record the heap space utilization? We're looking for something that will grab the heap space utilization and record it so we can graph it over time.
View ArticleReturn SOAP Fault in CXF Interceptor
I have a custom interceptor. In case the SoapMessage is an Exception, I'd like to skip all my other interceptors and return a SOAP Fault. public void handleMessage(SoapMessage message) ... if...
View ArticleSome thoughts on maven dependencyManagement in flex sdks
Hi, I am currently finishing up the new Mavenizer ... today I had an idea that I thought could be quite cool: At the moment I generate the dependencies without a version and generate a...
View ArticleDefault version of maven-compiler-plugin
I'm using maven 3.2.1 and when I run maven with -X I notice that version 2.5.1 of the compiler plugin is used: However, if I run mvn help:describe -Dplugin=compiler I get: Name: Maven Compiler...
View ArticleProblem with inserting database from camel-context.xml
hi good day, I'm new to all this. i have the following <split parallelProcessing="true" streaming="true"> <tokenize token="\n" group="1"/> <unmarshal><csv/></unmarshal>...
View ArticleTurning off RDF/XML canonicalization check
Hey, is this possible? Or is there a workaround? I need XMLLiteral as embedded XML (actually XHTML) regardless if it's canonical or not, otherwise XSLT processing breaks. I've tuned the XHTML quite...
View ArticleModel data lost when calling target.add before onSubmit
Hi, I have two panels added to a form. The idea is to create a step 1, step 2 type functionality where after clicking next on panel 1, it hides and shows Panel 2. I have a checkbox on Panel 1 add(new...
View Article