Return-Path: X-Original-To: apmail-camel-issues-archive@minotaur.apache.org Delivered-To: apmail-camel-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E6993188D9 for ; Mon, 6 Jul 2015 07:52:04 +0000 (UTC) Received: (qmail 19068 invoked by uid 500); 6 Jul 2015 07:52:04 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 19030 invoked by uid 500); 6 Jul 2015 07:52:04 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 19020 invoked by uid 99); 6 Jul 2015 07:52:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jul 2015 07:52:04 +0000 Date: Mon, 6 Jul 2015 07:52:04 +0000 (UTC) From: "Claus Ibsen (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CAMEL-8934) adviceWith is throwing UnsupportedOperationException when route have choice definition MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CAMEL-8934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14614666#comment-14614666 ] Claus Ibsen commented on CAMEL-8934: ------------------------------------ As you use JBoss Fuse then you should report issues to Red Hat customer portal. This is Apache Camel and not a ticket system for commercial company products. You can try to create your unit test and run it with pure Apache Camel and just specify version 2.15.2 etc. > adviceWith is throwing UnsupportedOperationException when route have choice definition > -------------------------------------------------------------------------------------- > > Key: CAMEL-8934 > URL: https://issues.apache.org/jira/browse/CAMEL-8934 > Project: Camel > Issue Type: Bug > Components: camel-core > Affects Versions: 2.15.1 > Environment: java version "1.8.0_45" and jboss-fuse-6.2.0.redhat-133 > Reporter: bharadwaj nakka > > I am currently upgrading camel camel 2.12 to 2.15.1. After the upgrade my test cases are failing. > java.lang.UnsupportedOperationException: null > at java.util.AbstractList.add(AbstractList.java:148) > at org.apache.camel.builder.AdviceWithTasks$1.task(AdviceWithTasks.java: > 151) > at org.apache.camel.model.RouteDefinition.adviceWith(RouteDefinition.jav > a:270) > Any work around can be appreciated... -- This message was sent by Atlassian JIRA (v6.3.4#6332)