Issue Details (XML | Word | Printable)

Key: GDS-41
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Franck Wolff
Reporter: Clive Jevons
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
GraniteDS

Other classes not serializable preventing proper session clustering for pojo service

Created: 13/Sep/07 05:10 PM   Updated: 18/Sep/07 05:57 PM   Resolved: 18/Sep/07 05:57 PM
Component/s: Pojo services
Affects Version/s: 0.4.0
Fix Version/s: 1.0.0_RC1

Environment: jboss 4.2.0.ga / granite trunk / jdk 5


 Description  « Hide
In addition to the service invoker, I've now identified the following other classes which I had to make serializable in order to placate the jboss clustered session:

* org.granite.config.flex.Destination
* org.granite.messaging.service.SimpleServiceFactory
* org.granite.messaging.service.DefaultServiceExceptionHandler


Franck Wolff added a comment - 18/Sep/07 05:57 PM
Fixed (but my need additional work for non Pojo services).

Destination, ServiceExceptionHandler and ServiceFactory implements (or extends) java.io.Serializable.