I have two datasources defined in my oracle-ds.xml, both used to use the same driver, but now one of the databases has been upgraded to 10g and the other is still at 8.1.6. The newer ojdbc.jar is causing issues with the 8.1.6, and we need to revert back to the older jdbc driver for the 8.1.6, but would like to keep using the 10g jdbc driver for the 10g db. Is there any way to do this in the oracle-ds.xml file? I know in the 3.2.X product there use to be a element in the *-ds.xml file, is this gone?
Thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975819#3975819
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975819
Hi,
I am not sure if this is the right place for this question...
apologies if my post is off topic here.
Does anyone have ideas how to create a shared yes/no xhtml page?
say, we have yes and no buttons and there action is not predetermined.
For example, once you want yes button to invoke USER deletion action.
The next time you want yes button to invoke CITY deletion action.
(say USER and CITY are some entities).
I have tried to
<h:commandButton id="yesButton" value="Yes" action="#{yesButton}"/>
where I set 'yesButton' variable in the context, prior going to the yes no page.
Contexts.getConversationContext().set("yesButton", "#{userEditor.deleteUser}");
No success.
Many thanks,
Filip
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975814#3975814
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975814