aspose file tools
The moose likes BEA/Weblogic and the fly likes Enabling automigration in 10.3 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "Enabling automigration in 10.3" Watch "Enabling automigration in 10.3" New topic
Author

Enabling automigration in 10.3

jagan raja
Ranch Hand

Joined: Jan 29, 2010
Posts: 54
Hi All,

I have created a singleton service class by implementing "weblogic.cluster.singleton.SingletonService" and deployed this as an ear in weblogic 10.3.

Deployment is done on a cluster(ManagedServer1,ManagedServer2).

The activate method gets invoked on only of the server ManagedServer1 and necessary actions are taking place. When ManagedServer1 is brought down how to migrate this action to ManagedServer2.

When ManagedServer1 is down, the ear is in ManagedServer2 and the activate method is called and its running as infinite loop.

When ManagedServer1 is up everything works fine.

Not sure where I have gone wrong.Could anyone please help me out
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Enabling automigration in 10.3
 
Similar Threads
config file
JMS on Migratable target
'Prepaired/Start Running/Active' Deployment sates on restart of server
Disabling JMS Topic Subscription via property
JSPs compiling each time in a cluster