Hi Alberto,

You should specify the class name using the property name "data- stream-provider", server-side, as well as client side.

For servlet you need to specify it as parameter in the web.xml file

<init-param>
   <param-name>data-stream-provider</param-name>
   <param-value>your class </param-value >
</init-param>

Applet:

<param name=“data-stream-provider”
             value= "your class"/>

JNLP

<argument>data-stream-provider = your class</argument>


I hope it helps.
Best regards

Sandro


On Oct 13, 2006, at 3:49 PM, Alberto Nipoti wrote:

Janak Mulani wrote:

Hi Alberto,

Please see  https://www.canoo.com/jira/browse/UBA-6939.

There is a workaround with custom data stream provider.

Thanks and regards,

Janak

Hi,
we are in the process of integrating your workaround.
Problem: we must be able to run our application in both applet and standalone mode. But, we have found that the method setDataStreamProviderClassName() (to register the "smart" implementation of the stream transfer) is only defined in DevelopmentRunner/AppletDevelopmentRunner classes. So, how can we register our implementation also for the standalone mode?
Thanks,
Alberto

_______________________________________________
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

Reply via email to