Return-Path: X-Original-To: apmail-tapestry-commits-archive@minotaur.apache.org Delivered-To: apmail-tapestry-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A55BB4074 for ; Wed, 11 May 2011 10:37:28 +0000 (UTC) Received: (qmail 45357 invoked by uid 500); 11 May 2011 10:37:28 -0000 Delivered-To: apmail-tapestry-commits-archive@tapestry.apache.org Received: (qmail 45119 invoked by uid 500); 11 May 2011 10:37:27 -0000 Mailing-List: contact commits-help@tapestry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tapestry.apache.org Delivered-To: mailing list commits@tapestry.apache.org Received: (qmail 45102 invoked by uid 99); 11 May 2011 10:37:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 May 2011 10:37:27 +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, 11 May 2011 10:37:26 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id E14FD45513 for ; Wed, 11 May 2011 10:36:47 +0000 (UTC) Date: Wed, 11 May 2011 10:36:47 +0000 (UTC) From: "DI Florian Hackenberger (JIRA)" To: commits@tapestry.apache.org Message-ID: <1350739610.2658.1305110207919.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (TAP5-1522) Tapestry-spring does not support using Spring JavaConfig (AnnotationConfigWebApplicationContext) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Tapestry-spring does not support using Spring JavaConfig (AnnotationConfigWebApplicationContext) ------------------------------------------------------------------------------------------------ Key: TAP5-1522 URL: https://issues.apache.org/jira/browse/TAP5-1522 Project: Tapestry 5 Issue Type: Improvement Components: tapestry-spring Affects Versions: 5.2.5 Reporter: DI Florian Hackenberger Tapestry-spring currently requires that the context class extends TapestryApplicationContext. In order to use JavaConfig support (without going through an intermediate spring xml file), you would have to use AnnotationConfigWebApplicationContext as a base class and add the tapestry features on top (like TapestryApplicationContext does). Unfortunately that's impossible, as TapestryApplicationContext is not an interface. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira