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 244442 - REST templates adding Jersey libs for projects with TomEE+ server
Summary: REST templates adding Jersey libs for projects with TomEE+ server
Status: RESOLVED WORKSFORME
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-12 15:31 UTC by Stepan Zebra
Modified: 2014-07-30 13:17 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 Stepan Zebra 2014-05-12 15:31:57 UTC
Product Version: NetBeans IDE 8.0 (Build 201403101706)
Updates: NetBeans IDE is updated to version NetBeans 8.0 Patch 1
Java: 1.8.0_05; Java HotSpot(TM) 64-Bit Server VM 25.5-b02
Runtime: Java(TM) SE Runtime Environment 1.8.0_05-b13
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)

TomEE JAX-RS and Plus editions includes JAX-RS implementation. In Ant-based Web Application projects, when a REST service is being created from "Web Services/RESTful ..." templates, Jersey libs are added to the project and the project can't be deployed. Removing the libs manually makes the project deployable.
Comment 1 Milan Kuchtiak 2014-07-30 13:10:48 UTC
Works for me. No additional libraries are added to web application, except of those provided by TomcatEE+

Product Version: NetBeans IDE Dev (Build 20140730-6ec8daca75e0)
Java: 1.8.0_05; Java HotSpot(TM) 64-Bit Server VM 25.5-b02
Comment 2 Milan Kuchtiak 2014-07-30 13:17:04 UTC
Tested with both Ant based and Maven based web app.