Any objections against dropping GraniteDS 1.x Generator in Flexmojos?
Hi, I'm currently finishing the task of supporting Jdk 1.7 and Maven 3.1 and 3.2 in Flexmojos. A lot of trouble seem to be related to dependencies of the GraniteDS Generator 1.x ... dropping this...
View ArticleWho can tell me the difference between ofbiz in svn and github ?
I want to know the difference between the "http://svn.apache.org/repos/asf/ofbiz/branches/release13.07" and "https://github.com/apache/ofbiz". Who can tell me? Thank you!
View ArticleUnit testing each route in a large camel context
Riders, I have a came context like the below one. I am going to do unit testing for each and every route. I am still wondering why no body has asked this question early. ( May be I didnt find it ) How...
View Articlecamel xpath
hello, Mt header has a herder called RouteConfiguration which contains xml ( as string): <log message="***************** ${headers.RouteConfiguration}***************" /> prints: *****************...
View ArticleApache pig query error
I managed to embed pig in java. I ran the program and it worked fine by creating a folder in my working directory that retrieve the info from the olympics.txt via the pig query. Â import...
View ArticleCamel Succesful delivery acknowledgements..
I have been trying to come up with a camel route that would read from an activemq and write to Oracle AQ. However, when a message is written to Oracle-aq(all I care is succesfull delivery of the msg to...
View ArticleFlex mobile air build- Scrollbar issue
Hi I have a <s:List> control in my Flex mobile application. In mobile the scrolling is working fine. I made a release build of my Flex mobile project in to *air* installer file. In desktop, after...
View ArticleHelp Understanding Apache Camel main concepts!
I am trying to learn Camel, and so I making an article that explain Camel's basic notions that a newbie has to know to understand Camel. For this purpose, I am reading the book Camel in Action, where...
View ArticleCorrect use of the "clustered" property in general.properties files
Ofbiz Users, We upgraded our version of OFBiz a few months ago and are running through some performance tests. We are seeing errors in the SequenceUtil.getNextSeqId() method when we run load tests with...
View ArticleHi ! Has anyone gotten the latest Genymotion emulator to work with...
Hi ! Has anyone gotten the latest *Genymotion *emulator to work with (installing successfully) latest AIR runtime? Heres what I have and am attempting: Installed and have runnint the latest Genymotion...
View Articleneed some sample programmes
Hi, Is it possible to get older version of the data of znode? Can you share some sample code to read/write on zookeeper? Regards Tarkeshwar
View ArticleProducer Error: Exception in thread ProducerSendThread
Hi, We are replacing the current data pipeline that sends messages to the tomcat servlet that in turn writes to files and then pushes to HDFS to process. Instead of replacing it entirely at first, we...
View Articlecamel cxf (wsdl first) pojo: Can't find the BindingOperationInfo
Hello camel guys :-) I'm trying to invoke my CXF Web Service (contract first) from a camel route. I would like to invoke the method "updateJobsStatus(String)" However I get an IllegalArgumentException:...
View ArticleWicket CDI 1.1
Hi All I am in the process of moving my application to JavaEE7 and CDI 1.1. Things are going well all except for some CDI values. I have an @Stateless Session bean used for my DAO which I then Inject...
View ArticleUsing AdviceWith not intercepting when I send real Files through
Hello, I'm attempting to use AdviceWith for testing a route The route looks like: from("file:inbox?doneFile=done") .unmarshall(csv) .split(body()) .to("direct:csvRecords") I've written a test that...
View ArticleCamel XPath....Parsing a part of message Body...
I have a simple flow that reads from an activemq1 and parses an id from the message and sends the id across to another activemq2. Here is an example of message that gets written to activemq1:...
View ArticleWhere to check for Zookeeper logs?
I am completely new to Zookeeper and trying to understand where the zookeeper maintains its log files. On my windows machine I observed a log file called "dataDir\version-2\log.1", I tried opening it...
View ArticleInjection related experiences
Hi, I am busy developing an application in Tapestry and it has mostly been a good experience so far. I struggled with dependency injection for last few days, but I think I finally got it right....
View ArticleTapestry MyBatis module
Hi, As part of my project, I have developed a small module that allows Tapestry to work with Apache MyBatis. This is a very simple module that allows users to: -Load MyBatis configuration from an xml...
View ArticleResource adapter link (5.9)
Hello I want to download activemq 5.9 resource adapter, but there is no manner to get it: https://activemq.apache.org/resource-adapter.html does somebody know where is the .rar archive? Regards
View Article