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 13F9DD641 for ; Fri, 7 Sep 2012 08:42:10 +0000 (UTC) Received: (qmail 3031 invoked by uid 500); 7 Sep 2012 08:42:09 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 2968 invoked by uid 500); 7 Sep 2012 08:42:08 -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 2926 invoked by uid 99); 7 Sep 2012 08:42:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Sep 2012 08:42:07 +0000 Date: Fri, 7 Sep 2012 19:42:07 +1100 (NCT) From: "james strachan (JIRA)" To: issues@camel.apache.org Message-ID: <861864347.49263.1347007327757.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (CAMEL-5576) create an XML and namespace without spring in it MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 james strachan created CAMEL-5576: ------------------------------------- Summary: create an XML and namespace without spring in it Key: CAMEL-5576 URL: https://issues.apache.org/jira/browse/CAMEL-5576 Project: Camel Issue Type: Improvement Reporter: james strachan the underlying JAXB model of Camel has nothing to do with spring and can be used outside of Spring (e.g. with CDI or Guice or even without any DI frameworks). However traditionally we've got 'spring' in the namespace URI and we package the XSD inside the camel-spring.jar. maybe we could include it in the same jar as the model classes using a more generic name; e.g. URI = "http://camel.apache.org/schema/core". When using Camel inside spring we still need the namespace http://camel.apache.org/schema/spring to be supported; but maybe we can do that in the way the blueprint works; by swizzling the namespace URI in the Spring namespace hander? Then we have a core namespace/xsd, a spring namespace/xsd and a blueprint namespace/xsd -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira