Re: [JBoss-user] ejbStore() is not called

2003-09-28 Thread Yasuhiro Takahashi
n invoke, key= > > It might be easier if you create a simple example that > reproduces the problem and send it to me. > > Regards, > Adrian > > On Fri, 2003-09-26 at 09:25, Yasuhiro Takahashi wrote: > > Hi Adrian, > > > > Here is current environme

Re: [JBoss-user] ejbStore() is not called

2003-09-26 Thread Yasuhiro Takahashi
od=create TRACE [org.jboss.system.Registry] lookup 189964640=jboss.j2ee:jndiName=jp.or.jacic.ebidcore.business.common.utility.auditlog.bean.AuditLog,service=EJB Regrad, taka On 25 Sep 2003 14:52:14 +0100 Adrian Brock <[EMAIL PROTECTED]> wrote: > Do you implement isModified()? > &

Re: [JBoss-user] ejbStore() is not called

2003-09-24 Thread Yasuhiro Takahashi
I wrote wrong. (Wrong) > Here is the problem. > In stem 3(or after step3), ejbStore() of E1 is never called. (Correct) Here is the problem. In step *4* (or after step *4*), ejbStore() of E1 is never called. Thanks, Taka --- This sf.net em

[JBoss-user] ejbStore() is not called

2003-09-24 Thread Yasuhiro Takahashi
Hello, I am converting a system from Weblogic 6.1(sp3) to JBoss 3.2.1. I got a strange phenomenon about BMP Entity Bean. The process is like followings; 1. Create a entity bean by calling home.create(); 2. Set Object to by calling E1.setXXX(O1); 3. Get entity bean by calling home.findByPrima