I created a new coder, but i dont know how to set my new server coder
registry provider when i deploy my app using the servlet container.

On the client side, inside my jnlp launcher i instanced a new connector
like this:

IConnector connector = new ServletConnector(
                new CookieRequestPropertyStore(url),
                url,
                keepAliveInterval,
                null,
                "myEnhancedClientCoderRegistryProvider"
              );

On the server side i tried adding this init parameter:

<init-param>
        <param-name>server-coder-registry-provider</param-name>                 
<param-value>myEnhancedServerCoderRegistryProvider</param-value>
</init-param>

But it seems the ServletContainerAdapterHelper dont like it a returns a
nullpointerexception when the clients tries connecting to it.

What's my fault?

Best regards,
Paolo Scaffardi
GFP Lab s.r.l.
http://www.gfplab.com
_______________________________________________
ULC-developer mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/ulc-developer

Reply via email to