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 215624 - Cannot deploy Maven project with REST web services from DB
Summary: Cannot deploy Maven project with REST web services from DB
Status: VERIFIED DUPLICATE of bug 217480
Alias: None
Product: javaee
Classification: Unclassified
Component: Persistence (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Sergey Petrov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-17 12:17 UTC by Jiri Skrivanek
Modified: 2012-09-05 07:45 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
GlassFish log. (6.33 KB, text/plain)
2012-07-17 12:17 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2012-07-17 12:17:55 UTC
Created attachment 122097 [details]
GlassFish log.

It is not possible to deploy Maven web project with REST web services from DB. To reproduce:

- create new Maven web project with GlassFish server
- open new file wizard
- select "Web Services|RESTful Web Services from Database" and click Next
- choose jdbc/sample data source
- click Add All and then Next
- click Next and Finish
- when all files are created right-click project node and choose Run
- but project cannot be deployed (see glassfish.log for details). I noticed that persistence.xml has strange name like file:/D:/Development/builds/nbUserdir-20120717133950/mavenproject1/PU but I am not sure whether it is the reason of failure.

Product Version: NetBeans IDE Dev (Build 201207170002)
Java: 1.7.0_06-ea; Java HotSpot(TM) 64-Bit Server VM 23.2-b08
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
Comment 1 Sergey Petrov 2012-09-04 21:36:42 UTC
looks like a duplicate of 217480

*** This bug has been marked as a duplicate of bug 217480 ***