I'm starting to work on a marshaller/unmarshaller in the JBossMarshalling project that uses JBossSerialization, so I'm creating this thread for issues that come up. In some cases it looks like we may request changes to make JBossSerialization more configurable, so I hope Clebert can provide some guidance.
First issue: JBSER-99 "The stream header should be optional". Clebert, do you have any preferences about configuring JBossSerialization? Can we add additional constructors that take a configuration map? Do you have a preference for where parameter constants are defined?
-Ron
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204618#4204618
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4204618
So i've hopefully fixed the validate - so that you can activate your profile without being affected by the others which are currently being activated.
Furthermore i create a AbtractProfileFactory which just generates a AbstractProfile for now.
We most probably are want to change that at one point and make it more useful :)
I also updated the ProfileServiceBoostrap to shutdown the profiles it loaded first.
Which means that you should now be able to let HASingletonController activate/deactivate the profile.
On shutdown it will undeploy the clustering deployers first and you can stop that correctly.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204579#4204579
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4204579