Hi Janak, I resolve this problem, I use constructor of EjbConnector with five parameters (EjbConnector(Properties, String, String, String, String)), as I understand five parameter is a name of ClientCoderRegistryProvider class.
Could you send me link to JavaDoc documentation of EjbConnector? I can not found any document in Installation package of ULC 6.1. Thanks for your answer. Best regards, Vitaly Logvinchuk -----Original Message----- From: Janak Mulani [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 19, 2006 11:57 AM To: Vitaly Logvinchuk Cc: [EMAIL PROTECTED] Subject: RE: [ULC-developer] Registring DefaultClientCoderRegistryProvider for EJB application Hi Vitaly, The specification of the CoderRegistryProvider on the client side is independent of the way you have deployed your application on the server. So if your client is deployed as: 1. Applet: Specify as parameter in Applet tag for the ULC client applet in the HTML/JSP file 2. JNLP: Specify as argument in application descriptor for the ULC client application in the JNLP file. See ULC Extension Guide Section 4.4 for the above. 3. Standalone/DevelopmentRunner: Specify as command line rgument: -client-coder-registry-provider <class name> I hope this helps. Thanks and regards, Janak -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Vitaly Logvinchuk Sent: Wednesday, July 19, 2006 9:29 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: [ULC-developer] Registring DefaultClientCoderRegistryProvider for EJB application Hi all, Could anybody help me? I want to use my own implementation of DefaultClientCoderRegistryProvider and DefaultServerCoderRegistryProvide. I successfully register server provider in "ejb-jar.xml" file. But I can not found how to register my client implementation for EJB application? Best regards, Vitaly Logvinchuk _______________________________________________ ULC-developer mailing list [email protected] http://lists.canoo.com/mailman/listinfo/ulc-developer
