Damn,
    i had set it to plain text. Sorry jbossers!

Vinay

PS: Marc pls don't send me a stinker!

----- Original Message -----
From: "Juha Lindfors" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 14, 2001 4:52 PM
Subject: Re: [JBoss-dev] ROWID Based Update: Load Entity Before Store Entity


>
> Vinay,
>
> you're still sending HTML :(
>
> -- Juha
>
> At 15:24 14.6.2001 +0100, you wrote:
> >   Hello,        a code change for handling updates which happen in the
> >sam
> >
> >
> >
> >
> >
> >
> >
> >e trsaction  ashe insert. Here is what
> >Iound:
> >
> >
> >1.
> >I
> >he
> >a
> >Session
> >Bean fronting an Entity Bean.
> >The
> >methods
> >in
> >the
> >Session
> >bean
> >is
> >have
> >container transaction set
> >to
> >
> >'RequriesNew'
> >and
> >the methods
> >in
> >the
> >Entity
> >Bean
> >have
> >container
> >transaction set  to
> >'Requires'
> >So
> >I'd
> >assume
> >the
> >call to
> >be  like
> >> >>>>> Commit   3.
> >Alrht, the
> >way
> >the
> >methods
> >are
> >being
> >called  for
> >different commit
> >options are
> >as
> >---
> >Creating
> >Call
> >w
> >
> >---
> >[Default]
> >JCCommand
> >Executing:
> >SELECT
> >COUNT(*)
> >FROM
> >itemizedcall
> >WHERE
> >accountnumber=?
> >AND
> >mobilenumber=?
> >AND
> >invoicenumber=?
> >AND
> >
> >itemizedcallnumber=?
> >[Default]
> >JDBCCommand
> >Executing:
> >INSERT
> >INTO
> >
> >itemizedcall
> >
>
>(itemizedcallnumber,callcost,callduration,mobilenumber,accountnumber,invoic
> enumber,calltype)  VALUES (?,?,?,?,?,?,?)
> >  --- Post Create for Entity Bean Now  ---
> >  -- Load Entity --
> >   --
> >  --- Setting Call Cost Now  ---
> >  -- Store Entity --
> >[Default] JDBCCommand Executing:  UPDATE itemizedcall SET
>
>itemizedcallnumber=?,callcost=?,callduration=?,mobilenumber=?,accountnumber
> =?,invoicenumber=?,calltype=?  WHERE ROWID =?
> >  delete].         If we are happy with this I'd like to commit this  to
> >CVS.   Regards   Vinay
>
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-development


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to