Re: [hibernate-dev] Scanner contract

2013-03-17 Thread Steve Ebersole
Not saying the use of platform/environemtn specific url protocols is bad in any way. Just saying that I think it is unreasonable to code in Hibernate handling for all these protocols. JBoss VFS, for example, is much better handled using JBoss VirtualFile API. OSGi protocols will require very

Re: [hibernate-dev] Scanner contract

2013-03-17 Thread Steve Ebersole
On 03/16/2013 04:54 PM, Gunnar Morling wrote: > > Set getPackagesInJar(URL jartoScan, Set Annotation>> annotationsToLookFor); > Set> getClassesInJar(URL jartoScan, Set Annotation>> annotationsToLookFor); > > but currently we always pass empty to getPackagesIn