Thanks, I found this out after discovering the .bnd files in the download. My question was somewhat redundant. Apologies.
I do have another problem, though. I have created a project that has a bundle that I want to use to call functions in the Websocket class. In other words, I would like to be able to (for example) send a connected client a message by calling the MyEchoSocket's send method from another bundle (I am using the Jetty example as my base). My new project has duplicate the build and runtime dependencies, and I imported the example Jetty example Java files into my project. I have been running the code in the debugger. I am seeing that the start() method in the EchoServlet class is not being called. It is looking like the servlet is not being loaded or registered with Jetty. I presume that these examples work by somehow registering the servlet with Jetty, then letting Jetty (through the servlet) create MyEchoSocket instances as needed. Unfortunately, it doesn't look at the registration of the servlet is taking place. Am I missing something? How do I make this servlet work? -- View this message in context: http://apache-felix.18485.x6.nabble.com/WebSockets-usage-tp5012240p5015290.html Sent from the Apache Felix - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

