Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » EMF Plug-in question
EMF Plug-in question [message #517073] Fri, 26 February 2010 04:44 Go to next message
Jerome  is currently offline Jerome Friend
Messages: 2
Registered: February 2010
Junior Member
Hello,

I have a plug-in that is using EMF. The problem I am having is that the plug-in is not getting activated. We are using JWS to deploy the application. I was checking the details info button in the Help menu and I notice the following:

org.eclipse.emf.common (2.4.0.v200902171115) "EMF Common" [Installed]
org.eclipse.emf.ecore (2.4.2.v200902171115) "EMF Ecore" [Installed]
org.eclipse.emf.ecore.xmi (2.4.1.v200902171115) "EMF XML/XMI Persistence" [Installed]

Can someone tell me what [Installed] means? Shouldn't it be [Active] like the others in the list?
Re: EMF Plug-in question [message #517141 is a reply to message #517073] Fri, 26 February 2010 11:29 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33142
Registered: July 2009
Senior Member
This is a multi-part message in MIME format.
--------------050204070503040104020705
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit

Jerome,

Plugins are generated activated upon first use. All the EMF plugins
have a MANIFEST.MF that contains

Bundle-ActivationPolicy: lazy

Of course there are reasons a plugin might fail to activate, such as if
the version range dependencies it has aren't satisfied, e.g., EMF 2.5
won't run on Eclipse 3.4. If you run with the -debug (and maybe the
-clean) flags, Eclipse will produce more detailed diagnostics to
describe why things aren't being activated.


Jerome wrote:
> Hello,
>
> I have a plug-in that is using EMF. The problem I am having is that
> the plug-in is not getting activated. We are using JWS to deploy the
> application. I was checking the details info button in the Help menu
> and I notice the following:
>
> org.eclipse.emf.common (2.4.0.v200902171115) "EMF Common" [Installed]
> org.eclipse.emf.ecore (2.4.2.v200902171115) "EMF Ecore" [Installed]
> org.eclipse.emf.ecore.xmi (2.4.1.v200902171115) "EMF XML/XMI
> Persistence" [Installed]
>
> Can someone tell me what [Installed] means? Shouldn't it be [Active]
> like the others in the list?

--------------050204070503040104020705
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 8bit

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Jerome,<br>
<br>
Plugins are generated activated upon first use.  All the EMF plugins
have a MANIFEST.MF that contains<br>
<blockquote>Bundle-ActivationPolicy: lazy<br>
</blockquote>
Of course there are reasons a plugin might fail to activate, such as if
the version range dependencies it has aren't satisfied, e.g., EMF 2.5
won't run on Eclipse 3.4.  If you run with the -debug (and maybe the
-clean) flags, Eclipse will produce more detailed diagnostics to
describe why things aren't being activated.<br>
<br>
<br>
Jerome wrote:
<blockquote cite="mid:hm7jil$qqk$1@build.eclipse.org" type="cite">Hello,
<br>
<br>
I have a plug-in that is using EMF. The problem I am having is that the
plug-in is not getting activated. We are using JWS to deploy the
application. I was checking the details info button in the Help menu
and I notice the following:
<br>
<br>
org.eclipse.emf.common (2.4.0.v200902171115) "EMF Common" [Installed]
<br>
org.eclipse.emf.ecore (2.4.2.v200902171115) "EMF Ecore" [Installed]
<br>
org.eclipse.emf.ecore.xmi (2.4.1.v200902171115) "EMF XML/XMI
Persistence" [Installed]
<br>
<br>
Can someone tell me what [Installed] means? Shouldn't it be [Active]
like the others in the list?
<br>
</blockquote>
</body>
</html>

--------------050204070503040104020705--


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: EMF Plug-in question [message #517276 is a reply to message #517141] Fri, 26 February 2010 18:50 Go to previous message
Jerome  is currently offline Jerome Friend
Messages: 2
Registered: February 2010
Junior Member
Thanks Ed! Looks like a compatibility problem as you mentioned.

Jerome
Previous Topic:CDO Server
Next Topic:EMF: Export Ecore Model to XML Schema - xsd:ID not set
Goto Forum:
  


Current Time: Fri Apr 26 09:45:19 GMT 2024

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

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

Back to the top