How do I get the Content-Id out of an Attachment class?
Hi, I'm in the same boat as this guy: http://stackoverflow.com/questions/18150004/how-to-parse-xop-mtom-soap-response-using-java TL;DR: I'm using an http connection to call a web service (this is a...
View ArticleAccessTokenService returns reponse with lower case and underscores
Hi all, Merry Xmas to everyone. Just a quick question before I leave work, I found that in Oauth2 CXF 2.7.8, the accessTokenService returns response like this: Payload:...
View ArticleHow to run a script only for top-level project using maven-antrun-plugin?
Hi, I want to create a profile that can help me run an auto-generated script onto the target m/c. Since i would want this on a build m/c to be executed only once, i figured it would be better to keep...
View ArticleInterruptedException with ActiveMQ broker
Hi, I am seeing this exception (stack trace below). Curious what might be causing the interruption, and what this error means ? Stack Trace:
View ArticleOn Exception and OnRedeliver behavior
Hi ! I would like to have a single bean to process every errors and be able to choose inside this bean if the error is recoverable or not, and then if the message shall be redelivered or not. What i've...
View Articlenode.js client library?
Hi, I wanted to reach out if folks are using https://github.com/cainus/Prozess for a node.js client library? Are there other node.js implementations folks are using or is that primarily it? Are there...
View ArticleRunning unit tests with flashplayer under wine
I want to set up a new build machine using Ubuntu 13.10 to build with flexmojos 6 and Apache Flex. To be able to use a current flash player, I want to use the windows flashplayer with wine. I have...
View ArticleActiveMQ v5.9 HAWT.IO issue
I am trying to install HAWT.IO on my ActiveMQ server. I install the jar file hawtio-app-1.2.1.jar, and I receive errors in that my server will not connect to the internet. Is there a newer jar that...
View ArticleList nodes and sub nodes in zookeeper
Hi, Is there a way to list all the nodes and sub nodes on the command line in Zookeeper ? Regards, Kaushal
View ArticleQuestions about dequeueing
Hi everyone, First, what does dequeueing mean exactly? Does that mean a message is obtained by a consumer successfully? Second, is it possible to learn max dequeue time somehow e.g. via HAWTIO, etc?...
View ArticleAvroStorage schema_uri pointing to local file doesn't work
Hey guys, I am using AvroStorage like this: STORE alias INTO '$OUTPUT' USING org.apache.pig.piggybank.storage.avro.AvroStorage('{ "index" : 1, "schema_uri": "file://path/schema.avsc"}'); so, it is...
View ArticleK-means: No input clusters found
Hi all, I get the following problem whehn I run k-mens clustering on my real data. Any ehlp with this would be great! Here is data that I read out of the Sequencefile: 022960 value:...
View ArticleUnderstand when mouse stop
Do exist a event/method in order to understand when mouse stop? I use move mouse event and I would run a method after move mouse event and when the mouse's stopped! I tried by enter_frame, but the...
View ArticleAUTO: Samit Mehta is out of the office (returning 01/06/2014)
I am out of the office until 01/06/2014. Note: This is an automated response to your message "Re: How does Spatial Indexed Model (Lucene) different from normal Jena model?" sent on 12/24/2013 13:00:12....
View Articlehbase as sink
Hi, I want to parse a log file to get the highlighted text. Regular expression used to parse (\.\w+)(?<=Exception) But table in hbase shows no rows The above Regex is working on the below sample...
View ArticleInvoke SOAP Web Service using Camel
Hi Camel Experts, I need to invoke a SOAP based web service using Camel. Or in other words my requirements that my application would push data on JMS queue. This data would further be handed over to a...
View ArticleHow to read a file generated by Pig+BinStorage using the HDFS API ?
Hi all and merry Christmas ! I generate a file using a Pig script embedded in a Java process and store it using a BinStorage. Then, I would like to read this file directly from another Java client, but...
View ArticleMessage Dequeue count in jconsole 0 even after messages are recieved and...
Hi, I have producer which constantly is sending messages to the topic and i can see that messages are enqueued in the topic and dispatched also and i see that there are subscribers which are receiving...
View ArticleDrag drop from Datagrid to Tree
Hello, I'm trying to implement drag-drop between datagrid and tree. I need to simply drag and drop single or multiple datagrid items in a tree node. Looks like just enabling dragEnabled, dropEnabled...
View ArticleNoSuchMethodError: org.apache.cxf.frontend.ServerFactoryBean.getServiceFactory()
Hi, I am new to CXF, trying a tutorial, when run it, line 25 has an error : static { ServerFactoryBean svrFactory = new ServerFactoryBean(); svrFactory.getServiceFactory().setDataBinding(new...
View Article