Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EclipseLink » Wrong dependency on weaving in org.eclipse.persistence.osgi-2.1.*.pom(artifactId should be org.eclipse.persistence.weaving)
icon5.gif  Wrong dependency on weaving in org.eclipse.persistence.osgi-2.1.*.pom [message #638041] Tue, 09 November 2010 17:52 Go to next message
Alex Ka is currently offline Alex KaFriend
Messages: 4
Registered: July 2010
Location: Sofia, Bulgaria
Junior Member
Hi,

I'm using EclipseLink with Felix and when adding the dependencies to my pom file there was an error with:
        <dependency>
            <groupId>org.eclipse.persistence</groupId>
            <artifactId>org.eclipse.persistence.osgi</artifactId>
            <version>2.1.1</version>
        </dependency>


The org.eclipse.persistence.osgi-2.1.1.pom contains the following code:
<dependency>
  <groupId>org.eclipse.persistence</groupId>
  <artifactId>org.eclipse.persistence.jpa.weaving</artifactId>
  <version>2.1.1</version>
  <type>jar</type>
  <scope>compile</scope>
  <optional>false</optional>
</dependency>


The artifactId should be:
org.eclipse.persistence.weaving

I noticed that this problem is still in:
org.eclipse.persistence.osgi-2.1.2-RC3.pom

What do you think?
Seems to be fixed in 2.2.0-M5 and 2.2.0-SNAPSHOT [message #641484 is a reply to message #638041] Thu, 25 November 2010 15:56 Go to previous message
Alex Ka is currently offline Alex KaFriend
Messages: 4
Registered: July 2010
Location: Sofia, Bulgaria
Junior Member
I checked the maven repositories again and it seems that the problem is fixed for version 2.2.0-SNAPSHOT with its latest:
org.eclipse.persistence.osgi-2.2.0-20101119.060520-119.pom

Version 2.2.0-M5 is also ok:
org.eclipse.persistence.osgi-2.2.0-M5.pom

Version 2.1.2-SNAPSHOT still has the problem with its latest:
org.eclipse.persistence.osgi-2.1.2-20101118.065940-27.pom

Version 2.1.2-RC4 also has the bug:
org.eclipse.persistence.osgi-2.1.2-RC4.pom
Previous Topic:DB2 XML Column
Next Topic:EclipseLink's XML parser for JBoss
Goto Forum:
  


Current Time: Tue May 14 06:16:18 GMT 2024

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

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

Back to the top