Hi Ron,
I've patched our application by simply commenting out the client.disconnect(). It seems to be safe for our particular application because there is no connectionValidator and no leasePinger involved - so the tidy up in client.disconnect() are essentially no-ops. And not disconnect()'ing leaves the invoker in the registry for the next time client.connect() is called.
I'm not suggesting this is a solid fix but it seems to work in our case. It may be useful to others until an official patch is available.
Thanks,
Darren.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129575#4129575
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129575
Thanks Peter.
I set the JAVA_HOME variable to my j2sdk folder. Now dll issue seems to be resolved. But I'm getting a new problem while trying to run the server:
java.lang.UnsupportedClassVersionError: javax/management/NotificationEmitter (Un
supported major.minor version 49.0)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
Could anyone please help me to resolve this.
Thanks
George
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129572#4129572
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129572
I got JSF form with some buttons which submit form. buttons are attached to different action methods. when form is submitted via one of these buttons, same page is redisplaed with jsf message (eg action performed...).
if now I refresh browser window, it automatically executes same action method even though button is not clicked.
I think this problem only occurs if same page is redisplayed after action is completed; not if going to different page in response to action.
is there any easy way to stop it executing last action on browers refreshs?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129571#4129571
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129571