[JBoss-user] [Clustering/JBoss] - Re: Read-mostly best practice on jboss4.0.1sp1

2005-05-05 Thread wildgeeza
Nothing against TreeCache, it looks great from what I've read, I simply didn't want the application codebase dependant on specific vendors API. I could abstract caching as a service, although wasn't that the point of JSR-107. Does anyone know where that stands nowadays I haven't been following

[JBoss-user] [Clustering/JBoss] - Re: Read-mostly best practice on jboss4.0.1sp1

2005-04-27 Thread wildgeeza
This would probably give the cleanest solution unfortunately the data to the mainframe is marshalled through a third party request/response style API which is why I was thinking BMP would be the way to go. If ther's an abstraction in the container where I could do mapping of entity fields

[JBoss-user] [Clustering/JBoss] - Read-mostly best practice on jboss4.0.1sp1

2005-04-26 Thread wildgeeza
I'm currently researching a clustered caching solution for deployment on jboss4.0.1sp1 and wondered if anyone feels like offering their two cents and/or personal experiences. The master version of my data resides in a mainframe, user updates typically come through our system. Given the small p

[JBoss-user] [Clustering/JBoss] - Failures in invoaction chain, is this a bug?

2005-04-19 Thread wildgeeza
I'm testing various cluster configurations in 4.0.0 line. I have everything working and have been simulating nodes failures by invoking 'stop' on the MBean associated with the EJBs I want to take offline. I subsequently restart by 'touch'ing the deployment unit to get clean hot-deploy. Everyt