[jboss-user] [JCA] - Re: Oracle Failover connection url

2009-10-15 Thread born_free_77
Tried with non HA config and its working. Will do some more test. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4260655#4260655 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4260655

[jboss-user] [JCA] - Re: Oracle Failover connection url

2009-10-14 Thread vickyk
born_free_77 wrote : | Any idea what I am missing, Does any one has sample ds files? | Check this http://anonsvn.jboss.org/repos/jbossas/branches/JBPAPP_4_2/testsuite/src/resources/jca/ha/test-ha-ds.xml

[jboss-user] [JCA] - Re: Oracle Failover connection url

2009-10-14 Thread born_free_77
Hey Vickyk, Thanks for the response. I am using the same xml files and I did see the test-ha-ds.xml files. Initially I was using connection-url like this | connection-urljdbc:oracle:t...@x:1...@sid|jdbc:oracle:t...@x:1...@sid/connection-url | if I use |

[jboss-user] [JCA] - Re: Oracle Failover connection url

2009-10-14 Thread vickyk
born_free_77 wrote : | if I use | | | connection-urljdbc:oracle:thin:@(description=(address_list=(load_balance=on)(failover=on)(address=(protocol=tcp)(h | | ost=host1)(port=1521))(address=(protocol=tcp)(host=host2)(port=1521)))(connect_data=(service | |

[jboss-user] [JCA] - Re: Oracle Failover connection url

2009-10-14 Thread born_free_77
Let me try this again | connection-urljdbc:oracle:thin:@(description=(address_list=(load_balance=on)(failover=on)(address=(protocol=tcp)(h | | ost=host1)(port=1521))(address=(protocol=tcp)(host=host2)(port=1521)))(connect_data=(service | |

[jboss-user] [JCA] - Re: Oracle Failover connection url

2009-10-13 Thread born_free_77
I do have | url-propertyURL/url-property | url-delimeter|/url-delimeter | View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4260198#4260198 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4260198

[jboss-user] [JCA] - Re: Oracle Failover connection url

2009-10-13 Thread born_free_77
Just want to add that I do have url-delimiter correctly defined in ds file View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4260199#4260199 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4260199

[jboss-user] [JCA] - Re: Oracle Failover connection url

2009-10-13 Thread born_free_77
I was able to start the jboss up and running and I was able to navigate the app also. Now if I bring down the node 1 of oracle rac the failover to next node (as mentioned in connection url) does not happens and jboss throws lots of exception. Now I bring the node 1 backup again and app seems