15:36:24,698 DEBUG ClassFinder:? - searching by resource...
15:36:24,714 DEBUG ClassFinder:? - resource: zip:C:/bea/user_projects/domains/base_domain/servers/AdminServer/tmp/_WL_user/_appsdir_Front_war/o6lrs0/war/WEB-INF/lib/_wl_cls_gen.jar!/com/me/front
15:36:24,714 DEBUG ClassFinder:? - added directory: C:\bea\user_projects\domains\base_domain\servers\AdminServer\tmp\_WL_user\_appsdir_Front_war\o6lrs0\war\WEB-INF\lib\_wl_cls_gen.jar!\com\me\front
15:36:24,714 DEBUG ClassFinder:? - resource: zip:C:/bea/user_projects/domains/base_domain/servers/AdminServer/tmp/_WL_user/_appsdir_Front_war/o6lrs0/war/WEB-INF/lib/_wl_cls_gen.jar!/com/me/front
15:36:24,714 DEBUG ClassFinder:? - added directory: C:\bea\user_projects\domains\base_domain\servers\AdminServer\tmp\_WL_user\_appsdir_Front_war\o6lrs0\war\WEB-INF\lib\_wl_cls_gen.jar!\com\me\front
15:36:24,714 DEBUG ClassFinder:? - Done searching by resource...
15:36:24,714 DEBUG ClassFinder:? - searching folders...
15:36:24,714 DEBUG ClassFinder:? - processing folder: front at C:\bea\user_projects\domains\base_domain\servers\AdminServer\tmp\_WL_user\_appsdir_Front_war\o6lrs0\war\WEB-INF\lib\_wl_cls_gen.jar!\com\me\front package: com.me.front
Basically, it looks like weblogic deploys the classes in a jar file within the folder. So when you do an
That folder doesn't exist, because it is within a jar. Not sure how to handle this. I think I'm going to try Stripes instead, so you don't need to fix it for me anymore, but if you know an easy fix, it might be worth doing for other folks in the future. I still may use it in the future, because it is easier to rewrite some of our
servlets with yours, than change them to the Stripes convention of having setters in the actionBean.
Thanks for the reply,
Steve