> Lance, I'm also starting to use your work in my application. Cool!
> your code on github works with atmosphere-runtime-native 2.1.0-RC2. Later versions of Atmosphere fails. Pull requests accepted! > Since we're not using build profiles like in your example, I've had to manually include atmosphere-runtime-native Atmosphere is a bit of a strange dependency unfortunately. Different containers and different container versions require different jars. The table here shows the complexity https://github.com/Atmosphere/atmosphere/wiki/Installing-AtmosphereServlet-with-or-without-native-support#quick-dependency-reference So I chose to have a "provided" dependency and let the client decide.