Re: [Resin-interest] WebSockets Chatroom example

2014-03-07 Thread Rick Mann
On Mar 7, 2014, at 07:54 , Paul Cowan wrote: > > On Mar 6, 2014, at 5:26 PM, Rick Mann wrote: > >> >> On Mar 6, 2014, at 09:47 , Paul Cowan wrote: >> >>> For EJB you want: http://mirrors.ibiblio.org/maven2/javax/ejb/ejb-api/3.0/ >> >> Hmm, I still get >> >>[javac] /Users/rmann/.../Us

Re: [Resin-interest] WebSockets Chatroom example

2014-03-07 Thread Paul Cowan
On Mar 6, 2014, at 5:26 PM, Rick Mann wrote: > > On Mar 6, 2014, at 09:47 , Paul Cowan wrote: > >> For EJB you want: http://mirrors.ibiblio.org/maven2/javax/ejb/ejb-api/3.0/ > > Hmm, I still get > >[javac] /Users/rmann/.../UsageMapServer.java:9: error: cannot find symbol >[javac] im

Re: [Resin-interest] WebSockets Chatroom example

2014-03-06 Thread Rick Mann
Awesome, thanks! On Mar 6, 2014, at 09:47 , Paul Cowan wrote: > > On Mar 6, 2014, at 3:37 AM, Rick Mann wrote: > >> I'm trying to do the WebSockets example here: >> >> http://wiki4.caucho.com/WebSocket_API_Chat_Room_using_JSR_356 >> >> But it needs javax.ejb.Startup (among other things

Re: [Resin-interest] WebSockets Chatroom example

2014-03-06 Thread Rick Mann
On Mar 6, 2014, at 09:47 , Paul Cowan wrote: > For EJB you want: http://mirrors.ibiblio.org/maven2/javax/ejb/ejb-api/3.0/ Hmm, I still get [javac] /Users/rmann/.../UsageMapServer.java:9: error: cannot find symbol [javac] import javax.ejb.Startup; -- Rick signature.asc Descript

Re: [Resin-interest] WebSockets Chatroom example

2014-03-06 Thread Paul Cowan
On Mar 6, 2014, at 3:37 AM, Rick Mann wrote: > I'm trying to do the WebSockets example here: > > http://wiki4.caucho.com/WebSocket_API_Chat_Room_using_JSR_356 > > But it needs javax.ejb.Startup (among other things). My ant build script > fails on this, because I don't seem to be includi

[Resin-interest] WebSockets Chatroom example

2014-03-06 Thread Rick Mann
I'm trying to do the WebSockets example here: http://wiki4.caucho.com/WebSocket_API_Chat_Room_using_JSR_356 But it needs javax.ejb.Startup (among other things). My ant build script fails on this, because I don't seem to be including the right JAR. I tried to use the maven ant plugin (wh