t versions of the frameworks. I've tried a
couple with limited success.
-David
-Original Message-
From: Marcus Bond [mailto:mar...@marcusbond.me.uk]
Sent: Thursday, November 11, 2010 11:01 AM
To: user@struts.apache.org
Subject: Re: Interceptor attempt
Sorry to jump the thread Dav
;ve tried a
couple with limited success.
-David
-Original Message-
From: Marcus Bond [mailto:mar...@marcusbond.me.uk]
Sent: Thursday, November 11, 2010 11:01 AM
To: user@struts.apache.org
Subject: Re: Interceptor attempt
Sorry to jump the thread David..
Looks like the ThreadLocal (unique
tSession().getTransaction().commit(); to commit it from anywhere in
your app?
Thanks,
David
-Original Message-
From: Greg Lindholm [mailto:greg.lindh...@gmail.com]
Sent: Wednesday, November 10, 2010 5:15 PM
To: Struts Users Mailing List
Subject: Re: Interceptor attempt
(Sorry - prematur
On Thu, Nov 11, 2010 at 9:44 AM, Martin Gainty wrote:
> i would strongly advise against issuing a commit until your app knows your DML
> has successfully completed committing the transaction before DML has
> completed will
> put in the line of fire from the DBA
"Don't issue a commit until DML ha
seulement et n'aura pas n'importe
quel effet légalement obligatoire. Étant donné que les email peuvent facilement
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité
pour le contenu fourni.
> From: dalte...@iupui.edu
> To: user@struts.apache.org
>
Sent: Wednesday, November 10, 2010 5:15 PM
To: Struts Users Mailing List
Subject: Re: Interceptor attempt
(Sorry - premature post)
Hi David,
I've written a couple of these so let me give you some advice:
Create an Interface "HibernateAware" that your actions will implement if th
(Sorry - premature post)
Hi David,
I've written a couple of these so let me give you some advice:
Create an Interface "HibernateAware" that your actions will implement
if they want a Hibernate Session and Transaction injected.
public interface HibernateAware
{
void setSession(Session session);
Hi David,
I've written a couple of these so let me give you some advice:
Create an Interface "HibernateAware" that your actions will implement
if they want a Hibernate Session and Transaction injected.
public interface HibernateAware
{
}
On Wed, Nov 10, 2010 at 3:45 PM, Altenhof, David Aron
w
Hello all, I'm trying to write my own interceptor, and have a question or two...
I'd like to write a simple interceptor that will manage hibernate sessions for
me. I know that there are more sophisticated ways to do this using Spring, etc.
but this is mainly a learning experience.
So, given the
9 matches
Mail list logo