Problem with Embedded session

Problem with Embedded session

avatar

Hi,
I have some problems with embedded session with a java application. When I close it outside RDM (for example with the close cross of app or kill with task manager) RDM keep it open. After it impossible to start it again.
Here is the code on exit event of the process





















































Event is correctly called when process exits
Any ideas ?
Thanks
edited by chris on 3/29/2012

All Comments (3)

avatar

Hi,
Have you tried to call the Close from the interface IEmbeddedSessionUserControl returned by your Add-on?

David Hervieux

avatar

Hi
Thank for your anwser...
I'd implement the Close Method in the AddOn but it was never called. Perhaps I miss something !
edited by chris on 4/4/2012

avatar

Hi,
You can call it manually OnExited. This will stop the remove your session and close it

David Hervieux