Closed GoogleCodeExporter closed 9 years ago
Original comment by erwin...@gmail.com
on 29 Nov 2011 at 2:15
Done via a small change in Passerelle's MOMLParser.
All Class.forName() calls are regrouped in a new method loadClass() that, when
it can not find a given class, checks if the qualified class name begins with
be.isencia and then replaces it with com.isencia.
A more fundamental mechanism will be implemented later, with a planned
modification of MOMLParser to delegate class loading to service instances. This
is needed to allow dynamic actor class reloading (and other types of
passerelle/ptolemy-related objects?) following OSGi bundle updates.
Original comment by erwin...@gmail.com
on 30 Nov 2011 at 9:14
Original issue reported on code.google.com by
erwin...@gmail.com
on 29 Nov 2011 at 2:08