Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [epp-dev] Question on config.ini in JEE package about equinox.weaving

At least I can answer where it was taken from.

If you look into the content.jar (content.xml) of the Galileo Staging repository, you will find some install instructions:

    <unit id='org.eclipse.persistence.jpa.equinox' version='1.1.2.v20090526-r4309' singleton='false'>
...
          <instruction key='manifest'>
            Bundle-Vendor: Eclipse.org - EclipseLink Project&#xA;Bundle-SymbolicName: org.eclipse.persistence.jpa.equinox&#xA;Bundle-ManifestVersion: 2&#xA;Bundle-Version: 1.1.2.v20090526-r4309&#xA;Bundle-RequiredExecutionEnvironment: J2SE-1.5&#xA;Created-By: 2.4 (IBM Corporation)&#xA;Implementation-Vendor: Eclipse.org - EclipseLink Project&#xA;Implementation-Version: 1.1.2.v20090526-r4309&#xA;Manifest-Version: 1.0&#xA;HK2-Bundle-Name: org.eclipse.persistence:org.eclipse.persistence.jpa.equinox&#xA;Bundle-Name: EclipseLink Dynamic Weaving Fragment for Equinox&#xA;Specification-Version: 1.1.2&#xA;Ant-Version: Apache Ant 1.7.0&#xA;Fragment-Host: org.eclipse.persistence.jpa;bundle-version=&quot;1.1.2.v20090526-r4309&quot;&#xA;Import-Package: org.eclipse.osgi.baseadaptor;resolution:=optional,org.eclipse.osgi.baseadaptor.bundlefile;resolution:=optional,org.eclipse.osgi.baseadaptor.loader;resolution:=optional,org.eclipse.osgi.framework.adaptor;resolution:=optional,org.eclipse.osgi.internal.baseadaptor;resolution:=optional,org.eclipse.persistence.jpa.equinox.weaving;resolution:=optional&#xA;Specification-Vendor: Eclipse.org - EclipseLink Project&#xA;JPA-Initializer: org.eclipse.persistence.internal.jpa.deployment.osgi.equinox.EquinoxInitializer
          </instruction>

So it will be best to ask the EclipseLink project.

Markus

2009/5/28 David M Williams <david_williams@xxxxxxxxxx>
I notice this line in our config.ini

osgi.framework.extensions=reference\:file\:org.eclipse.persistence.jpa.equinox.weaving_1.1.2.v20090526-r4309.jar

I'm wondering what that is ...

and how did it get in there?
In the sense of; how'd it get in there without me be aware of it?
Is it "manually" added somewhere? Or is it "picked up" automatically from
somewhere?


Back to the top