I try to use in my application a TestFilter (extends
ReloadingWicketFilter) and spring annotations and I
received this exception:
"java.lang.IllegalArgumentException: interface
test.wicket.service.UserService is not visible from
class loader".
TestFilter contains only a static block with this
line:
"ReloadingClassLoader.includePattern("test.wicket.*");"
Is possible this combination or something is wrong?jdk 1.5 wicket 1.3 __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
