Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » UML2 » Creating a UML Editor
Creating a UML Editor [message #477499] Tue, 10 June 2008 12:00 Go to next message
Iris Groher is currently offline Iris GroherFriend
Messages: 33
Registered: July 2009
Member
Hi,

I have another question. I created an Eclipse plugin that contains an
editor. I just extended the
org.eclipse.uml2.uml.editor.presentation.UMLEditor class. I registered the
editor as extension and run it. The error that I get when trying to open a
*.uml model is the following:

java.lang.IllegalAccessException: Class
org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI can not
access a member of class umlplugin.editor.MyUMLEditor with modifiers ""

What have I done wrong?

Thanks for your help!
Re: Creating a UML Editor [message #477518 is a reply to message #477499] Fri, 13 June 2008 20:20 Go to previous message
james bruck is currently offline james bruckFriend
Messages: 1724
Registered: July 2009
Senior Member
Hi Iris,

I'm not sure if you are still getting this issue but it would seem like some
parameter is missing to the extension point?
Do you still have the issue?

Cheers,
- James.


"Iris" <Iris.Groher@gmx.at> wrote in message
news:2a1d92c32e6b21abc3bb0b36d82822e3$1@www.eclipse.org...
> Hi,
>
> I have another question. I created an Eclipse plugin that contains an
> editor. I just extended the
> org.eclipse.uml2.uml.editor.presentation.UMLEditor class. I registered the
> editor as extension and run it. The error that I get when trying to open a
> *.uml model is the following:
>
> java.lang.IllegalAccessException: Class
> org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI can not
> access a member of class umlplugin.editor.MyUMLEditor with modifiers ""
>
> What have I done wrong?
>
> Thanks for your help!
>
Re: Creating a UML Editor [message #626708 is a reply to message #477499] Fri, 13 June 2008 20:20 Go to previous message
james bruck is currently offline james bruckFriend
Messages: 1724
Registered: July 2009
Senior Member
Hi Iris,

I'm not sure if you are still getting this issue but it would seem like some
parameter is missing to the extension point?
Do you still have the issue?

Cheers,
- James.


"Iris" <Iris.Groher@gmx.at> wrote in message
news:2a1d92c32e6b21abc3bb0b36d82822e3$1@www.eclipse.org...
> Hi,
>
> I have another question. I created an Eclipse plugin that contains an
> editor. I just extended the
> org.eclipse.uml2.uml.editor.presentation.UMLEditor class. I registered the
> editor as extension and run it. The error that I get when trying to open a
> *.uml model is the following:
>
> java.lang.IllegalAccessException: Class
> org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI can not
> access a member of class umlplugin.editor.MyUMLEditor with modifiers ""
>
> What have I done wrong?
>
> Thanks for your help!
>
Previous Topic:Cannot load applied profiles
Next Topic:Sterotypes
Goto Forum:
  


Current Time: Wed Apr 24 19:48:14 GMT 2024

Powered by FUDForum. Page generated in 0.03091 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top