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 148152 - [65cat] Scala application does not support JPA
Summary: [65cat] Scala application does not support JPA
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Scala (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ dcaoyuan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-24 06:51 UTC by Dongmei Cao
Modified: 2008-09-24 07:33 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dongmei Cao 2008-09-24 06:51:17 UTC
- Create a Scala application
- Right click on the project node and New > Persistence Unit...
- Click Finish and NPE happens.

If you look at the IDE log, it says

"SEVERE [global]
java.io.IOException: The project ScalaProject[C:\NetBeansProjects\ScalaApplication1] does not have an implementation of
PersistenceLocationProvider in its lookup
        at org.netbeans.modules.j2ee.persistence.api.PersistenceLocation.createLocation(PersistenceLocation.java:91)
....
"