Back button behaviour
Hi, I am trying to implement some kind of 'back button behaviour' but connected to f.e submit button. Example: first page with editor, a and second with form. When I submit the second page it should...
View ArticleExtracting value from web page Source Code using JMeter
Hi, I want to get a value from HTML Source Code of a page and pass it as a parameter for the next request. Is that possible to read HTML Source Code using JMeter? If possible how can I get the value of...
View Articlesyntax highlighter bug in Central Repository pom view
The hudson scp plugin<http://search.maven.org/#artifactdetails%7Corg.jvnet.hudson.plugins%7Cscp%7C1.8%7Chpi>homepage link is incorrectly formatted:...
View ArticleQuestion on ResourceBundles
Hi, I had the following problem. 1. localeChain["tr_TR", "en_US"]; 2. resourceManager.getString("test", "test1"); 3. bundle test was available in "de_DE" and "en_US" - no bundle (properties-File) for...
View ArticleReturn of issue CAMEL-4107 (SendProcessor has not been started)
Hi Camel users I have a strange behavior with Camel 2.8.0. I have attached a small example-project that has three flavors of the same Camel route. - One without errorhandling - One with two...
View ArticleQuestion about digest scheme based ACL in ZooKeeper
My understanding of how digest scheme based ACL works in ZooKeeper is as follows: 1. When creating a digest based ACL, one would add to the ACL "username:Base64(SHA1(username:password)):permissions"....
View Articlegz compressed files and Spool Dir Source
Hello, I'm triying to pick gz files from Spool Dir and the following error is showed: ERROR source.SpoolDirectorySource: FATAL: Spool Directory source spoolDirSource: { spoolDir: /home/hadoop/spoolDir...
View ArticleDSL how to write "exchange.getOut().setBody(responsePayload);"
hi all i am facing to a simple need but i can't find any response : i have to return a value to my cxfEndpoint without coding any Processor (as i want to be full DSL EIP compliant), is there a trick or...
View Articletraffic on the activemq with 300 Producer
Dear Sir, Some information about the our system: we installed the activemq on Ubuntu Server, a Java Processor works with multithreading (300 threads), all of them send messages to the activemq, there...
View ArticleRemoving directory on uninstall
Hi, I created a Flex mobile app. When a user installs the app, the data which is stored as an xml file in Google drive downloads to the sdCard in mobile. Then the xml file is read and the data is...
View ArticleStoring tuple into HBaseStorage
Hello Pig users, I want to store the entire tuple into hbase from Pig using HBaseStorage. I know that I can do something like: output = .... as (c1:bytearray, c2:bytearray, .... cN:bytearray); STORE...
View ArticleCamel-CXF->Webservice Client-> 2 consecutive web-service calls fail
My case is as follows: 1) I have a web-application deployed on tomcat. In this web-application, I am consuming 2 web-services. These 2 web-services are invoked sequentially without any delay. 2)...
View ArticleJQuery IE Problem
Hi. I use jQuery Dialog. In FireFox and Chrome work it perfect, but not in IE ( I use IE 10 ). I have following javascript error: SCRIPT438: Object doesn't support this property or method àdialog...
View ArticleMaven trying to download pom being built and then fails with what seems to be...
My team colleague gets the following error:
View ArticleActiveMq 5.9 stuck messages on store full
Hi all, I have following scenario: 1. SMTP server receives email, creates Java class representation and puts it into EMAIL queue. 2. Queue is persistant, using configuration below. 3. I have 10+...
View Articlekafka producer - retry messages
Hi. Anyone has build a retry system (durable) for the producer in case the kakfa cluster is down? We have certain messages that must be sent because there are after a transaction that cannot be undo....
View ArticleBelgium, 6 month contract
Good afternoon Apache Kafka users, Let me start off by apologising for taking this route to contact you all, I am sure the last thing you want is a recruiter spamming you on your forum. On the plus...
View Articlecamel-hazelcast runnig in JBoss Fuse 6 (Karaf)
Hello, This seems like most appropriate place to post a question like this involving many open source parts. I am looking for the best solution on creating a manageable runtime environment which...
View ArticleDUPS_OK_ACKNOWLEDGE vs CLIENT_ACK
Hi, I am confused between DUPS_OK_ACKNOWLEDGE and CLIENT_ACKNOWLEDGEMENT. I am not able to understand what is the meaning of *lazily acknowledging the delivery of message* in case of...
View ArticlePoll a directory and send the file name with notification message to queue
Hi, is it possible to use file component to poll for files in directories but NOT actually read the file? <the file size is quite big - so I don't want to read the file> - but I need a...
View Article