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 148137 - [65cat] java.io.IOException: The project ScalaProject[C:\projetos\emts] does not have an implementation of PersistenceLocationProvider in its lookup
Summary: [65cat] java.io.IOException: The project ScalaProject[C:\projetos\emts] does ...
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: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-24 01:29 UTC by misterm
Modified: 2008-09-24 18:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 4646


Attachments
stacktrace (7.58 KB, text/plain)
2008-09-24 01:29 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2008-09-24 01:29:43 UTC
Build: NetBeans IDE Dev (Build 200809120201)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_04-b12
OS: Windows XP, 5.1, x86

User Comments:
GUEST: I tried to bind the elements property of a combobox to a table

GUEST: Trying to bind a simple JTable to a DB.

sunbiz: Run CDC Application project



Stacktrace: 
java.io.IOException: The project ScalaProject[C:\projetos\emts] does not have an implementation of PersistenceLocationProvider in its lookup
        at org.netbeans.modules.j2ee.persistence.api.PersistenceLocation.createLocation(PersistenceLocation.java:91)
        at org.netbeans.modules.j2ee.persistence.provider.ProviderUtil.createPersistenceDDFile(ProviderUtil.java:592)
        at org.netbeans.modules.j2ee.persistence.provider.ProviderUtil.getPUDataObject(ProviderUtil.java:575)
        at org.netbeans.modules.j2ee.persistence.wizard.unit.PersistenceUnitWizard.instantiate(PersistenceUnitWizard.java:176)
        at org.openide.loaders.TemplateWizard$InstantiatingIteratorBridge.instantiate(TemplateWizard.java:1018)
        at org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:588)
Comment 1 misterm 2008-09-24 01:29:55 UTC
Created attachment 70390 [details]
stacktrace
Comment 2 Dongmei Cao 2008-09-24 18:43:51 UTC
This is the same issue as issue 148152