FSAL - long transaction stuck the whole window
Hi,
we are using FSAL to run Oracle Forms application without browser.
When user click a button which initiate long running database operation, the whole window get stuck and user has no possibillity how to abort the window. Exit button on the window doesn't respond.
Problem is probably clear, AWT implementation and stuck event dispatch thread.
Is there any possibility how to kill FSAL process? Users cant't kill the process on the operation system (ctrl+alt+del)
Or wrap FSAL window into another window (for example JavaFX) which cominucate via other thread then EDT?
Thanks
Ales