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 84621 - Webservice node is not created when WS is created
Summary: Webservice node is not created when WS is created
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
: 85042 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-09-11 15:58 UTC by Martin Grebac
Modified: 2006-09-15 21:13 UTC (History)
4 users (show)

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 Martin Grebac 2006-09-11 15:58:09 UTC
Start fresh IDE, register server, create web app, create web service, all
default options.

No web service node present. This is primary functionality and is broken again.
Comment 1 Milan Kuchtiak 2006-09-11 16:46:20 UTC
addClassAnnotation()`method from JaxWSNNListener is not called.

Project Close and Open doesn't help.
What only helps is restarting IDE.
Comment 2 Martin Adamek 2006-09-12 11:42:13 UTC
Caused by Andrei's commit.
Comment 3 Andrei Badea 2006-09-12 12:05:28 UTC
I'm working on it.
Comment 4 Andrei Badea 2006-09-13 11:22:14 UTC
Fixed in release55_dev.

Checking in ./src/org/netbeans/modules/j2ee/metadata/ClassPathSourceCache.java;
/cvs/j2ee/metadata/src/org/netbeans/modules/j2ee/metadata/Attic/ClassPathSourceCache.java,v
 <--  ClassPathSourceCache.java
new revision: 1.1.2.2.2.1; previous revision: 1.1.2.2
done
Checking in
./test/unit/src/org/netbeans/modules/j2ee/metadata/ClassPathSourceCacheTest.java;
/cvs/j2ee/metadata/test/unit/src/org/netbeans/modules/j2ee/metadata/Attic/ClassPathSourceCacheTest.java,v
 <--  ClassPathSourceCacheTest.java
new revision: 1.1.2.2.2.1; previous revision: 1.1.2.2
done
Comment 6 Martin Adamek 2006-09-14 14:04:29 UTC
Fix looks good.
Only small comment: classPath variable in contains(FileObject) method is unused
Comment 7 Jindrich Sedek 2006-09-14 14:08:04 UTC
Verified NetBeans5.5Dev 200609140300
Comment 10 Jindrich Sedek 2006-09-15 07:50:19 UTC
Verified NetBeans5.5Dev 200609150000
Comment 11 Roderico Cruz 2006-09-15 21:13:16 UTC
*** Issue 85042 has been marked as a duplicate of this issue. ***