Quantcast
Channel: Apache Timeline
Browsing all 5648 articles
Browse latest View live

enrich() and ExchangeSentEvents

Hi, I'm playing with Camel 2.12 and the event notification system and discovered a difference in behavior using enrich() as opposed to inOnly()/inOut() wrt events sent out. When using inOnly() or...

View Article


Issue with PrintChecks.fo.ftl

Hi, I'm having issues printing a check from the webtools (the amount is not displayed before the **************). I believe it is one of the following lines but I could not get it fixed : <#assign...

View Article


MQTT NIO transport hangup

I'm trying out the MQTT transport and examples available as of version 5.9 (example.Publisher, example.Listener using fusesource mqtt-client) when activating connector mqtt+nio on broker side, running...

View Article

Restlet and mesaage body null based on content type

Hello, I am using Apache camel 2.10.7 and have a route which is a restlet <from uri="restlet:/abc/xyz?restletMethods=POST"/> <to uri="bean:myBean?method=myBeanMethod/> This route is called...

View Article

events work and demo (How to implement your own broker in < 100 lines of code)

Hi Everyone, Apologies for being a bit quiet recently. I've been heads down working on some improvements to the events API. I've put together a little demo that showcases what I've been doing....

View Article


Call a route on Delivery failure

I have configured a RedeiveryPolicy on the error handler. Is there a way I can call the WireTap processor once all delivery attempts have been made the message is about to be sent to the DLC?...

View Article

Tapestry 5.4-beta-6 No service implements the interface org.slf4j.Logger.

Hi, I'm trying to play a little bit with 5.4-beta-6 but our application that runs on tapestry 5.3.7 isn't starting, the error is: org.apache.tapestry5.ioc.internal.OperationException: No service...

View Article

context isn't passed to enclosing page during form submit

I'm not sure if this is a bug or not. Here's a scenario: Page.java public class Page { @Property private Entity entity; void onActivate ( Long id ) { entity = retrieveFromDatabase ( id ); Page.tml:...

View Article


How to analyze K-means clustering result with clusterDump

Hi all, I am playing with mahout in particular I am trying to get result from clustering algorithms as K-means. I am using the Hadoop 1.2 implementation on a HDinsight cluster along with Mahout 0.9....

View Article


UTF-8 characters changed

Hi, My Flex web app retrieves and saves data to DB2 via Web Service and Java It works fine, however often users use some UTF-8 characters, especially foreign currency characters - British pound, Euros,...

View Article

Multitenant configuration problems

Hello, I would like to set up a multi-tenant environment for development (not Demo) and followed the instructions on https://cwiki.apache.org/confluence/display/OFBIZ/Multitenancy+support....

View Article

Attachments are Lost using Bean Language

I think there is a serious issue when evaluatiog Bean language expression. it seems like attachments are not copied from the resulting exchage. very simple case: invoke a methode where you add an...

View Article

CamelTestSupport doesn't run @Test method

I wrote a test where a route is setup within @Test. So i overrode isUseRoutebulde to return false but now not even the first line of @Test method is reached. The log looks lke that: [ main] OcsFtpTest...

View Article


Is request parameter encoding working like intended in 5.4?

Hi, I'm seeing some weird query parameter behavior in a component where I have a node with the following id: /1000082 A link generated with: @Component( parameters = {...

View Article

FTP component not downloading soft link file

I am using ftp component trying to fetch a file which happens to be soft linked on the server. The route is able to connect to ftp server. No errors. However, its not downloading the file. If I point...

View Article


Question about how default camel exchange pattern is being set

Hey everyone, I’ve been googling around for this without much luck, trying to figure out how the default camel exchange pattern is set, and what might affect it in our routes (besides the...

View Article

Problem with iso9660-maven-plugin

Hi all, I am trying to switch one of our 'projects' to Maven and am running into some problems. The project consists of some shell-scripts (which I want to replace with Maven) and configurations to...

View Article


quickstart

Wicket Guys, FYI - Your quickstart page on wicket.apache.org is broken with a javascript error. Can't build a quick wicket app using the maven archetype. Probably a quick fix for you. IMPORTANT: This...

View Article

AIR application minimized, restored and unexpectedly scaled to tiny size for...

(I haven't been able to find a conversation about this in the mailing list archives, nor on Jira, but please point me to it if it already exists.) Every once in a while when restoring our AIR...

View Article

How to call a bean after all files has been processed?

I wrote the following route and expected that the bean 'teaserService' should be called only one time, at the end of processing of all files, but ... it's called after processing of each file: How to...

View Article
Browsing all 5648 articles
Browse latest View live