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

Summary: Provide EclipseLink library for JavaSE use
Product: serverplugins Reporter: _ gtzabari <gtzabari>
Component: GlassFishAssignee: _ pcw <pcw>
Status: RESOLVED WORKSFORME    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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.