Am getting this warning during the build. I think it must have been introduced recently:
[javac] /home/tim/workspace/trunk/src/main/org/jboss/messaging/core/remoting/impl/ssl/SSLSupport.java:193: warning: [deprecation] toURL() in java.io.File has been deprecated [javac] return file.toURL();
File.toURL() is deprecated since Java SE 6.
I'll update the call using the alternative proposed in Java SE 6.