
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
jboss 4.2.0.ga / granite trunk / jdk 5
|
|
|
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
|
|
Description
|
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
|
Show » |
Sort Order:
|
Destination, ServiceExceptionHandler and ServiceFactory implements (or extends) java.io.Serializable.