Hi
I am working on an custom EMF reflective editor where we the user will be
able to see models in "box mode" where he can navigate in each compartment
My plugin works good but i have a problem when a user do a "load resource"
in his model.
When i get Elements referenced i got proxy elements where the eResource
method returns null.
when i do a EcoreUtil.resolveAll(myRootObject) i can see additional
resources but i can't see contents and when i do load on these i have a
filenotfoundException :'(
the additional resources' URI format are "filename.extension" withno
platform information ...
if anybody can help me to obtain EObjects through the proxy it could be
very nice :)