Bugs item #894719, was opened at 2004-02-10 14:01
Message generated for change (Comment added) made by starksm
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=894719&group_id=22866
Category: JBossServer
Group: v3.2
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Luiz-Otavio Zorzella (zorzella)
>Assigned to: Scott M Stark (starksm)
Summary: DeploymentInfo is not Serializable
Initial Comment:
version: jboss-3.2.1_tomcat-4.1.24
While trying to remotelly invoke "listDeployed" of the
Deployer service, a NotSerializableException occurs.
That's because DeploymentInfo is not declared
Serializable. It should also declare the Logger to be
transient, to allow for serialization (all loggers
should be declared transient, IMHO).
The following simple test method can be added to JUnit
to confirm success of Serialization:
public void testListDeployed () {
Object o = getServer ().invoke(getDeployerName(),
"listDeployed",
new Object[]{},
new String[]{});
}
Zorzella
----------------------------------------------------------------------
>Comment By: Scott M Stark (starksm)
Date: 2004-11-07 16:45
Message:
Logged In: YES
user_id=175228
The DeploymentInfo object has been made serializable for 3.2.6
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=894719&group_id=22866
-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development