Hi,
I have a question on using the page parameters. Here is the situation: I have a main page and some child pages, navigation goes from the main page to the child pages and then back to the main page; some state on the main page needs to be kept when going to the child page and restored later when going back to the main page: for example, I have a set of tabs (using rich faces tabpanel), I want to "remember" which tab is selected before going to a child page and later when I come back to the main page, I want to have the previously selected tab displayed.
So how can I implement this? Any hints?
Thanks,
Tong
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034678#4034678
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4034678
For a proper answer, suggest you post on the Remoting forum. It looks to me like there's no real issue here, just a case of Remoting logging at too high a level (should be TRACE not DEBUG). In that case, just limiting the log category is fine. (If there were a serious problem, there'd be logging at a higher level than DEBUG and/or you'd be seeing issues in your application.)
I believe what happened here is once you enabled clustering, the getLocator() method is returning a different value, and hence MarshalFactory.getMarshaller(getLocator(), getClassLoader()) is returning a different value.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034676#4034676
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4034676
Is is possible to bundle the jdbc driver with the ear file and make it module dependency in the application.xml file.
Right now I deploy my *-ds.xml file with the application but the jdbc library has to be in {jboss_home}/server/default/deploy in order for the datasource to load.
When I move the jdbc driver library from the deploy directory and bundle it with the ear file to deploy with the application, then the datasource cannot be bound.
Is this correct behaviour or am I doing it wrong?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034673#4034673
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4034673