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 56AF5109CE for ; Sat, 12 Oct 2013 10:05:44 +0000 (UTC) Received: (qmail 50041 invoked by uid 500); 12 Oct 2013 10:05:43 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 49988 invoked by uid 500); 12 Oct 2013 10:05:42 -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 49980 invoked by uid 99); 12 Oct 2013 10:05:42 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Oct 2013 10:05:42 +0000 Date: Sat, 12 Oct 2013 10:05:42 +0000 (UTC) From: "Claus Ibsen (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CAMEL-6851) Target name with underscores and cron expression throws Exception in QuartzComponent.createEndpoint 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-6851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-6851. -------------------------------- Resolution: Fixed Thanks for reporting and the patch. > Target name with underscores and cron expression throws Exception in QuartzComponent.createEndpoint > --------------------------------------------------------------------------------------------------- > > Key: CAMEL-6851 > URL: https://issues.apache.org/jira/browse/CAMEL-6851 > Project: Camel > Issue Type: Bug > Components: camel-quartz > Affects Versions: 2.10.0 > Environment: sh% sw_vers > ProductName: Mac OS X > ProductVersion: 10.8.5 > bananastand:bin tcunning$ java -version > java version "1.6.0_51" > Java(TM) SE Runtime Environment (build 1.6.0_51-b11-456-11M4508) > Java HotSpot(TM) 64-Bit Server VM (build 20.51-b01-456, mixed mode) > Reporter: Tom Cunningham > Assignee: Claus Ibsen > Priority: Minor > Fix For: 2.11.3, 2.12.2, 2.13.0 > > Attachments: 0001-foo.patch, quartzexample.tar.gz > > > I think a fix went in for CAMEL-4769 that fixed up group names with underscores, but it seems to only have fixed group names if there is a trigger specified, and not group names with underscores if a cron expression is specified in the URI. > I'm attaching a small app that reproduces this issue and a patch. -- This message was sent by Atlassian JIRA (v6.1#6144)