Version 4.12 of Apache Flex
Hi, A new release of Apache Flex is a few months away what JIRA issues would you like to see fixed and what new features or improvments would you like to see? You can get an indication of progress by...
View ArticleActiveMQ: REST API and JMS Headers
Hello, When putting messages to ActiveMQ via the RESTful API (see for example http://activemq.apache.org/rest.html), how am I able to set the JMS Headers such as Correlation Id, Priority, ReplyToQueue,...
View ArticleTileGroup and ensureElementIsVisible
I am testing a programmatic scrolling of TileGroup. Either I am doing something wrong or there is bug here. I am providing code for testing. When you run it you will see rows of buttons and a scroller....
View ArticleAUTO: Jose Luis Mujeriego Gomez is out of the office. (returning 04/12/2013)
I am out of the office until 04/12/2013. I will be out of the office with limited email access. I will check email regularly but no guarantees I will be able to answer you back promptly. For any urgent...
View ArticleJquery Datatable Questions
I have been reading this forum regularly, but now have questions about the Jquery Datatable (sample below)... How do I set css styles on column cells? For instance how do I set the width of cells or...
View ArticleIssue using camel split(stax())
I have an issue using camel split with stax (2.12.1) where the "StAXJAXBIteratorExpression" is not able to match the xml elements to the jaxb provided class: The route looks like this where splitClass...
View ArticleRecurring "Failed to process transaction type: 1 error: KeeperErrorCode =...
Hi Zookeeper users When the leader zookeeper instance is killed, theoretically, all followers should restart and elect the new leader gracefully. But I am observing a little frequently, all followers...
View ArticleCamel-maven-plugin 2.12.1 Problem
Dear Clause, I'm have issue when running the camel project with version 2.12.1 camel maven plugin , I rolled back to 2.9.0 to make the project work , attached is the error log when using 2.12.1....
View ArticleProblems with maven and appengine archetypes
Hello, I'm trying to use maven with app engine and guestbook archetypes and skeleton , as shown in the following link: https://developers.google.com/appengine/docs/java/tools/maven In " Building the...
View Articleerror Tried to register protocol: tcp more than once?
Hi all, a colleague of mine is seeing this message caused by some of his code: "[Client] error Tried to register protocol: tcp more than once?" TBH I've never seen that one before myself so I'm a bit...
View ArticleBehavior when client disconnects
Hi, Consider the following case 1. Client c1 sends a write(w1) to zk1 2. w1 gets ack from zk2 but not yet from zk3, but quorum is reached 3. By the time zk1 sends response back to c1, the connection...
View ArticleCROSS/Self-Join Bug - Please Help :(
I have this bug that is killing me, where I can't self-join/cross a dataset with itself. Its blocking my work :( The script is like this: businesses = LOAD...
View Articleweird classpath problem
Hi everyone, I am having some weird classpath issues with a UDF that returns a custom tuple. My custom tuple has an arraylist of custom objects. It looks like: class MyTuple private...
View Articlekafka_2.8.0/0.8.0 pom seems invalid
Hi All, I was trying to upgrade the kafka to 0.8 but I get an empty jar file for <dependency> <groupId>org.apache.kafka</groupId> <artifactId>kafka_2.8.0</artifactId>...
View ArticlePassing parameter to Bean
Hello, I have a property file defined in applicationContext.xml <camelContext xmlns="http://camel.apache.org/schema/spring"> <propertyPlaceholder id="properties"...
View ArticleClientUtils.fetchTopicMetadata reports smaller ISR than...
I'm working on some monitoring tools for Kafka, and I've seen a couple of clusters get into a state where ClientUtils.fetchTopicMetadata will show that not all replicas are in the ISR. At the same...
View ArticleAlternative to org.openjena.riot.WebContent?
Hey, I'm using constants from org.openjena.riot.WebContent, such as WebContent.contentTypeRDFXML, WebContent.langRDFXML etc. After upgrading to Jena 2.11.0 (as part of SPIN API 1.3.1), the WebContent...
View ArticleSubscription is not echo'ed in v5.7 hub-spoke network of brokers
I'm using Apache ServiceMix 4.5.3 with ActiveMQ 5.7 in it. I have 3 nodes all with exactly same config (except karaf name and ActiveMQ broker name - they are different): - hub - spoke1 - spoke2 spoke1...
View ArticleExample analyze Tomcat logs using PIG
Hi, I've finally accomplished my task of analyzing Apache Tomcat files (catalina.out) in PIG. Here are the results: http://software.danielwatrous.com/analyze-tomcat-logs-using-pig-hadoop/ My biggest...
View ArticleConfiguring POM for Tomcat
OK, there must be an easier way to do this... I am trying to figure out how to configure my POM to depend on tomcat, without creating dependencies on each individual tomcat jar file. After googling...
View Article