From dev-return-33691-apmail-uima-dev-archive=uima.apache.org@uima.apache.org Tue Jun 14 15:46:04 2016 Return-Path: X-Original-To: apmail-uima-dev-archive@www.apache.org Delivered-To: apmail-uima-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 641BE19E97 for ; Tue, 14 Jun 2016 15:46:04 +0000 (UTC) Received: (qmail 64013 invoked by uid 500); 14 Jun 2016 15:46:03 -0000 Delivered-To: apmail-uima-dev-archive@uima.apache.org Received: (qmail 62846 invoked by uid 500); 14 Jun 2016 15:46:01 -0000 Mailing-List: contact dev-help@uima.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@uima.apache.org Delivered-To: mailing list dev@uima.apache.org Received: (qmail 62095 invoked by uid 99); 14 Jun 2016 15:46:01 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Jun 2016 15:46:01 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 4BF492C0451 for ; Tue, 14 Jun 2016 15:46:01 +0000 (UTC) Date: Tue, 14 Jun 2016 15:46:01 +0000 (UTC) From: "Jerry Cwiklik (JIRA)" To: dev@uima.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (UIMA-4972) UIMA-DUCC: modify uima-as dd2spring.xsl to remove scope="singleton" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Jerry Cwiklik created UIMA-4972: ----------------------------------- Summary: UIMA-DUCC: modify uima-as dd2spring.xsl to remove scope="singleton" Key: UIMA-4972 URL: https://issues.apache.org/jira/browse/UIMA-4972 Project: UIMA Issue Type: Task Components: DUCC Reporter: Jerry Cwiklik Assignee: Jerry Cwiklik Fix For: 2.1.0-Ducc UIMA-AS 2.8.1 comes with a modified version of dd2spring.xsl which is not backwards compatible with previous versions of UIMA-AS. The problem is that bean scope=singleton is not a valid attribute in older versions of Spring framework. The documentation clearly says it is supported yet when running with older version of Spring the setting scope="singleton" causes the following exception: Caused by: org.xml.sax.SAXParseException; lineNumber: 63; columnNumber: 28; Attribute "scope" must be declared for element type "bean". Modify DUCC's root pom to change dd2spring.xsl supplied by UIMA-AS 2.8.1 by replacing offending attribute (scope="singleton") with an empty string. -- This message was sent by Atlassian JIRA (v6.3.4#6332)