Re: [JBoss-user] Why ejbStore() was called in middle of a method?

2002-06-05 Thread max_cao
Hello divid and dim, I'm sure the ejbStore() of BMP1 isn't called at the end of methodA() or methodB().I didn't set "commit-option" in jboss.xml and don't know the default value,but I think in this case any commit-option should ensure the persistence.Right? Now I have to call ejbStore(

[JBoss-user] Why ejbStore() was called in middle of a method?

2002-06-04 Thread max_cao
Hi Everybody, I'm using JBoss3.0.0 with tomcat 4.0.3 and SQL Server 2000. I have a strange problem in this scenario: Session Bean methodA()-->BMP1 methodB()-->BMP2 methodC(). I found that ejbStore() of BMP1 was called in middle of methodB() just before I lookup and call BMP2,so the re