Return-Path: Delivered-To: apmail-tapestry-commits-archive@minotaur.apache.org Received: (qmail 70598 invoked from network); 18 Feb 2010 15:56:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Feb 2010 15:56:49 -0000 Received: (qmail 33369 invoked by uid 500); 18 Feb 2010 15:56:49 -0000 Delivered-To: apmail-tapestry-commits-archive@tapestry.apache.org Received: (qmail 33349 invoked by uid 500); 18 Feb 2010 15:56:49 -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 33340 invoked by uid 99); 18 Feb 2010 15:56:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Feb 2010 15:56:48 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Feb 2010 15:56:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DBD4929A0014 for ; Thu, 18 Feb 2010 07:56:27 -0800 (PST) Message-ID: <801410293.359331266508587899.JavaMail.jira@brutus.apache.org> Date: Thu, 18 Feb 2010 15:56:27 +0000 (UTC) From: =?utf-8?Q?Ulrich_St=C3=A4rk_=28JIRA=29?= To: commits@tapestry.apache.org Subject: [jira] Updated: (TAP5-1020) Fix typo in tapestry-hibernate/src/site/apt/userguide.apt: HibernateTransactionAdviser should be HibernateTransactionAdvisor In-Reply-To: <1705140289.358701266506307917.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/TAP5-1020?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:all-tabpanel ] Ulrich St=C3=A4rk updated TAP5-1020: ------------------------------- Priority: Trivial (was: Major) Affects Version/s: 5.2 5.1.0.7 Fix Version/s: 5.1.0.8 5.2.0 Assignee: Ulrich St=C3=A4rk Summary: Fix typo in tapestry-hibernate/src/site/apt/userguid= e.apt: HibernateTransactionAdviser should be HibernateTransactionAdvisor (= was: Patch tapestry-hibernate/src/site/apt/userguide.apt: HibernateTransact= ionAdviser > HibernateTransactionAdvisor) > Fix typo in tapestry-hibernate/src/site/apt/userguide.apt: HibernateTrans= actionAdviser should be HibernateTransactionAdvisor > -------------------------------------------------------------------------= --------------------------------------------------- > > Key: TAP5-1020 > URL: https://issues.apache.org/jira/browse/TAP5-1020 > Project: Tapestry 5 > Issue Type: Bug > Components: documentation > Affects Versions: 5.2, 5.1.0.7 > Reporter: Basile Chandesris > Assignee: Ulrich St=C3=A4rk > Priority: Trivial > Fix For: 5.2.0, 5.1.0.8 > > > Index: tapestry-hibernate/src/site/apt/userguide.apt > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- tapestry-hibernate/src/site/apt/userguide.apt=09(revision 894492) > +++ tapestry-hibernate/src/site/apt/userguide.apt=09(working copy) > @@ -202,11 +202,11 @@ > } > +---+ > =20 > - Finally, you should use the HibernateTransactionAdviser to add transa= ction advice: > + Finally, you should use the HibernateTransactionAdvisor to add transa= ction advice: > =20 > +---+ > @Match("*DAO") > - public static void adviseTransactions(HibernateTransactionAdviser ad= visor, MethodAdviceReceiver receiver) > + public static void adviseTransactions(HibernateTransactionAdvisor ad= visor, MethodAdviceReceiver receiver) > { > advisor.addTransactionCommitAdvice(receiver); > } --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.