Since Seam 2.0 our Seam restlet calls aren't transactional anymore. They must be.
Impact is that some restlets (like UploadFileRestlet) end up doing a saveDocument and a save in two different sessions, and therefore don't work.
Since Seam 2.0 our Seam restlet calls aren't transactional anymore. They must be.
Impact is that some restlets (like UploadFileRestlet) end up doing a saveDocument and a save in two different sessions, and therefore don't work.