Bug 5960 - Attribute "NtlmHttpChal" is declared to be serializable
Summary: Attribute "NtlmHttpChal" is declared to be serializable
Status: NEW
Alias: None
Product: jCIFS
Classification: Unclassified
Component: core (show other bugs)
Version: 1.2
Hardware: Other All
: P3 normal
Target Milestone: ---
Assignee: Samba Bugzilla Account
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-10 02:17 UTC by Oliver B. Nelson
Modified: 2009-04-13 08:15 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver B. Nelson 2008-12-10 02:17:44 UTC
During redeployment of JEE applications which use jCIFS on IBM WebSphere Application Server the following error occurs:

Miscellaneous data: Attribute "NtlmHttpChal" is declared to be serializable but
is found to generate exception "java.io.NotSerializableException" with message
"jcifs.UniAddress". Fix the application so that  the attribute "NtlmHttpChal"
is correctly serializable at runtime.

Solution:
Looking further into the jCIFS sourcecode the class "jcifs.UniAddress" is indeed the troublemaker. It should be declared transient if it is not serializable as the code suggests.
Comment 1 Gerald (Jerry) Carter (dead mail address) 2009-04-13 08:15:07 UTC
Reassigning since current assignee mail addr is bouncing