[mdr-users] some storage Problems with MDR in Eclipse Rich Clients
Marcus Tessmer <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.mdr.user |
|---|---|
| Message-ID | <[email protected]> |
Hi Martin,
>The MDR calls:
ModelPackage.class.getResource("resources/mof.xml");
The ModelPackage class is in the same jar as the resources/mof.xml
file. So, the correct classloader should be used. Aren't you able to
debug the code?
Yes, you are right. The correct classloader is used.
I debugged the code and found out that the problem is located within
the installPureMof-Method of NBMDRepositoryImpl.class. The
Lookup for the XMIReader returns null, so a nullpointer exception is
thrown.
Regards,
Marcus