Page 1 of 1

About Question enthuware.ocpjp.v7.2.1197 :

Posted: Tue Apr 23, 2013 2:19 pm
by RobynBackhouse
I'm a bit confused.
SavePoint savePoint1 = connection.getSavePoint("step1done");
Looking through the docs on Connection class, there is a setSavePoint(), but I can't find a getSavePoint(). Where is this coming from? Is it being inherited in some odd way?
And why use it instead of setSavePoint() ?
I just can't get my head around all this..
Thanks.

Re: About Question enthuware.ocpjp.v7.2.1197 :

Posted: Tue Apr 23, 2013 5:47 pm
by admin
You are right. It should setSavePoint instead of get. This has now been fixed.

thank you for your feedback!
Paul.