We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac0bf70 commit fef3100Copy full SHA for fef3100
tiger/src/org/springframework/orm/hibernate3/annotation/AnnotationSessionFactoryBean.java
@@ -78,7 +78,7 @@
78
*/
79
public class AnnotationSessionFactoryBean extends LocalSessionFactoryBean implements ResourceLoaderAware {
80
81
- private static final String RESOURCE_PATTERN = "**/*.class";
+ private static final String RESOURCE_PATTERN = "/**/*.class";
82
83
84
private Class[] annotatedClasses;
0 commit comments