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 59178 - Adhere to the jsr-88 specifiaction version 1.1 more thoroughly
Summary: Adhere to the jsr-88 specifiaction version 1.1 more thoroughly
Status: RESOLVED WONTFIX
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-23 15:08 UTC by Sherold Dev
Modified: 2008-04-21 16:20 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sherold Dev 2005-05-23 15:08:21 UTC
Some classes do not adhere to the jsr-88 specification version 1.1 thoroughly,
namely:

DeployableObject
J2eeApplicationObject
DDBeanRoot
Comment 1 Kirill Sorokin 2005-05-23 15:13:01 UTC
As for the getEntry() and entries() method of the deployable object. The key 
idea is that we should return the file listing and the input stream for the 
application archive, thus meaning that the application should be compiled and
the archive created at the time of condifuration. This does not happen at the 
present moment.
My workaround provided listing of files in the sources directory of the 
project and that is not any good. For the workaround see the WL & WS plugins.
Comment 2 Sherold Dev 2005-05-23 15:23:24 UTC
OK, thanks!

TM -> 4.2.
Comment 3 Sherold Dev 2005-09-14 10:43:21 UTC
changing type to task, since this issue has no real user impact
Comment 4 Petr Blaha 2006-03-13 13:51:01 UTC
TM 5.0 -> TBD
Comment 5 Petr Hejl 2008-04-21 16:20:22 UTC
These classes are not used in the IDE anymore.