Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] ProviderResolver?

Also, the default ProviderResolver looks for a resource file  "META-INF/services/javax.persistence.spi.PersistenceProvider" which exists in the bundle org.eclipse.persistence.jpa, but since the default ProviderResolver is using the context class loader, it's not found.  How is this all supposed to tie together?  Is this mechanism strictly for the non-OSGi environment?

Assuming this is the case, how are the bundles supposed to get started in an RCP environment so that the Activator can register the necessary components?


On Nov 3, 2008, at 6:22 PM, Bryan Hunt wrote:

The Activator in javax.persistence sets the provider resolver to the Activator, but the manifest is set to not automatically activate the bundle.  Is the default provider resolver supposed to be used, or do I manually have to start the bundle?

Bryan
_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users


Back to the top