Re: Standalone use of WebSocket client

2013-04-30 Thread Mark Thomas
On 30/04/2013 22:45, Rossen Stoyanchev wrote: > > - Original Message - >> From: "Mark Thomas" >> To: "Tomcat Users List" >> Sent: Tuesday, April 30, 2013 5:35:55 PM >> Subject: Re: Standalone use of WebSocket client > >>> Th

Re: Standalone use of WebSocket client

2013-04-30 Thread Rossen Stoyanchev
- Original Message - > From: "Mark Thomas" > To: "Tomcat Users List" > Sent: Tuesday, April 30, 2013 5:35:55 PM > Subject: Re: Standalone use of WebSocket client > > The Maven snapshot probably isn't recent enough. > > Yep. That

Re: Standalone use of WebSocket client

2013-04-30 Thread Mark Thomas
On 30/04/2013 22:29, Mark Thomas wrote: > On 30/04/2013 22:20, Rossen Stoyanchev wrote: >> >> Is the (JSR-356) WebSocket client in trunk meant to be usable in a >> standalone app? > Yes. > >> I have a Maven app that depends on tomcat-websocket and tomcat-websocket-api >> that gives the below exc

Re: Standalone use of WebSocket client

2013-04-30 Thread Mark Thomas
On 30/04/2013 22:20, Rossen Stoyanchev wrote: > > Is the (JSR-356) WebSocket client in trunk meant to be usable in a standalone > app? Yes. > I have a Maven app that depends on tomcat-websocket and tomcat-websocket-api > that gives the below exception. > > java.lang.NoClassDefFoundError: org/a

Standalone use of WebSocket client

2013-04-30 Thread Rossen Stoyanchev
Is the (JSR-356) WebSocket client in trunk meant to be usable in a standalone app? I have a Maven app that depends on tomcat-websocket and tomcat-websocket-api that gives the below exception. java.lang.NoClassDefFoundError: org/apache/tomcat/util/codec/binary/Base64 at org.apache.tomca