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 188278 - Bad configuration file for J2EE project Categorizations
Summary: Bad configuration file for J2EE project Categorizations
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-01 14:05 UTC by Denis Anisimov
Modified: 2010-08-02 09:33 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-01 14:05:02 UTC
Categorization configuration file mf-layer.xml for profiler.j2ee module 
contains duplicate category description and bad qualified name of interface:
1) Category "Hibernate" is described by  package "org.hibernate.impl" 
definition and number types definition.
All type definitions has the same package "org.hibernate.impl".
So either all types definition are not necessary or package definition should
be removed .
Such double definition leads to performance problem.
2) Category JDBC/Connection contains description for subtypes of 
java.sql.DataSource interface. It doesn't exist . It should be : javax.sql.DataSource.
Comment 1 Denis Anisimov 2010-07-05 14:21:16 UTC
changeset:   173861:b54066d812f8
tag:         tip
user:        Denis Anisimov <ads@netbeans.org>
date:        Mon Jul 05 18:19:34 2010 +0400
summary:     Fixes for BZ#188319, BZ#188278.
Comment 2 Quality Engineering 2010-07-08 03:27:22 UTC
Integrated into 'main-golden', will be available in build *201007080001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/b54066d812f8
User: Denis Anisimov <ads@netbeans.org>
Log: Fixes for BZ#188319, BZ#188278.
Comment 3 J Bachorik 2010-08-02 09:33:50 UTC
Seems to be fixed for 6.9.1