Hi there, i have scratched my head about this for a while now.
Im trying to leave a log file with user errors in the repository after a failed upload into /files, i create a text file with the errors and uses Content and Structure to create and insert the log file, but since i also must throw a exception to rollback the transaction for the client, the log file i create also gets removed by the rollback, ofcourse...
How can i start a new transaction that is independent from the one i am running in from the preStore() in ContentInterceptor and that allows me to create logs in the repository when client actions fails?
Another question is if its possible to control the error message the client sees from slide? I put messages in my exceptions but the client doesn't get them. Is this not supported, or does it sounds like i got a bad config/client (goliath-osx)?
Any tips is appreciated.
Mvh Karl
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
