Unlike Tomcat which explores the entire war to the filesystem, Weblogic
only explodes portion of the war which are - the jars from WEB-INF/lib and
the compiled jsp classes. Everything else is read directly from the war. So
certain API calls (like org.springframework.util.ResourceUtils.getFile)
wh
Sanjiv
the application deployed and working on tomcat, when i wanted to deploy the
same app on weblogic i got that error, any specific configuration required?
Sanjiv Jivan wrote:
>
> Its not complaining about abc-dao.jar missing from the classpath. Where is
> "org/appfuse/abc/model" referred to
Its not complaining about abc-dao.jar missing from the classpath. Where is
"org/appfuse/abc/model" referred to in your config? Is it supposed to be
your Hibernate mapping file? If so, you seem yo be missing the extension in
your sessionFactory bean config.
On 12/26/06, jmowla <[EMAIL PROTECTED]>
anybody deploy appfuse on weblogic?
i just tried to deploy appfuse 1.9.3 application to weblogic 9.1 but it cant
beploy on it
weblogic says the following and stops deploying
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'sessionFactory' defined in ServletCo