Send me too. Your sample doesn't seem to be available on the server. Thanks
Type: Posts; User: joshuayip; Keyword(s):
Send me too. Your sample doesn't seem to be available on the server. Thanks
Hi there,
I am working with Websphere 6 and had the same problem. The reason is because the classloader has not load spring.jar before your application, which is required to do IoC (Am I right? )...
Hi all Spingers
Good day. I am fresh in spring. It has been smooth until I tried to deploy an EJB on Websphere. It seems there are many "hidden" things behind Websphere and Spring which I have...
Hi there,
I have fixed the problem, that I have been facing (the ModelandView data is not able to pass to JSP, which was in WEB-INF/jsp/ folder)
I have over come this problem by putting the...
I have seen this somewhere in the forum, someone was having the same problem, but this is before I had the problem. Now I cant seems to find the thread. Anyone can point me to the thread which is...
I tried this solution, but I get FileNotFoundException instead. I have finally been able to patch the WSAD. And it is running the countries examples from the frame distribution well. However when I...
Hi there,
tested the same war file in another WAS , and it worked. However I have not tried on mine as the patching part is a little bit taxing.
Joshua
Hi, my jsp file is exactly the same as per the "countries" example without modification.
<%@ page session="false"%>
<%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
<c:redirect...
Hi there,
I tried deploying the examples from Sping downloads. I deployed the sample - countries in tomcat and it worked flawlessly.
But when I tried to deploy the war file on WSAD 6.0, I get...