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 188387 - J2EE JAX-WS Category is defined in config file for J2EE project but doesn't work
Summary: J2EE JAX-WS Category is defined in config file for J2EE project but doesn't work
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Ide (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-05 14:07 UTC by Denis Anisimov
Modified: 2010-11-17 07:10 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 Denis Anisimov 2010-07-05 14:07:07 UTC
There is a category for J2EE project : JAX-WS.
It is defined on top level and is not used directly as top category for 
any project type.
There is a link to this category in WebContainer category which is used in 
web based project .
The main issue : "link" attribute is not handled as result JAXWS subcategory in 
WebContainer category is empty. This category is not parsed and marks for it 
are not created.

There is a question about top level definition of "JAX-WS" original definition.
Currently it is used only as link in WebContainer (and doesn't work) .
So what is the reason to define it on top level instead of direct definition 
inside WebContainer ?
I suppose it was created for usage in bot categories WebContainer  and 
EJBContainer. This is reasonable from my point of view.
In this case one more problem in this issue :
"JAX-WS" should be included inside EJBContainer category.
Comment 1 Denis Anisimov 2010-07-06 07:50:19 UTC
This is the fix of first part of the issue ( "link" handling ).
I keep this issue opened for resolving question with including JAX-WS into 
EJBContainer category.
Fix for latter issue is very easy : only XML config file needs to be changed.
changeset:   173862:7f3add997e1c
tag:         tip
user:        Denis Anisimov <ads@netbeans.org>
date:        Tue Jul 06 11:49:05 2010 +0400
summary:     Fix for "link" attribute handling in issue BZ#188387
Comment 2 J Bachorik 2010-11-01 13:40:09 UTC
A proper fix to this problem - http://hg.netbeans.org/profiler-main/rev/4fc7822dc327
Comment 3 Quality Engineering 2010-11-17 07:10:17 UTC
Integrated into 'main-golden', will be available in build *201011170001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/4fc7822dc327
User: Jaroslav Bachorik <yardus@netbeans.org>
Log: #188387: a proper fix