You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2002/03/22 17:54:52 UTC

DO NOT REPLY [Bug 7367] New: - ServiceManager not actually serializable

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7367>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7367

ServiceManager not actually serializable

           Summary: ServiceManager not actually serializable
           Product: Commons
           Version: Nightly Builds
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Sandbox
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: jspiewak@axeda.com


ServiceManager, which implements Serializable, has a reference to the 
LogService.  The LogService has a reference to a Log, which ends up being a 
SimpleLog.  SimpleLog is not serializable, therefore serializing the 
ServiceManager will result in an exception.

I am using the 20020312 nightly source of commons-services.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>