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

leveldb replication and partial failures.

Looking at the replicated leveldb setup, it seems like it wouldn't handle partial failures. For example, disk full, errors when trying to send messages to the queue, etc. So I assume proper management...

View Article


HTTP re-sending

Hello! Prompt how to make a route for sending data via http component so that 1) if there was an error sending (for example org.apache.http.conn.HttpHostConnectException: Connection timed out) then run...

View Article


Custom plugin dependencies

I am writing a custom plug in. This plugin has other dependencies. How can I make these dependencies available when running the plugin without having to add them manually ??

View Article

TDB, transactions and SELECT FROM or SELECT FROM NAMED

Using apache-jena-libs 2.11.2 I have the following code: Dataset retval = TDBFactory.createDataset(); retval.begin(ReadWrite.WRITE); // read...

View Article

Tapestry 5 + JS framework

Hi guys, i haven't used Tapestry for a few months so I want to ask again if something has changed. Do you have experience with combination of Tapestry and any JS framework? How difficult is to...

View Article


model validation issue

Hi, I´m experiencing an issue with model validation. I attached a snippet of my ontology which contains the necessary parts. Whenever I use the following code which is a simplified version of the real...

View Article

Wicket StackOverflowError in Serializing or Seserializing Session

I'm using Wicket 6.15 and I got following exception in my program java.lang.StackOverflowError at java.lang.Exception.<init>(Exception.java:102) at...

View Article

Message.INBOUND_MESSAGE in PREPARE_SEND_ENDING Interceptor

I have a CXF service, which is also a WS client of other services I have a PREPARE_SEND_ENDING Interceptor configured in my service (which is invoked both when sending a request as a client, and when...

View Article


Flexmojos 7.0.0 not working with 4.13.0.20140701

Hi, this is the error: [ERROR] Failed to execute goal net.flexmojos.oss:flexmojos-maven-plugin:7.0.0:compile-swc (default-compile-swc) on project module.flash.utils: Execution default-compile-swc of...

View Article


does redelivery require client configuration?

I'm having a difficult time getting redelivery to work. All the tests seem to have redelivery specified in the client. Which I don't understand because this seems dangerous. If a client were to connect...

View Article

Flume 1.5.0 hdfs sink stuck with channel is full messages

Hi, I am using 1.5.0 with the hdfs sink to write files to S3. The process writes fine for a while but eventually I started getting the following message: INFO [pool-5-thread-1]...

View Article

How to retrieve return value in out interceptor?

Hi, I want to filter some return values in an out interceptor, but am struggling to figure out how to retrieve it. I have tried this: MessageContentsList outObjects =...

View Article

What is difference between @Inject and @InjectComponent since we declare it...

Hi experts, I have a snippet code as below: @Inject private Zone tZone; @InjectComponent private Zone tZone; So I don't understand what is difference if I use @Inject or @InjectComponent for component...

View Article


Are session.commit() and message.acknowledge() analogous ?

I'm migrating from CLIENT_ACKNOWLEDGE to SESSION_TRANSACTED because I need to send maybe a dozen new messages and then acknowledge the current message all at once. So it seems like:...

View Article

Maven Exec Plugin 1.3.2 Released

Hi, The Mojo team is pleased to announce the release of the exec-maven-plugin version 1.3.2. This plugin provides 2 goals to help execute system and Java programs....

View Article


Change local IP for Dummy Connection

I have multiple Ip address System and i want to bind the internal dummy connection request to one of the IP address, i want to know place where i should bind ? I am using Worker architecture. I have...

View Article

Maven 3 Plugin Development with Repository Queries

Hi,   I am developing a plugin that needs to query the repositories. I'm using the Aether API because I thought that's the Maven 3 way to do it (cf....

View Article


Using Stream Caching with FTP Consumer

Hi All, I have a route which consumes files from FTP server and distributes them to HDFS. Now,I have a processor in which I want to rename a file and append properties like file size and timestamp in...

View Article

How to init a Wizard with a particular step?

Hi all, what I have here is an persistent workflow and I use a wizard to visualize this workflow. On entering my page I wanna push the wizard into a specific step depending on my persistent workflow...

View Article

How to pass multiple custom objects to processor

I have a wsdl with multiple operations and the typical structure of the message looks like <Envelope> <Header> <MyHeader> .... ..... </MyHeader> <Header> <Body>...

View Article
Browsing all 5648 articles
Browse latest View live