Topic Archive:CAS Transaction rollback

com.endeca.itl.recordstore.RecordStoreException: Operation not allowed since there are active transactions.

This can exception can happen while trying to make changes to already active transactions like running this  recordStore.setConfiguration(config) for an active transaction. This has becoming a daemon transaction and needs to be rolled back. The trail of exception is –Continue Reading