Home » Modeling » EMF » Expired certificate with org.eclipse.emf.ecore 2.7.0(Certificate issue with org.eclipse.emf.ecore)
Expired certificate with org.eclipse.emf.ecore 2.7.0 [message #923180] |
Tue, 25 September 2012 13:20  |
Eclipse User |
|
|
|
Hello,
I am working on an Eclipse plugin which use Maven 3.0.4 and Tycho.
Here is MANIFEST.MF Require-Bundle section :
[...]
Require-Bundle: org.eclipse.xtext;bundle-version="2.3.1";visibility:=reexport,
org.apache.log4j;visibility:=reexport,
org.apache.commons.logging;resolution:=optional;visibility:=reexport,
org.eclipse.xtext.generator;resolution:=optional,
org.eclipse.emf.codegen.ecore;resolution:=optional,
org.eclipse.emf.mwe.utils;resolution:=optional,
org.eclipse.emf.mwe2.launch;resolution:=optional,
org.eclipse.xtext.util,
org.eclipse.emf.ecore;bundle-version="2.5.0",
org.eclipse.emf.common,
org.antlr.runtime,
org.eclipse.xtext.common.types
[...]
I'm using fornax-oaw-m2-plugin to perform initial source generation.
The build process found org.eclipse.emf.ecore-2.7.0.v20120127-1122.jar as dependency and download it. But fornax fails with a :
java.lang.SecurityException: class "org.eclipse.emf.ecore.impl.MinimalEObjectImpl$Container"'s signer information does not match signer information of other classes in the same package
I checked the file with jarsign, and saw :
[entry was signed on 27/01/12 17:27]
X.509, CN="Eclipse.org Foundation, Inc", OU=Digital ID Class 3 - Java Object Signing, O="Eclipse.org Foundation, Inc", L=Ottawa, ST=Ontario, C=CA
[certificate expired on 14/04/12 01:59]
Now i'm stuck with that bundle, and after one day googling around and trying to found information, i can't go ahead with my build. Is there any way to find a most-recently-signed
version of this bundle, or maybe a made a mistake somewhere else?
I would appreciate if someone could give me some clue.. thanks by advance.
Aurelien
|
|
|
Re: Expired certificate with org.eclipse.emf.ecore 2.7.0 [message #923273 is a reply to message #923180] |
Tue, 25 September 2012 15:27   |
Eclipse User |
|
|
|
It seems to me there was some JDK version that was causing these false
failures. In any case, the EMF 2.8 release (part of Juno) should have a
recent signature...
On 25/09/2012 7:20 PM, aurelien labrosse wrote:
> Hello,
>
> I am working on an Eclipse plugin which use Maven 3.0.4 and Tycho.
> Here is MANIFEST.MF Require-Bundle section :
>
> [...]
> Require-Bundle:
> org.eclipse.xtext;bundle-version="2.3.1";visibility:=reexport,
> org.apache.log4j;visibility:=reexport,
> org.apache.commons.logging;resolution:=optional;visibility:=reexport,
> org.eclipse.xtext.generator;resolution:=optional,
> org.eclipse.emf.codegen.ecore;resolution:=optional,
> org.eclipse.emf.mwe.utils;resolution:=optional,
> org.eclipse.emf.mwe2.launch;resolution:=optional,
> org.eclipse.xtext.util,
> org.eclipse.emf.ecore;bundle-version="2.5.0",
> org.eclipse.emf.common,
> org.antlr.runtime,
> org.eclipse.xtext.common.types
> [...]
>
> I'm using fornax-oaw-m2-plugin to perform initial source generation.
> The build process found org.eclipse.emf.ecore-2.7.0.v20120127-1122.jar
> as dependency and download it. But fornax fails with a :
> java.lang.SecurityException: class
> "org.eclipse.emf.ecore.impl.MinimalEObjectImpl$Container"'s signer
> information does not match signer information of other classes in the
> same package
>
> I checked the file with jarsign, and saw :
> [entry was signed on 27/01/12 17:27]
> X.509, CN="Eclipse.org Foundation, Inc", OU=Digital ID Class 3 -
> Java Object Signing, O="Eclipse.org Foundation, Inc", L=Ottawa,
> ST=Ontario, C=CA
> [certificate expired on 14/04/12 01:59]
>
> Now i'm stuck with that bundle, and after one day googling around and
> trying to found information, i can't go ahead with my build. Is there
> any way to find a most-recently-signed
> version of this bundle, or maybe a made a mistake somewhere else?
>
> I would appreciate if someone could give me some clue.. thanks by
> advance.
>
> Aurelien
>
>
>
>
|
|
| | | | | |
Goto Forum:
Current Time: Wed Jul 23 08:24:55 EDT 2025
Powered by FUDForum. Page generated in 0.10614 seconds
|