rudi / redmine-test

Test migration of redmine issues
0 stars 0 forks source link

Erlang backend does not support active object Run() #15

Open rudi opened 8 years ago

rudi commented 8 years ago

Author Name: Nikolaos Bezirgiannis (@bezirg) Original Redmine Issue: 97, https://envisage.ifi.uio.no:8080/redmine/issues/97 Original Date: 2013-11-26 Original Assignee: Georg Göri


Generated erlang code for ErlangActiveObject.abs

The code does not invoke the run() method of the active object in main block as it should.

I had to explicitly call the run() method, which you can check at ErlangActiveObjectModified.abs

rudi commented 8 years ago

Original Redmine Comment Author Name: Georg Göri (Georg Göri) Original Date: 2013-12-06T09:52:44Z


As stated in the readme, if the program is started by the run script it will terminate after the Main block returns. So if one launches the code in the shell by using the start command, one sees the termination of all tasks.

Nevertheless this behaviour seems very impractical, leads to confusions and diverges from the Java behaviour, therefore we will change it in the following weeks.