1. What clustering solutions are available in .NET? stackoverflow.comAs a kind of follow on to this question, what specific services are available for .NET that allow clustering in .NET similar to what is available in (Session) EJBs. The ... |
2. EJB Reference Configuration Error stackoverflow.comI have 2 ears say Ear1 and Ear2 for my application,which are deployed in clusters.Ear2 is having Ejb which is being called from Ear1. EJB reference is required for communication between ... |
3. EJB 3.1 singleton in cluster stackoverflow.comI didn't find much information about EJB 3.1 Singletons in cluster enviroment. Is it true that specification says that those singletons will guarantee one instance per JVM - so one per cluster ... |
4. JBoss Cluster for a Web App that doesn't use EJB stackoverflow.comSteps for JBoss Clustering 5.0.1, or 5.1.0 and also communication steps between Tomcat 5.5 and JBoss. I googled but no one giving exact solution for clustering of simple web application not ... |
5. Singleton vs Stateful remote EJB references in clusters stackoverflow.comI'm using a vanilla JBossAS 6 server with a couple of projects to test the functionality of clustered JBoss environments. The problem that I have is that if I transfer an ... |
6. EJB clustered write the same file in NAS / shared FileSystem stackoverflow.comThis is my environment:
|
7. EJB 3.0 Timer Cluster Info stackoverflow.comI was able to get some hands on EJB3.0 Timer Service.I was able to get the timeout working and I was able to invoke the timer using servlet Context listener.I have ... |
8. how to distribute jobs in a clustered server inside a EJB container coderanch.comHi All, I am new to distributed environment and actually there are two problems 1) We have a webservice in which some operation is executing. if a web method has been called through web services no more web service call should be made. In order to do this, I have used an interceptor using a static final variable so any extra ... |
9. Clustered EJB java-forums.org |