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 166235

Summary: Support for DataNucleus
Product: javaee Reporter: Petr Blaha <blaha>
Component: PersistenceAssignee: issues@javaee <issues>
Status: RESOLVED FIXED    
Severity: blocker CC: dkonecny, thufir
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: patch

Description Petr Blaha 2009-05-29 09:06:12 UTC
We would like to add support for JPA in Google App Engine module (see more info
http://kenai.com/projects/nbappengine/pages/Home) but we need some small changes in j2ee.persistence and web module
project. Google App engine uses DataNuclueas as persistence provider hence we inmplemented new persistence provider. The
provider will be visible only for projects with Google App Engine server and there shouldn't be any regression for
existing functionality. Can you integrate these changes in trunk? Thanks
Comment 1 Petr Blaha 2009-05-29 09:08:02 UTC
Created attachment 82958 [details]
patch
Comment 2 Quality Engineering 2009-06-11 08:38:43 UTC
Integrated into 'main-golden', will be available in build *200906110201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/4e867460e4fa
User: Petr Blaha <blaha@netbeans.org>
Log: #166235 Added support for DataNucleus
Comment 3 David Konecny 2009-08-03 21:53:54 UTC
This can be closed as fixed, right?
Comment 4 Petr Blaha 2009-08-04 06:45:37 UTC
Yes, the support is implemented. I'm closing as Fixed.
Comment 5 thufir 2010-06-24 22:08:46 UTC
Does this fix also apply to JDO in relation to GAE and http://kenai.com/jira/browse/NBAPPENGINE-11 ?