Page 1 of 1

About Question enthuware.oce-jpad.v6.2.395 :

Posted: Mon Mar 16, 2015 6:36 am
by ikotev
Hello,

How it is possible that ABean implements A interface but doesn't provide implementation for methodB ?
As ABean is not abstract it should provide implementation for all methods of implemented interface(s).

If we assume that implementation is there but not shown. Then methodB should have transaction attribute REQUIRED as methodA.

Re: About Question enthuware.oce-jpad.v6.2.395 :

Posted: Mon Mar 16, 2015 6:41 am
by admin
It does implement all the methods. ABean extends BaseClass, which implements methodB.

Re: About Question enthuware.oce-jpad.v6.2.395 :

Posted: Mon Mar 16, 2015 7:01 am
by ikotev
I got it thanks.