oc4j 9.0.4.0.1 : PersistenceBrokerException - java.lang.AbstractMethodError

2006-02-22 Thread Dino Di Cola
Dear all, I am working on a j2ee web application using OJB (db-ojb-1.0.2) as persistence layer. The application server is oracle oc4j. The application is perfectly working on oc4j v9.0.3.0.0 and v9.0.4.0.0 (both enterprise and standalone versions). If I try to deploy the application on oc4j

Re: Help needed for Transaction Rollbacks

2006-02-22 Thread Jean-Yves Sironneau
I think OTM is kind of deprecated, but i don't know if it's important for this issue. In my mind when you do a commit a transaction, if something fails, no step of the transaction should have been commited, so maybe your database do not support transactions. 2006/2/21, Vamsi Atluri [EMAIL

Re: Help needed for Transaction Rollbacks

2006-02-22 Thread Dennis Bekkering
I think OTM is kind of deprecated, but i don't know if it's important for this issue. In my mind when you do a commit a transaction, if something fails, no step of the transaction should have been commited, so maybe your database do not support transactions. I also wonder what the OTM

Re: Expected Extent Behavior?

2006-02-22 Thread Armin Waibel
Hi Brian, Brian Latimer wrote: I have an Interface I It has implementing classes A, B, and C Classes B and C both extend class A and have a super reference to it. If use the following: class-descriptor class=I extent-class class-ref=A / /class-descriptor when I search via

Re: null super references with odmg?

2006-02-22 Thread Armin Waibel
Hi Brian, if this issue isn't the same as in your later post Expected Extent Behavior? and does not mix different inheritance strategies (which is not supported), please provide a more detailed description so that I can implement a test case to reproduce the issue. regards, Armin Brian