Hi!

Penn wrote:
> I use a stateless session to wrap the entity bean,
> the session bean has a method retrieveProduct with transaction 'Require'
> which will call the myProductEBHome.ejbFindByPrimaryKey with the product ID
> as the  primaryKey
> the retrieveProduct method will the call
> myProductEBRemote.getProductDetail() (Trans 'Require')
> the will return the product detail object.
> 
> with this arrangement, will jBoss call ejbLoad everytime the getProduct is
> called....

Commit option A: no.
Commit option B or C: yes.

regards,
  Rickard

-- 
Rickard Öberg

Email: [EMAIL PROTECTED]


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to