I want change my route config Spring DSL to Java DSL below code but I got sql...
<camel:route id="Csv to DB example" autoStartup="true"> <camel:from uri="file:input/csv?noop=true橪;delay=10" /> <camel:split parallelProcessing="true" streaming="true">...
View ArticleCustom SortComparefunction to avoid empty data
Hi Everyone,  Can someone please help me to have a comparefunction for datagird,which can avoid empty rows or data while comparing and put those empty rows always at end. Thanks
View ArticleLoad Testing
Hi I wish to do a load test of CXF and check whether it is scalable or not. Thanks navajyothi
View Articlebug or new feature
On Wicket 6.13.0 following code <script type="text/template" id="message-template"> <div class="sender pull-left"> <div class="icon"> <img src="img/2.jpg" class="img-circle"...
View ArticleThanks guys!
I just would like to say thanks themes who made event mechanism in wicket, this is cool, guys!!!
View ArticleStore CSV file to Mysql DB using Camel Bindy and Camel -sql got stucked
Hi, I'm unable to store CSV file into Data base with Camel bindy <camel:route id="bindy-csv-unmarshalling-example" autoStartup="true"> <camel:from uri="file:inbox/csv?noop=true橪;delay=10"...
View Articlecamel-servlet and multiple camel contexts
I use camel-servlet together with camel-servlet-listener in a web application and it works fine for routes that are in the camel context created by the camel-servlet-listener. Now I want to have...
View Articlewicket-cdi and org.hibernate.LazyInitializationException
Hi, I am running wicket application on Jboss AS 7. I can't found out if for CDI exists something like OpenSessionInViewFilter for Spring. I do not want use "fetch = FetchType.EAGER" everywhere. Could...
View ArticleCann't connect zookeeper
Hi, I am kinda new to the mailing lists world, so sorry If I make any mistake! I am trying to connect to zookeeper using mess-slave / marathon, and I am getting the next error -Â 2014-02-22...
View ArticleZone and Event Link ID refresh
Hi everyone, I have a code like this <t:zone t:id="zoneTasks" id="zoneTask" t:update="show"> <t:loop t:source="taskGroups" t:value="currentTaskGroup"> <li...
View ArticlePlease help, looking for a sample camel-restlets with no spring.
Please help, looking for a sample camel-restlets with no spring.
View ArticleUnable to verify signature with Apache CXF and WSS4J on Websphere Application...
Hello, I am pretty sure someone must have faced this issue earlier. I have a cxf client deployed under a web-module A on WAS 8.5 with versions as cxf 2.7.8 and a wss4j 1.6.13. The service provider B is...
View ArticleDelayed Queue
Dear All, I am looking for a Delayed Queue implementation for my distributed system requirement. Would like to know if I can achieve the same using Kafka. Regards, Jagan
View ArticleWhere the binnary of mvn knows which mojo do i want to execute?
I am novice using mvn and having a look to /usr/bin/mvn, I can see the eval method, but I can not understand where the mojo is called. Please can anyone explain how the eval method works? I would be...
View ArticleJumpStart 7.0 Preview-6: for Tapestry 5.4
Hi all, There's a new JumpStart preview demo for Tapestry 5.4. You can use it here: http://jumpstart.doublenegative.com.au/jumpstart7/ The biggest change is in the Ajax Components CRUD example. I'm...
View ArticleNovice questions regarding dispatch routers and brokers +++
Hello list, we are setting up an AMQP messaging infrastructure using Qpid (currently using proton and the dispatch router, not the broker). This is the basic set-up: * We have a server side, with a...
View ArticleHow to determine where memory consumption is occurring?
What command or third party utility can I use that will sort memory consumption of topic/queue/connections by the ones using the most memory? I am running out of memory on the broker but I cannot find...
View ArticleReplicated LevelDB working example
Hello guys, I am trying to set up a Replicated LevelDB store for ActiveMQ 5.9.0, but I am facing a lot of issues and I am a bit feed up I have to admit... I have 3 zookeepers running : - blabla2 -...
View ArticleCardinality Restriction with onDataRange
Hi! I have a doubt about Jena OWL2 support and the method createCardinalityQRestriction. What I'm building now is something like that: ns:sample a owl:Class ; rdfs:subClassOf [ a owl:Restriction ;...
View Article