Skip to content

Commit fef3100

Browse files
author
jhoeller
committed
properly scan subpackages as well (SPR-5324)
1 parent ac0bf70 commit fef3100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tiger/src/org/springframework/orm/hibernate3/annotation/AnnotationSessionFactoryBean.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
*/
7979
public class AnnotationSessionFactoryBean extends LocalSessionFactoryBean implements ResourceLoaderAware {
8080

81-
private static final String RESOURCE_PATTERN = "**/*.class";
81+
private static final String RESOURCE_PATTERN = "/**/*.class";
8282

8383

8484
private Class[] annotatedClasses;

0 commit comments

Comments
 (0)