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 815F4C8E6 for ; Wed, 16 May 2012 12:03:28 +0000 (UTC) Received: (qmail 61863 invoked by uid 500); 16 May 2012 12:03:27 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 61724 invoked by uid 500); 16 May 2012 12:03:26 -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 61308 invoked by uid 99); 16 May 2012 12:03:25 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 May 2012 12:03:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 May 2012 12:03:23 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 1A7647019 for ; Wed, 16 May 2012 12:03:02 +0000 (UTC) Date: Wed, 16 May 2012 12:03:02 +0000 (UTC) From: "Frank Kootte (JIRA)" To: issues@camel.apache.org Message-ID: <229164919.3749.1337169782120.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (CAMEL-5278) Allow JaxbDataFormat to (un)marshall with strict schema validation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Frank Kootte created CAMEL-5278: ----------------------------------- Summary: Allow JaxbDataFormat to (un)marshall with strict schema validation Key: CAMEL-5278 URL: https://issues.apache.org/jira/browse/CAMEL-5278 Project: Camel Issue Type: Improvement Components: camel-jaxb Affects Versions: 2.9.2 Reporter: Frank Kootte Currently JaxbDataFormat does not allow to (un)marshall payloads with strict schema validation. I would like to propose to add 2 methods called set(Un)MarshallerSchema which could either be 1:1 proxies to the JAXB (Un)Marshaller methods or provide a somewhat more convenient signature delegating the work to the JaxbDataFormat to allow the call site code to be more concise. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira