Re: [JBoss-user] sync-on-commit-only and cascade-delete

2003-09-02 Thread Andrew May
The Entity beans only have local interfaces. They are accessed via a Stateless Session bean which has transaction=Required for all methods. The only non-standard thing is that the get* methods are marked read-only in jboss.xml. Where I'm performing a delete it's a simple call to the session

Re: [JBoss-user] sync-on-commit-only and cascade-delete

2003-09-02 Thread Alexey Loubyansky
Andrew, could you create a simple testcase, please? Taking into account the description you gave, it shouldn't be hard to do. Thank you, alex Andrew May wrote: The Entity beans only have local interfaces. They are accessed via a Stateless Session bean which has transaction=Required for all

Re: [JBoss-user] sync-on-commit-only and cascade-delete

2003-09-01 Thread Andrew May
Alex, Thanks for your reply - my answers in-lined: -Andrew Alexey Loubyansky wrote: Hello, Andrew. my comments in-lined. Andrew May wrote: I'm having a problem trying to user sync-on-commit-only and cascade-delete with JBoss 3.2.1 (Sun JDK1.4.2, Solaris). We've got a number of related

Re: [JBoss-user] sync-on-commit-only and cascade-delete

2003-09-01 Thread Alexey Loubyansky
Are there other beans involved in the tx? Something, causes synchronization. If all the CMP2 beans have sync-on-commit-only=true, then it shouldn't happen. alex Andrew May wrote: Alex, Thanks for your reply - my answers in-lined: -Andrew Alexey Loubyansky wrote: Hello, Andrew. my

Re: [JBoss-user] sync-on-commit-only and cascade-delete

2003-08-30 Thread Alexey Loubyansky
Hello, Andrew. my comments in-lined. Andrew May wrote: I'm having a problem trying to user sync-on-commit-only and cascade-delete with JBoss 3.2.1 (Sun JDK1.4.2, Solaris). We've got a number of related entities like this: LOGIN---IDENTITY | | LOGINPROPERTIES

[JBoss-user] sync-on-commit-only and cascade-delete

2003-08-29 Thread Andrew May
I'm having a problem trying to user sync-on-commit-only and cascade-delete with JBoss 3.2.1 (Sun JDK1.4.2, Solaris). We've got a number of related entities like this: LOGIN---IDENTITY | | LOGINPROPERTIES IDENTITYPROPERTIES login-identity,