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 - Support for DataNucleus
Summary: Support for DataNucleus
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@javaee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-29 09:06 UTC by Petr Blaha
Modified: 2010-06-24 22:08 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
patch (6.91 KB, text/plain)
2009-05-29 09:08 UTC, Petr Blaha
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ?