Hi,
I have an inbound port which
- Import a XML file in my specific table.
- In Axd class in method UpdateNow, I call a specific class wich will treat records imported.
But if there is an error in my specific class , all the treatment is aborted and Nothing is imported. I want committed records in my specific table.
How can I do that ? I try a ttsCommit before lauch my specific class but it doesn't work !