[jboss-user] [JCA/JBoss] - Re: database failover for ejb application (persistance.xml p

grdzeli_kaci do-not-reply at jboss.com
Fri Sep 7 07:28:12 EDT 2007


ok vickyk,  i will try to explain my task,

in my company we have two billing system:
1. Online(Realtime) Billing  and
2.Offline Billing 

1. online billing is pure java program which uses oracle timesten in-memory databases.
2. offline billing is java (EJB) application(s) , which is on jboss and uses oracle database faiover cluster. for this application oracle is transparent and we have no any problems with it. 
but offline billing also use timesten databases described above for online billing, offline billing does not know which timesten database is active and which is stand by, that is know online billing, it takes decision for switching timesten from one to another. after switch it send message to offline billing that which timesten database is active.
know after offline billing got message it must be switch database for itself.

Oracle Timesten In-Memory Database does not have cluster.
Messaging between online and offline billing based on TIBCO Rendezvous Messaging.

we tried to use timesten database for active-standby configuration, one is activa another is standby and so on.

is is correct if i use  URLSelector strategy ?
and i don't know what does it mean "BL implemented in URLSelector"

you idea use multiple DS i knew, but i think that is not good design. 

ps. sorry for my poor English. 

________
Regards,
Paata.



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082100#4082100

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4082100



More information about the jboss-user mailing list