[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, > were there no other exceptions printed to the console/log? There were no other exceptions. > The cause could be that the MDR is not able to locate mof.xml file that is part of mof.jar. I'm not sure but it could be an eclipse-specific classloading problem. If the mof.xml is loaded with the help of the SystemClassLoader the file will not be found because Eclipse uses separate Classloaders for each plugin. Best regards, Marcus