How to run "Tutorial on Spring Remoting with JMS" on two machines?
Hi, The following tutorial (Tutorial on Spring Remoting with JMS) works fine on one machine, but unable to run from two different machines (server on one and client on another machine)....
View ArticlePopupManager
Hi I have a custom popup and I can not centre the popup in the parent window the top of the popup is the current curser possition this is my code (the main bits) private var popup:setApage; // method...
View ArticleProvide application version in jetty pom definition
Hi all, I have tried to provide application version in the jetty plugin but it wont work <plugin> <groupId>org.mortbay.jetty</groupId>...
View ArticleWorkaround to solve faulty verbose-stacktraces=true compiler parameter
Hello, When setting the *verbose-stacktraces* to *true* without setting the debug *parameter* to *false*, it has no effect. I know this bug has been solved in later releases as stated in issue...
View ArticleRunning a delete query within a route
I have a route that does a number of things: .process(lookupToHeadersProcessor) // 1) converts input parameters to headers .to("bean:myStoredProcedure") // 2) calls a stored procedure, that enters a...
View Articleis 3.5.0-rc1 client compatible with 3.4.6 server?
I need to use the new feature of ZOOKEEPER-1355 <https://issues.apache.org/jira/browse/ZOOKEEPER-1355> zk.updateServerList(newServerList) that is only available in 3.5 release at client side. But...
View ArticleThere is a big bug in the Date Component.
Yesterday, I had upgraded my ofbiz version 12.04.04. But the Date Component can't do well, after I selected, and there was nothing to appear. Attachment is my screen copy.
View ArticleHow do I configure the ShutdownStrategy using Blueprint/OSGi?
I can't find anything anywhere about this, so I guess I have to ask here. I've got about ten different CamelContexts running in Karaf. After adding camel-disruptor, I've found that if I have to shut...
View ArticleZoneUpdater
Fellow Tapestry Users, I have the following code in Tapestry <t:loop source="ubForm.conditioncodes" value="conditioncode" index="conditionindex" encoder="conditionCodeEncoder"> <t:zone...
View Articleznode status
Hi, the status of znode contains: // information shared with the client class Stat { long czxid; // created zxid long mzxid; // last modified zxid long ctime; // created long mtime; // last modified...
View ArticleDebugging duplicate phase executions ...
I have a simple Maven project (a web-app) that uses the ' frontend-maven-plugin' to handle various Javascript-related chores (installing node, running Grunt, Karma etc.) Unfortunately, the frontend...
View Articleorg.codehaus.jackson.map.exc.UnrecognizedPropertyException: Unrecognized...
Hi All, I am using Karaf 3.0.0 to deploy my camel blueprint application which creates a rest route. I have exposed a rest service which accepts a org.codehaus.jettison.json.JSONObject in its paramater....
View ArticleCamel Filter appears to delete files instead of leaving them be.
Hi all, This task seems so easy and yet I can't get it done. The task is to look through the files in a directory and compress some which are older than a certain date, and leave the others untouched....
View ArticleCamel File Component
Hi I need to point 2 routes to same end point to read file. In one route I need to read *.lock and in other route i need to read *.done and *.json. Please help me out how I need to configure second...
View ArticlemongoDB uri
Hello, I have a question regarding the mongoDB connection. In the CamelContext.xml I have the following declaration: <bean id="myDb" class="com.mongodb.Mongo"> <constructor-arg index="0">...
View Articledry run any goals
Hello, In GNU Make, I can use the -n command line option to get Make to tell me what will happen without actually performing any action. Specifically, how do I get maven to tell me what will be removed...
View ArticleCluster migration
Hi guys, we have the following scenario in production: 5 servers (1 leader, 4 followers), we want to migrate this cluster without downtime. Can this be achieved adding one server and decommissioning...
View Articleread message use SimpleConsumer,can not start with assign offset
kafka version is 0.8.0, the code as https://cwiki.apache.org/confluence/display/KAFKA/0.8.0+SimpleConsumer+Example when i assign a offset ,it will throw java.lang.ArrayIndexOutOfBoundsException: 0...
View ArticleRE : Workaround to solve faulty verbose-stacktraces=true compiler parameter
Im not on a computer at the moment to test more but in between if you want to open a Jira and zip a simple project that demonstrate the bug, I could have a look later Envoyé depuis un mobile Samsung....
View ArticleA simple graphical Editor working with Camel Spring DSL
Hi all, In recent years I used Camel for academic purposes, it's a great integration framework and i want to thank you for your work. As part of my recent work, I developed a web based graphical editor...
View Article