about bad character
Hello I am new to Jena and trying to import yoga into jena to process some information. My question is that when I importing yoga. Jena would told me there is a bad character or broken IRI. Like <...
View ArticleNeed Feedback for a new book - “Apache Camel Developer's Cookbook”
Hi guys, I'm looking for some feedback on a recently published book on Apache Camel, namely, Apache Camel Developer's Cookbook <http://www.packtpub.com/apache-camel-developers-cookbook/book> ....
View ArticlePlug WSS4J with my own signature generation for SOAP requests.
Hello, First of all, I would like to know which component handles signature's generation in WSS4J used in SOAP request's signature? And my other question: is it possible to plug my own signature...
View ArticleCamel splitter threadpool configuration : messages stuck in queue ?
Hi everyone, I'm working with camel to build a server that involves a lot of parallel processing, and some of my messages get stuck somewhere. I will try to explain my problem by explaining what I'm...
View Articleloop inside a form
Hello, as said in title I have a loop on a list of objects (with his encoder) : <t:Form t:id="formUpdateType"> <t:Errors /> <table > <tr >...
View ArticleAdding unrated items to data model
Hi, I am trying to establish a system of content based recommendation by using Mahout. I use PostgreSQLJDBCDataModel. I haven't found a way to use unrated items in generating data model. I wonder: is...
View ArticleWhat would be the benefits of running Camle on osgi?
It is recommended to use blueprint with Camel if you run your routes on osgi. But what would you miss out if your choose to run Camel routes in / imbedded in Spring (SpringBoot) in stead of Karaf? You...
View ArticleTrying to configure CXF 3 to use validation feature
Hi all, I've been trying to get this working for ages, please could someone maybe give me a pointer here. I've followed this guide --> http://cxf.apache.org/docs/validationfeature.html For the life...
View ArticleMemoryPersistenceAdapter.html was not found on this server
Hi, I am looking for informations about MemoryPersistenceAdapter. The html page http://activemq.apache.org/persistence.html is dedicated for that purpose but the link <memoryPersistenceAdapter>...
View Articlecontext "stoping" to many time
Help to understand the following information karaf [ at ] root camel:route-list Context Route Status camel-exchange-oos-dict-read route-exchangeDictRead Started camel-exchange-oos-dict-read...
View ArticleUsing Topic For Publish / Subscribe
I am using a Producer Tool which creates a Topic of Name "abcd" and i am creating a message over this topic. When the Consumer gets connected and subscribed to the topic "abcd" he will get the messages...
View Articlehow spooling directory source identifies the complete file
Hi, I am planning to use spooling directory to move logfiles in hdfs sink. I like to know how flume identifies the file we are moving to spool directory is complete file or partial its move still in...
View ArticleFuseki configuration corrupts tdb dataset
Hello, I am experimenting with Fuseki configurations and one configuration keeps corrupting the tdb dataset after the first run. #————— @prefix fuseki: <http://jena.apache.org/fuseki#> . @prefix...
View ArticleUsing Fuseki 2 as a web application
Hi, I m working with TDB, Tomcat and Fuseki. I want to store RDF data with TDB. Tomcat is my server and Fuseki is the sparql endpoint. I have tried to run Fuseki 1 with Tomcat but I discovred that...
View ArticleAn exception occurred while creating the TopicConnection.
I try to build up a simpe connection to a MQ and put something in it. camel.xml: <bean id="activemq" class="org.apache.camel.component.jms.JmsComponent"> <property name="connectionFactory">...
View ArticleTracking ajax requests with T5.4
Hi, I'd like to track ajax requests (when do they start, when they are finished) for some purposes: 1. Selenium UI tests - here I'd like to wait until ajax requests are finished befor a test continues...
View ArticleCamel/ActiveMQ RequestReply Transaction Question
Hello, I have some basic questions on Camel/ActiveMQ transactions with request/reply jms endpoints/ Have the following route. ( i basically took the example request/reply jms example from the Camel in...
View ArticlesetBody(Object body, Class type) does not seem to set the body type
I have the following in my camel context: <onException> <exception>org.apache.cxf.binding.soap.SoapFault</exception> <handled>true</handled> <to uri="a bean that sets...
View ArticleHow to create a ldap restletRealm to manage restlet route authentication...
I have a Camel application which using camel-restlet for web service calls. now I want to add ldap authentication for restlet calls. tried couple of options with camel-restlet realm, LdapVerifier using...
View Articletesting-harness plugin: LocalRepositoryManager is not set
Hi, I am not sure this is the right mailing-list. Maybe I should have posted to the dev list. Anyway... I have started working on new Maven plug-in last week and I have set up unit tests using the...
View Article