demo-trunk is not accessible
Hi, The demo-trunk URL : https://demo-trunk.ofbiz.apache.org/catalog/control/main is not accessible anymore. I found the following URL: https://www.ofbizdemo.com/catalog/control/main as a demo-trunk...
View ArticleNAMESPACE_ERR with DynamicClientFactory createClient
Hi, I am getting NAMESPACE_ERR while creating client with DynamicClientFactory. I am getting this in both cxf 3.0.0 and 2.7.11. java version: jdk1.7.0_60 I have woodstox-core-asl in the dependency but...
View Articleare consumer offsets stored in a log?
I swear I read that Jay Kreps wrote somewhere that consumers now write their offsets in a logfile (not in zookeeper). Is this true or did I misread? Sorry I can't find the article I was reading.
View ArticleUnion resolution in dynamic languages
For encoding data of union type, the Avro specification do not say a lot which one of the type in the union is used. So far I am mostly using union so that I can write null or another simple type. In...
View ArticleUnable to build kafka.
I followed the readme for kafka-0.8.0. After I am getting the following warnings [info] Loading project definition from /home/abhishek/Project/kafka-0.8.0-src/project [warn] Multiple resolvers having...
View ArticleIs @WebService annotation a must in service class?
I have a SOAP web service. For experiment, I removed the @WebService annotation in service class and it's still working without any problem. So I think @WebService annotation is not a must in service...
View ArticleWill Token Replay cache implementation in Web SSO SAML work in a clustered...
CXF uses Ehcache as its internal implementation , which is good but i think this implementation wouldnt work on a multinode /clustered environment as is. Because there should be a way to sync the local...
View ArticleAutocomplete mixin replacement
I have created a replacement for Tapestry Autocomplete mixin based on latest Twitter typeahead.js. I don't have time to publish it as a separate project, so there's a public gist:...
View Articleextract tuple from bag in an order
Hi, I have the following data (2009-09-09,2,1,{(70)},{(80)},{(90)}) (2010-10-10,2,12,{(71),(75)},{(81),(85)},{(91),(95)}) (2012-12-12,2,9,{(76),(77),(78)},{(86),(87),(88)},{(96),(97),(98)}) which is in...
View ArticleActiveMQ-CPP 3.8.2 - attempting to stop session hangs for ever
Hi, [Linux 2.6.18 64 bit, GCC 4.4.7] We have a consumer which needs to stop/restart consuming messages. I have implemented this by calling cms::Session:stop() and cms::Session::start() [ recover]. Up...
View ArticleConnection setOption "protocol" is not possible
Hi All, I tried to establish an AMQP connection using ssl. So I used (after reading the book "Using the Qpid Messaging API"): Connection connection("localhost:5672"); connection.setOption("protocol",...
View ArticleSonarQube Maven Plugin 2.3.1 Released
Hi, The Mojo team is pleased to announce a bugfix release of the SonarQube Maven Plugin version 2.3.1. This plugin aims at running SonarQube analysis for Maven projects....
View ArticleLoop - saving responses
Hello guys, I am solving a problem with Camel 2.11 and Karaf 2.3.1. I have a route, where I use .loop() and in this route I call a web service which returns response which I want to keep. I need to...
View ArticleHDFS not adding \n
I m getting messages through SyslogUDP and storint them on HDFS. But data at the end is not separated by \n as I would expect Reslut is stored without \n thus makes it hard to further process with...
View ArticleCan we edit tickets reported by "Adobe JIRA"?
Hi, a ticket I just commented <https://issues.apache.org/jira/browse/FLEX-13036> on was reported by the "Adobe JIRA" user. Are we able to change, for instance, the 'Affects Versions' field to...
View Article2 simple examples required!
Hi, I've been asked to add 2 examples to JumpStart, but I just don't have the time to invent them. Can anyone reply with a simple example of either of the following components? SubmitNotifier...
View ArticleHow to customize the Tree component
Dear all, I stuck in customizing the tree component for my project. We have a two level structure in our tree source, whihc contains at first level an entity "A" and a collection of type entity "B" as...
View ArticleGoogle Application Security program
Hi, Google have added Wicket to the list of frameworks and libraries which are applicable for a program that rewards proactive security improvements [1]. If you find any security related problem in...
View Articledistributed file copy
Hi, I am new to Camel. I was wondering if it is possible to deploy Camel so that I have one ActiveMQ instance on server A and two Camel instances on servers B and C. I read about the file component...
View ArticleHow to restrict my flex appliaction based on installed Adobe AIR version?
For a instance I want my flex application to install if and only if the system has Adobe AIR version is higher than 4.0. otherwise I should show the error while my flex application installation...
View Article