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)
which expect a file and not a classpath resource will fail on Weblogic.

However its hard to tell much without more info on your config and more of
the stacktrace. Also what is "org/appfuse/abc/model" (from the stacktrace)
supposed to be?


On 12/28/06, jmowla <[EMAIL PROTECTED]> wrote:


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 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.
>

--
View this message in context:
http://www.nabble.com/appfuse-on-weblogic-tf2884664s2369.html#a8076412
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to