users@tyrus.java.net

Re: Few problems/doubts about a first websocket client app in android using tyrus

From: Pavel Bucek <pavel.bucek_at_oracle.com>
Date: Fri, 13 Jun 2014 12:45:59 +0200

Ah.. I know what is happening. ServiceFinder does not work on Dalwik for
some reason, so the implementation tries to load the default client
container implementation, which happen to be grizzly and the class name
is hardcoded.

Can you please try:

ClientManager.createClient("org.glassfish.tyrus.container.jdk.client.JdkClientContainer");


Regards,
Pavel


On 13/06/14 12:18, Salatiel Filho wrote:
> On Thu, Jun 12, 2014 at 12:26 PM, Salatiel Filho
> <salatiel.filho_at_gmail.com> wrote:
>> ClientManager.createClient
>
> I really don't know why ClientManager.createClient() throws this
> exception in 1.7
>
>
> []'s
> Salatiel
>
>