Hi Rob!
I found a nastly little bug that happens if a class is in the "root package" (not a good style of coding, but it was just a test-dummy):
java.lang.StringIndexOutOfBoundsException: String index out of range: -1at java.lang.String.substring(String.java:1938)at com.avaje.ebean.server.util.ClassPathSearch.searchFiles(ClassPathSearch.java:206)
Fixed in 0.9.8.