Search code examples
javafilenet-p8filenet-content-engine

Transaction management in Filenet over EJB Transport


I am new to IBM Filenet P8. I can successfully upload and dowwnload files from filenet. But I need transaction management so for that i went to EJB Transort. But I do no how to rollback the files when exception occurs.I am using spring and hibernate and i do no how to configure JTA for filenet in spring


Solution

  • By default, EJB transations are on so you don't need to do anything. If a document is persisted within a transaction and an exception occurs, the creation of the document is rolled back.