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 209592 - RESTful Web Services from Database using Maven
Summary: RESTful Web Services from Database using Maven
Status: RESOLVED DUPLICATE of bug 209573
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 7.1.1
Hardware: All All
: P1 normal with 2 votes (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-14 17:54 UTC by jyeary
Modified: 2012-03-22 10:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
POM file (5.60 KB, text/xml)
2012-03-14 17:54 UTC, jyeary
Details
messages.log (61.81 KB, text/plain)
2012-03-14 17:55 UTC, jyeary
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jyeary 2012-03-14 17:54:17 UTC
Created attachment 116745 [details]
POM file

The wizard for generating RESTful Web Services from Database using Maven fails does not update the pom.xml and leaves a number of unknown dependencies. 

This only happens if a GlassFish 3.x EE 6 container is picked. GlassFish 2.1 and EE 5 work as expected with the wizard.

This is likely the same issue as http://netbeans.org/bugzilla/show_bug.cgi?id=209573

However I am opening it separately to be complete. Logs and pom.xml attached.
Comment 1 jyeary 2012-03-14 17:55:11 UTC
Created attachment 116746 [details]
messages.log
Comment 2 Denis Anisimov 2012-03-22 10:59:31 UTC
The described problem is resulting pom file with Jersey 1.8 dependencies.
So it is the same as mentioned issue #209573.

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