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 190290 - Maven CRUD sample does not work on OS X
Summary: Maven CRUD sample does not work on OS X
Status: RESOLVED WORKSFORME
Alias: None
Product: apisupport
Classification: Unclassified
Component: Templates (show other bugs)
Version: 7.0
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: issues@apisupport
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-10 12:14 UTC by Kenneth Ganfield
Modified: 2012-06-26 15:53 UTC (History)
0 users

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 Kenneth Ganfield 2010-09-10 12:14:47 UTC
1. Create Maven CRUD sample platform project
2. Run

The application launches but throws the following exception.
The Ant version of the CRUD application works


java.lang.IllegalStateException: No JavaDB installation found.
	at org.netbeans.modules.crudsampleapplication.dbaccess.JavaDBSupport.getNetworkServerClasspath(JavaDBSupport.java:113)
	at org.netbeans.modules.crudsampleapplication.dbaccess.JavaDBSupport.startDB(JavaDBSupport.java:85)
	at org.netbeans.modules.crudsampleapplication.dbaccess.JavaDBSupport.ensureStartedDB(JavaDBSupport.java:58)
	at org.netbeans.modules.crudsampleapplication.editor.EditorTopComponent.readCustomer(EditorTopComponent.java:152)
	at org.netbeans.modules.crudsampleapplication.editor.EditorTopComponent.access$100(EditorTopComponent.java:74)
	at org.netbeans.modules.crudsampleapplication.editor.EditorTopComponent$3.run(EditorTopComponent.java:146)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:602)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1084)
Caused: org.openide.util.RequestProcessor$FastItem: task failed due to
Comment 1 Kenneth Ganfield 2011-11-14 13:47:11 UTC
This seems to work now
Comment 2 Milos Kleint 2012-06-26 15:53:42 UTC
so I assume I can close it?

closing as worksforme, even though I I haven't tested myself, just based on the report's comment.