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 179315 - REST service. Entity in a different linked project are not found.
Summary: REST service. Entity in a different linked project are not found.
Status: RESOLVED INCOMPLETE
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 6.x
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-08 08:42 UTC by ksmeltzer
Modified: 2011-10-07 07:03 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 ksmeltzer 2010-01-08 08:42:46 UTC
When you choose to create a new RESTful service from Entity class and that Entity is in a separate, but linked project, the entity will not be found and will not be displayed in the Available Entity Classes list. I Use openSolaris and have not tested to see if it happens on other systems.
Comment 1 Denis Anisimov 2010-11-02 11:50:57 UTC
It seems this is related to bug #144795
Comment 2 Denis Anisimov 2011-10-07 07:03:43 UTC
Please clarify the problem.
What do you mean by "Entity is in a separate, but linked project" ?
Did you include jar file ( separate projects result of build ) in your compile classpath ?
Or you mean smth. else ?

In the first case all works fine at least with current NB version for me.