ActiveMQ 5.9.0 connection.start() hangs in Tomcat 7.0.41
Hi guys, I intend to create an activemq connection programatically inside a webapp deployed in tomcat. My code: In line *sendConnection.start()* the thread hangs and I have no response. With the...
View ArticleStrange issue with Camel Kafka integration
Hi I am trying to integrate Camel with Kafka. I have implemented following route. *<bean id="publisherPoint" class="org.vaida.esb.camel.orderdispatcher.OrderDispatcher.PublisherPoint">...
View ArticleCXF based security other than basic
Hi guys, I need to add security to a JAX-RS http API based on CXF. In the past i've used basic authentication with CXF Security interceptors/filters But now i don't like the idea of only base64-enciode...
View ArticleDoes File Channel write first?
Hi, Does Flume's File Channel write to disk right away? Or only after it attempts to send data to the Source? (e.g. if sending fails) I think it's the former because Channel knows nothing about...
View ArticleTapestry 5.4 / Tapestry-Security rewrite url
Hi guys, is there away to rewrite the tapestry-security redirect URL removing the unauthenticated part? I'd rather see it redirect to a clean login url.
View ArticleFlume log event per file
Hi All, I'm new in flume , I have a small Hadoop setup and flume agent on that,I'm using tail -f logfilename file as a source. When I started the agent it is ingesting data into hdfs, but each file...
View ArticleDoes high level consumer support setting offset
Hi, In kafka 0.8, does high level consumer support setting offset? Our service reads kafka data but won't flush the data immediately, so if restarted the data in memory will be lost. We want to reset...
View ArticleACL mysteries
Hi all, I am currently trying to understand how ACL works.. I am trying to run the following case (this is just an extract from my client) authentSession = new ZooKeeper(host, 100000, watcher);...
View ArticleSPARQL QUERY duplicate
Good afternoon everyone, First of all, thank you for all the help you offer through this forum as I am new to this and I is great for me.I´m running this query SPARQL : PREFIX rdf:...
View ArticleCamel-bindy Fixed Length Record Unmarshalling gives error
[ thread #2 - JmsConsumer[File]] DefaultErrorHandler ERROR Failed delivery for (MessageId: queue_File_ID_L-156037291-55755-1393511224324-1_3_1_1_1 on ExchangeId:...
View ArticleBigfish eCommerce Admin login failure
All, I've recently installed the latest release of Bigfish Ofbiz eCommerce. Am able to login to the Fashion House store front and Ofbiz/Webtools with no problem, but no joy with the usual Admin/Ofbiz...
View ArticleOrder of Spatial Constraints
After experimenting with the spatial constraints (like withinCircle), I've noticed that I must have the spatial constraint FIRST in my set of constraints. Is this by design? If I do this query it works...
View ArticleNested foreach with order by
Hello everyone, I have a foreach statement and inside of it, I use an order by. After the order by, I have a UDF. Example like this: logs = LOAD 'raw_data' USING org.apache.hcatalog.pig.HCatLoader();...
View ArticleLarge messages to groups of receivers
Hi, when sending large messages (say, 4GB) from a server to a group of receivers (say, 1000 of them) where each of them have their own queue on the server side, will the server side broker queues...
View ArticleBean MethodNotFound Exception though it looks correct
hi - this looks obvious but I am not sure if Camel has any restrictions in using the bean which is defined with parent and as singleton. I m using Camel 2.12.2 and this works all fine if I use a simple...
View Articlewhy is tynamo rich text editor overriding the datefield?
Hi I'm trying to create rich text edit form, so I want to use tynamo. I have the following code: <div class="t-beaneditor-row"> <label>Date:</label> <t:DateField t:value="date"...
View Articleactivemq messages don't appear in database
have installed activemq and connected it to mysql - I can see three new activemq tables created by activemq in mysql. I then run a test program to put persistent messages onto the Q - however they do...
View ArticleCamelBlueprintTestSupport and URL Handler Service
Hello, I'm trying to use CamelBlueprintTestSupport to simulate how we have our production setup as but i'm running into a problem. Our production setup makes use of OSGi URL Handler Service to handle...
View ArticleUsing a proxy server during "mvn install"
Hi I run "mvn install" to build YCSB. In the middle of the compilation, it connects to clojars.org. Right now we have some network problems. Is it possible to tell mvn to use a proxy server IP:PORT for...
View ArticleHow can I get clickable text with no marking
I'm displaying a bunch of text(*), and I want to make one of the words clickable. I tried using <s:a>, but that makes the word stand out: a different color and underlined. I want the player to...
View Article