-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.2 GA
-
Component/s: None
In code called from a Seam bean I have:
newProxy = session.publishDocument(docToPublish, sectionToPublishTo);
//following code throws an exception
newProxy.setProperty("dublincore", "title", "newName");
session.saveDocument(newProxy);
session.save();
the saveDocument throws an exception because no such change is allowed on proxies.
The proxy is still published when I would expect the transaction to be rolled back and so the proxy not published.
- depends on
-
NXP-3059 db error after transaction rollback error
- Resolved