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 56131 - Components malfunction in sun-web.xml
Summary: Components malfunction in sun-web.xml
Status: CLOSED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 4.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: Rajeshwar Patil
URL:
Keywords:
Depends on: 56008
Blocks:
  Show dependency tree
 
Reported: 2005-03-10 10:43 UTC by Jaroslav Pospisil
Modified: 2006-03-24 12:50 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 Jaroslav Pospisil 2005-03-10 10:43:27 UTC
Build 200503061900
1.Create web module on app server
2.Open sun-web.xml
3.In General folder write something in field Extra Class Path or just uncheck in
checkboxes Class Loader Delegate or Class Loader.
4.Save the sun-web.xml by right clicking on sun-web.xml folder and selecting
Save Document.
5.ERROR
Every changes you have done are lost
Comment 1 Sherold Dev 2005-03-10 12:43:39 UTC
Are there any exceptions?
Comment 2 Jaroslav Pospisil 2005-03-10 12:56:44 UTC
No,any exceptions or error messages neither in log nor elsewhere.
Comment 3 Sherold Dev 2005-03-10 13:03:16 UTC
Reassigning to sunappserv
Comment 4 _ ludo 2005-03-11 04:58:21 UTC
very similar to p2 http://www.netbeans.org/issues/show_bug.cgi?id=56008
Comment 5 Rajeshwar Patil 2005-03-17 06:20:49 UTC
We are  always returning new ClassLoader snippet(with default vaule delegate =
true). Original code was comment out. Need to investigate more.
Comment 6 Jaroslav Pospisil 2005-03-17 12:55:29 UTC
Cannot reproduce in build 200503170655,probably fixed.
Comment 7 Jaroslav Pospisil 2005-03-17 12:56:12 UTC
Verified in build 200503170655.
Comment 8 Rajeshwar Patil 2005-03-17 18:41:35 UTC
Strange. I believe it not yet fixed. Please verify and reopen.  
My previous comment still holds true. Its a  regression introduced when we
switched to 8.1 dtd
Comment 9 _ pcw 2005-03-17 18:45:08 UTC
I don't know if this is what this bug is about, but let me add some information.

Classloader field changed significantly between 8.0 and 8.1.  There are still
some backend changes needed in WebAppRoot to properly support this.  I believe
the hardwiring I did to work around this problem (so we could commit the changes
to rely on sun dd api) currently throw away extra-classpath.  This is fairly
trivial to fix and is on my todo list.
Comment 10 Jaroslav Pospisil 2005-03-19 13:57:10 UTC
To rajeshwarpatil: 
You are right,although behaviour of IDE has little changed,this issue isn't
still resolved.In build 200503170655 when I click on Save document,changes are
saved and everything seems all right,but when I restart IDE and open sun-web.xml
again,all changes are gone. 
Comment 11 Rajeshwar Patil 2005-03-21 21:36:25 UTC
Files Modified:
     libsrc/org/netbeans/modules/j2ee/sun/share/configBean/WebAppRoot.java
     new revision: 1.12; previous revision: 1.11
Comment 12 Jaroslav Pospisil 2005-04-14 12:37:23 UTC
Verified in 200504111800.