alternative a better validation decorator?
I've been trying to integrate Bootstrap's modal dialog as a Tapestry validation decorator, but not having a lot of luck. Has anyone successfully done anything similar? My goal is to have a validation...
View ArticleCamelLock file being created and not sure why
Hi, I have a route that grabs files from an input directory, does some operations and then moves files to another directory. The route works well and my file is moved post processing. My issue is that...
View ArticleSuccess but still confused about how to shut down my application
Hi All, I've been reading through Camel in action today but am a bit confused about how to shut down my application. I have it working but ultimately my understanding is lacking. My entry point into...
View ArticleRegarding Thread status
Hi, I have a program in which when the jobs arrives in a camel channels(seda),the processing of the job happens within the threads.We have configured 5 thread for the processing. Can anyone guide me...
View ArticleTapestry5 and nodejs app coexist
Hi, got an existing T5 app running with Hibernate and 2nd level cache, now I'd like to make some nodejs apps accessing the same database, what will be a better approach to this? it seems that there...
View Articlecheck inconsistency with jena
Hello, we are trying to check inconsistency with jena but the report is allways empty. Thanks for help. java Code: final OntModel model = ontology.getModel(); // content +=...
View Articleunmarshal CDATA sections
Hi, is there a way to umarshal XML with CDATA sections and back using jaxb in camel routes? This is my XML: <Error><Payload></Payload></Error> I created a test route to...
View ArticleEffort towards Avro 2.0?
Hi all, Avro, in its current form, exhibits a number of limitations that are hard to work with or around, and hard to fix within the scope of Avro 1.x : fixing these issues would introduce incompatible...
View ArticleMahout Web Service GlassFish 4 Deployment Error
Hi, I'm trying to build a web service for Mahout. If I use GlassFish 3.x there is no problem. However, when I change to GlassFish 4, during deployment the following error occurs: (by the way, GlassFish...
View ArticleAdd a new node in an existing kafka 0.8 cluster
Hi, Last week we set-up a new kafka 0.8 cluster, using the beta1 released available here : http://kafka.apache.org/downloads.html It worked fine until we tried to replace a node in this cluster. We...
View ArticleKafka trouble with Avro encoding
Hello - I am trying to understand my trouble passing an Avro message through Kafka (0.8) From what I see, the class tries to create an instance of the encoder but fails as it can not find the...
View ArticleSocket Write Error - remote execution
2013/12/02 16:20:17 INFO - jmeter.util.JMeterUtils: Setting Locale to en_US 2013/12/02 16:20:17 INFO - jmeter.JMeter: Loading user properties from: C:\apache-jmeter-2.8\bin\user.properties 2013/12/02...
View ArticleDecoupled Endpoint: Setting ReplyTo header
Hi, I'm trying to set the ReplyTo header in my soap request. This is my code. It doesn't seem to set the header correctly. @Grapes([ @Grab(group = 'com.github.rahulsom', module = 'ihe-iti', version =...
View ArticlePig vector project
Hi All,We are using Pig top build our data pipeline. I came across the following:https://github.com/tdunning/pig-vector The last commit was 2 yrs ago. Any information on will there be any further work...
View ArticleMahout for clustering
Hi All,We are using Apache Pig for building our data pipeline. We have data in the following fashion: userid, age, items {code 1, code 2, ….}, few other features... Each item has a unique alphanumeric...
View ArticleControlled shutdown and "UnderReplicatedPartitions" state?
The default value for "controlled.shutdown.enable" is false. Does that mean that stopping a broker without a controlled shutdown and using a "kill ?9" might lead to an under "UnderReplicatedPartitions"...
View ArticleFrustration with FB 4.7
I am continuously getting Java run time errors. I have created a brand new workspace but the errors are still coming. What else can I do? Thanks
View ArticleError in XSLT message tranformation
Hi, My requirement is to transform an XML array using XSLT. But it gives the "GenericFileOperationFailedException: Cannot store file: /home/madusanka/Desktop/example.xsl/hello.xml~". What could be the...
View ArticleIssues 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 ArticleIssues using camel split and aggregator together
I have an issue when using camel split and camel aggregator together the messages continue down the route before all the messages from split has been completely processed. In my route splited-agregated...
View Article