[JBoss-user] [Clustering/JBoss] - Re: TreeCacheSSOClusterManager, NullPointer in addSession, 4

2005-12-09 Thread [EMAIL PROTECTED]
Thanks for the good suggestion and for letting me know that that was the root cause of your issue. I'll look into modifying TreeCacheSSOClusterManager as well so it throws a more meaningful exception rather than the NPE. View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[JBoss-user] [Clustering/JBoss] - Re: TreeCacheSSOClusterManager, NullPointer in addSession, 4

2005-12-09 Thread AndiWausS
thank you very much, that was fast and helpful! you might want to consider to comment in the jboss-service.xml that the jboss.cache:service=TomcatClusteringCache is needed for SSO since 4.0.3. Just proposing to maintain the excellent quality of comments in all the other config-elements! :-) Vie

[JBoss-user] [Clustering/JBoss] - Re: TreeCacheSSOClusterManager, NullPointer in addSession, 4

2005-12-08 Thread [EMAIL PROTECTED]
The NPE is because their is no TransactionManager available. Not sure how the valve started without this (the jbossweb-tomcat55.sar/META-INF/jboss-service.xml should have a jboss.cache:service=TomcatClusteringCache element; with that the valve shouldn't start without the TransactionManager).