This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 156264 - Provide EclipseLink library for JavaSE use
Summary: Provide EclipseLink library for JavaSE use
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ pcw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-04 21:02 UTC by _ gtzabari
Modified: 2009-05-20 00:50 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ gtzabari 2009-01-04 21:02:59 UTC
Right now Netbeans provides the EclipseLink-GlassFish-V3 library which cannot be used for normal JavaSE applications.
The official EclipseLink distribution includes eclipselink.jar with the following line in MANIFEST.MF:

Premain-Class: org.eclipse.persistence.internal.jpa.deployment.JavaSECMPInitializerAgent

It's my understanding that this is required when running outside of the container.
Comment 1 Jaromir Uhrik 2009-01-05 21:44:33 UTC
Passing to srverplugins component - please evaluate. Thanks.
Comment 2 _ pcw 2009-05-20 00:50:55 UTC
Latest versions of GlassFish V3 already have the eclipse link jar that contains this entry.