All our 10 datasources are local-tx-datasource but it appears JBossTS (default transaction manager in 4.2.0) only allows 1 local-tx-datasource (not simple to find this out), you need to convert to xa-datasource.
This should be in the release notes (I can find no reference).
However, converting to xa-datasource on a Oracle database seems to be problematic. A conclusion I have reached after scanning these forums, scanning Google and trying it out.
So I switched back to the 'deprecated' "fast in-memory transaction manager" which, in my view, should not be listed as 'deprecated' unless the default TM (JBossTS) supports multiple local-tx-datasource.
Dave
P.S. I think that this http://jira.jboss.com/jira/browse/JBAS-4425 is probably also going to screw up Oracle XA on 4.2
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048173#4048173
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048173
Hi kukeltje,
I am sorry for not being clear earlier. I meant html views only in a new webapp.
What i am not able to understand is to how to show a specific html for a specific process state and another one for another state.
I plan to make these as embeddeable htmls inside a parent html page.
i dont wanna uses faces , simple html with controller logic is what i am planning
Any ideas .
- Vipul
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048167#4048167
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048167