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 26878

Summary: Provide Code Completion for J2EE 1.4 Deployment Descriptors
Product: javaee Reporter: _ pkuzel <pkuzel>
Component: CodeAssignee: Milan Kuchtiak <mkuchtiak>
Status: RESOLVED FIXED    
Severity: blocker CC: mkuchtiak
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 26841, 26477    
Bug Blocks:    

Description _ pkuzel 2002-08-29 14:01:54 UTC
These are described using XML Schema.

If XML module will implement issue #26477 then we
get it automatically otherwise we need to plugin
own ...xml.api.GrammarQueryProvider (see
...xsl.grammar or ...xml.dtd.grammar packages for
examples).
Comment 1 _ pkuzel 2002-08-29 14:05:32 UTC
Issue #26841 is required for proper issue #26477 functionality with
J2EE descriptors.
Comment 2 _ pkuzel 2003-04-03 15:11:48 UTC
Regarding local XMLSchema caching, web modules can use JAXP 1.1
directly as it has apriory knowledge of used namespaces and it bundles
patricular schemas with module itself. Issue 26841 descheduled.
Comment 3 Milan Kuchtiak 2005-02-18 12:50:09 UTC
Implemented for Nb40.