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 38506 - the combatibility of TomcatLoader is broken
Summary: the combatibility of TomcatLoader is broken
Status: VERIFIED WONTFIX
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2004-01-07 16:56 UTC by pzajac
Modified: 2004-02-20 14:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception stacktrace (4.63 KB, text/plain)
2004-01-07 16:57 UTC, pzajac
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2004-01-07 16:56:51 UTC
there is broken compatibility with nb35. 
 java.lang.ClassNotFoundException:
org.netbeans.modules.tomcat.tomcat40.Tomcat40DataLoader
on deserialization of loader.
Comment 1 pzajac 2004-01-07 16:57:21 UTC
Created attachment 12764 [details]
exception stacktrace
Comment 2 Pavel Buzek 2004-01-28 22:57:46 UTC
How do you reproduce this in the _build_? I tried the update from 3.5
to trunk but have not seen this issues. I think that the loader is
actually not deserialized. If you cannot reproduce it please close it
as invalid.
Comment 3 Marek Fukala 2004-02-04 11:38:35 UTC
I have tried to import from both 3.4 and 3.5 and it works fine for
each of them. Petre - can you please provide an additional information
about how is the test working or point me out to the the test itself?
Thanks.
Comment 4 pzajac 2004-02-06 16:07:17 UTC
Compatibility test tests if is posible to deserialize settings from
previous. The test fails if a Exception will be thrown. In normal ide
starte the exception is not visible and the setting are droped. I
talked with marek about this issue personally. In this case it doesn't
sence be fully compatible with previous version because a lot of
settings has been changed. 
Comment 5 pzajac 2004-02-20 14:58:05 UTC
v