Return-Path: Delivered-To: apmail-myfaces-dev-archive@www.apache.org Received: (qmail 58139 invoked from network); 1 Nov 2010 19:40:21 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Nov 2010 19:40:21 -0000 Received: (qmail 75134 invoked by uid 500); 1 Nov 2010 19:40:52 -0000 Delivered-To: apmail-myfaces-dev-archive@myfaces.apache.org Received: (qmail 75088 invoked by uid 500); 1 Nov 2010 19:40:52 -0000 Mailing-List: contact dev-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list dev@myfaces.apache.org Received: (qmail 75081 invoked by uid 99); 1 Nov 2010 19:40:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Nov 2010 19:40:52 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Nov 2010 19:40:50 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oA1JeTWi016532 for ; Mon, 1 Nov 2010 19:40:29 GMT Message-ID: <21378714.179991288640429013.JavaMail.jira@thor> Date: Mon, 1 Nov 2010 15:40:29 -0400 (EDT) From: "Gerhard Petracek (JIRA)" To: dev@myfaces.apache.org Subject: [jira] Resolved: (EXTCDI-4) transactional annotation In-Reply-To: <1053991839.424191266801268261.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/EXTCDI-4?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gerhard Petracek resolved EXTCDI-4. ----------------------------------- Resolution: Fixed Fix Version/s: 1.0.0-SNAPSHOT > transactional annotation > ------------------------ > > Key: EXTCDI-4 > URL: https://issues.apache.org/jira/browse/EXTCDI-4 > Project: MyFaces CODI > Issue Type: New Feature > Reporter: Gerhard Petracek > Fix For: 1.0.0-SNAPSHOT > > Attachments: EntityManagerProducer.java, PersistenceContext.java, Transactional.java, TransactionHandler.java > > > @Transactional should act like the equivalent spring annotation and it should be compatible with every custom cdi-scope. > @TransactionAttribute should be supported as well. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.