anuragraghavan / franca

Automatically exported from code.google.com/p/franca
0 stars 0 forks source link

FDeployPersistenceManager always uses StandaloneSetup #123

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The FDeployPersistenceManager always uses the FrancaIDLStandaloneSetup in its 
constructor, even when run within an Eclipse context. The StandaloneSetups of 
Xtext languages should never be run within Eclipse 
(http://koehnlein.blogspot.de/2012/11/xtext-tip-how-do-i-get-guice-injector.html
), as this will lead to some faulty bindings which in turn can cause other 
errors.

Original issue reported on code.google.com by eilers.m...@googlemail.com on 22 Sep 2014 at 2:17