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 131883 - [firefox 2.0.0.13] Test client takes forever to show google map
Summary: [firefox 2.0.0.13] Test client takes forever to show google map
Status: CLOSED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Ayub Khan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-03 01:25 UTC by Ayub Khan
Modified: 2008-04-07 14:29 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 Ayub Khan 2008-04-03 01:25:33 UTC
To reproduce

-Create CustomerDB app from wizard for New Project and selecting Samples, then "RESTful Web Services"
-Open /src/java/service/CustomerResource.java
-Open "Services" tab, expand "Web Services" node, then drill to /Google/GoogleMap/googleMap leaf node
-Dnd googleMap node to CustomerResource.java's only get() method or add a new method like below and DnD to it

   @GET
   @ProduceMime("text/html")
   public String getGoogleMap() {
//Dnd here
       return "";
   } 

- Then run "Test RESTful Web Services" action on the CustomerDB project node
- From the test client (using Firefox 2.0.x browser) do "GET" with "text/html" mimetype on any customer (ie /customers/1)
- Test client "Raw View" is empty and the browser seems taking forever to load the google map
Comment 1 Ayub Khan 2008-04-03 02:29:55 UTC
Fixed for 6.1 (will integrate to release61 after review)

changeset

http://hg.netbeans.org/main/rev/6e6fb79de645
Comment 2 Lukas Jungmann 2008-04-03 11:27:48 UTC
v. in trunk, transplant it to the release61 clone, please. Thanks
Comment 3 Ayub Khan 2008-04-03 17:13:05 UTC
Fixed in release61 

http://hg.netbeans.org/release61/rev/2d3f57b0b396
Comment 4 Lukas Jungmann 2008-04-04 19:02:14 UTC
v.