Issue with Upgrade of 0.8.1
Hi, We upgraded to 0.8.1 version of Kafka in TEST,we did load test shutting down 1 broker in the cluster,we are getting below error and cluster becomes unresponsive. Do you guys have any fix for this...
View ArticleJettison Issues converting from WebLogic 10.3.4 to 12.1.1.0
I have a small CXF app (currently on 2.7.7) that has been running in WebLogic 10.3.4 for quite a while. I'm now trying to port it to WebLogic 12.1.1.0. I first commented out my dependency on...
View ArticleConsumerConnector.commitOffsets
Hi, Currently we are using 0.8.1 version of Kafka ?. Does this ConsumerConenctor.commitOffset method commits all partitions for messages in iterator or only the offset of message that is currently...
View ArticleRFI in 0.28 Updating Qpid Installation instructions
I've updated the INSTALL[1] for qpid to make it correct as far as I know for building on Unix platforms. All the changes I've made also apply to 0.28 so I'd like to release these instructions which I...
View ArticleBehavior when a message expires while it is processing
Hi, I am trying to understand the behavior when a message expires while it is being processed. I have the following flow setup in my test program. queue.start -> sleepProcessor -> queue.end The...
View ArticleKafka integration...
Are most of you using straight Java or Scala APIs to talk to Kafka, or something else like Spring Integration, Camel, or some other abstraction?
View Articlews-policy with camel CXF
What I'm doing seems like it should work, on the server side the policy is being read in and enforced because messages are being denied. I'm trying to do a simple username/password to get started but...
View ArticleIs OFBiz vulnerable to the heartbleed problem in openssl?
The subject says it all, or rather asks it all. Does the application server it is distributed with use openssl, and if so, is the version vulnerable to heartbleed? And, if it is to old to be...
View ArticleJDBC component and jboss ds.xml file
I have my data source defined in a jboss ds file (myDB2Database-ds.xml) that goes either in the jboss deploy directory or ds directory <?xml version="1.0" encoding="UTF-8"?> <datasources>...
View ArticleJmeter Doesnt send 100% request to server and give response.
Hi team, I am facing issue with jmeter of concurrent user load test. When I am executing test with 100 users then it gives me response of 80% to 85% and same for Request also. I have not used View...
View Articlehttp4 component - increasing maxTotalConnections and connectionsPerRoute
Hi, I'm trying to increase the maxTotalConnections and connectionsPerRoute in an http4 endpoint, but to no avail (the defaults are still being used). I'm appending...
View ArticleCheckbox validation for accepting terms & conditions.
Hi All, I need to implement a registration form where the user has to accept the terms conditions of the site by ticking a checkbox. I was wondering somebody has come across a tapestry extension that...
View ArticleJMS peek?
Is there a clever way to do a "peek" operation with AMQ in camel? I want to trigger an action if there are any messages in a queue, but not consume any of them. Larry
View ArticleGetting current split in EvalFunc
How can I get the current file being processed by mapper in EvalFunc? In typical MR Job, this is achieved through ((FileSplit) context.getInputSplit).getPath()
View ArticleJavaScript method for context encoding
I'm working on a mixin which allows selection handling in jQuery AutoComplete (analogous to zone update on changing value in Select component). I need to pass selected value to an event handler via...
View ArticleDistance Measure in K-Means Java
Hi, I am trying to cluster text with Canopy and K-Means. This is what I have and it works. But I’m curios if I should not somehow run K-Means with Tanimoto and Canopy with Euclidian instead? What is...
View ArticlePassing null value into context
Hi everyone I have a code that generates page links based on the specified names in a list. That block of code looks like this <t:pagelink t:page="${subPage.firstValue}"...
View ArticleDocumentation, Documentation, Documentation
Hi, this is another reminder that we still have to finish our documentation improvements! The website looks shiny now and there have been lots of discussions about new directions but we still have some...
View ArticleTrouble with Flex Desktop accessing XML file with namespace elements
HI, * I have an XML file (actually an epub contentes.opf file) partially shown as follows:* <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <package...
View ArticleSplit with Aggregation when throw Exception issue
Hi,I have the follow routes that StartRoute process an Order, splitting itens and call direct:processItem route to process itens. I have an aggregation to aggregate results. When processItem route...
View Article