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 120907 - stock quote service appears broken in logical node
Summary: stock quote service appears broken in logical node
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Identity (show other bugs)
Version: 6.x
Hardware: Macintosh Mac OS X
: P2 blocker (vote)
Assignee: Peter Liu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-01 22:26 UTC by Srividhya Narayanan
Modified: 2007-11-02 01:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
stock sample (126.08 KB, application/octet-stream)
2007-11-01 22:27 UTC, Srividhya Narayanan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Srividhya Narayanan 2007-11-01 22:26:46 UTC
The stockquote service sample deploys and builds fine. But there are red badges in the war module which talks about some
unknown imports. Attached the screenshot of the IDE
Comment 1 Srividhya Narayanan 2007-11-01 22:27:24 UTC
Created attachment 52320 [details]
stock sample
Comment 2 Peter Liu 2007-11-02 00:25:35 UTC
Believe it or not.  This is actually the correct behavior because when the sample project is first created, none of the
jaxws artifacts have been generated and that's why you get an errors about unknown imports.   Building the project should
make the error badge go away. However, I noticed that doesn't seem to happen. Regardless, I agree that it looks bad to
create a sample project with an error badge on it.  To only way to work around this is issue is to bundle the generated
jaxws articles with the sample project.  This is already done for the client sample to work around another issue.  I'll
do the same for the stockquoteservice sample.

Comment 3 Peter Liu 2007-11-02 01:10:13 UTC
Fix checked into trunk.