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 255641 - REST test client not showing resource nodes on Weblogic server
Summary: REST test client not showing resource nodes on Weblogic server
Status: NEW
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-01 09:38 UTC by anurag308
Modified: 2015-10-01 14:17 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
the service entity node is not displaying on the left hand side. see the attachment. (134.63 KB, image/jpeg)
2015-10-01 09:38 UTC, anurag308
Details

Note You need to log in before you can comment on or make changes to this bug.
Description anurag308 2015-10-01 09:38:36 UTC
Created attachment 156474 [details]
the service entity node is not displaying on the left hand side. see the attachment.

I have a developed a web application in netbeans from http://www.oracle.com/webfolder/technetwork/tutorials/obe/java/RESTfulWebServices/RESTfulWebservices.htm#t2 site.

I followed according to this website it deployed and running with out error but after the server starts and the application is deployed. When deployment is complete, the browser does not displays a link for each of the Web Services.
i.e.

com.playerentity.team and com.playerentity.player
Comment 1 Stepan Zebra 2015-10-01 14:17:09 UTC
It works on GlassFish (for which the tutorial was written), but the nodes are indeed missing on Weblogic though the resources are available.

Quick steps to reproduce:
1. create Web Application on Weblogic
2. generate some REST web service
3. deploy the application
4. invoke "Test RESTful Web Services" on the project

Dev, please evaluate.