Hi Dejan, The ULC Extension API has changed between ULC 6.0.4 and ULC 6.1.
ULC Extension Guide explains the new API. It appears that you have an extension for ULCButton. Have you ported the extension to ULC 6.1? On the server, you are calling a setBorder method with some icon as args. Is that right? Can you send me the code for your extension? Moreover just to make sure, I hope you don't have your icon (or any other ULC widget) in a static variable. Thanks and regards, Janak >-----Original Message----- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] Behalf Of Dejan Pecar >Sent: Wednesday, June 07, 2006 7:44 PM >To: [email protected] >Subject: [ULC-developer] strange exception > > >hi, > >we're currently porting our application from ulc 6.0.4 to 6.1. > >now we're stuck in the following problem: > >1 07.06.2006 15:57:16.513 900 WARNING >Thread[T0,5,ThreadPool0] com.ulcjava.base.server.ULCSession > a Exception received from client: >com.ulcjava.base.shared.internal.IllegalStateException: no method >found for method name 'setBorder' and arguments >'[EMAIL PROTECTED]' (argument >types: '[class com.ulcjava.base.client.UIIcon$BasicIcon]') on >class 'ch.abacus.ulc.client.UIAButton', proxy OID is 1036 > at >com.ulcjava.base.shared.internal.ReflectionUtilities.createExceptio >nForMethodNotFound(ReflectionUtilities.java:59) > at com.ulcjava.base.client.UIProxy.a(UIProxy.java:106) > at com.ulcjava.base.client.UIProxy.b(UIProxy.java:7) > at com.ulcjava.base.client.UIProxy.a(UIProxy.java:18) > at com.ulcjava.base.client.UIProxy.restoreState(UIProxy.java:156) > >this occures when we call a second instance of the same application. > >can anyone help ? > >regards > Dejan >mailto:[EMAIL PROTECTED] > >_______________________________________________ >ULC-developer mailing list >[email protected] >http://lists.canoo.com/mailman/listinfo/ulc-developer _______________________________________________ ULC-developer mailing list [email protected] http://lists.canoo.com/mailman/listinfo/ulc-developer
