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 125917 - Catalog.xml is ignored in logical view
Summary: Catalog.xml is ignored in logical view
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-WS (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Roderico Cruz
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2008-01-24 13:17 UTC by Milan Kuchtiak
Modified: 2008-01-24 15:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Logical View with error badges (19.37 KB, image/jpeg)
2008-01-24 13:18 UTC, Milan Kuchtiak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kuchtiak 2008-01-24 13:17:18 UTC
This can be reproduced in this way :

- create WS (from JAVA)
- deploy it on Tomcat/GlassFish
- create WS Client for that WS in J2SE Project
- stop the server
- open the logical view

Though, the project can by built normally (wsimport works) the client node is marked with error badge and cannot be
expanded.
Comment 1 Milan Kuchtiak 2008-01-24 13:18:26 UTC
Created attachment 55494 [details]
Logical View with error badges
Comment 2 Milan Kuchtiak 2008-01-24 13:22:14 UTC
This issue is reproducible in all project types (j2se, web, ejb,..)
Comment 3 Milan Kuchtiak 2008-01-24 15:19:13 UTC
I noticed this was random.
That's because sometimes we initialized WsdlModeler with catalog, sometimes not.

Fixed.
We forgot to set catalog in JaxWsClientChildren.addNotify() method

Diffs:
http://websvc.netbeans.org/source/browse/websvc/core/src/org/netbeans/modules/websvc/core/jaxws/nodes/JaxWsClientChildren.java?r1=1.9&r2=1.10
http://websvc.netbeans.org/source/browse/websvc/core/src/org/netbeans/modules/websvc/core/jaxws/nodes/JaxWsClientNode.java?r1=1.14&r2=1.15