On Tue, May 25, 2010 at 10:13 AM, Apache Hudson Server <[email protected]> wrote: bosh/ws/src/main/java/org/apache/vysper/xmpp/extension/xep0124/BoshEndpoint.java>:[65,30] cannot find symbol > symbol : constructor IOException(java.lang.Exception) > location: class java.io.IOException
IOException(Exception) is Java 1.6 only. I've committed a fix where we throw a RuntimeException instead, but I added a TODO to revisit this. Bogdan, feel free to change into some other way of throwing the exception, as long as the code compiles on Java 1.5 :-) /niklas
