I was able to resolve this issue finally.
It was a jar files mis-match issue, I ahd spring jars for various components in my classpath.
I removed all of them and put the spring jars fromt eh...
Type: Posts; User: nitin.vashi; Keyword(s):
I was able to resolve this issue finally.
It was a jar files mis-match issue, I ahd spring jars for various components in my classpath.
I removed all of them and put the spring jars fromt eh...
Thanks a lot for replying Marten.
I tried after removing the method argument fromt he jms:listener but still getting the same error. I have also removed the annotation-config from my xml now.
...
I am facing the following issue while trying to create a Spring JMS application which uses Websphere 7.0 default messaging (EIS).
The exception I am getting at the startup of the application is : ...
There is no reply in two days..
Experts : Please help me out here.
Thanks.
I have worked on a Spring app a few years ago, and was able to override the handleInvalidSubmit(req,res) method , in order to handle the invalid submit like going back and forth through the browser...
Hi Everyone,
We are using Spring 2.5.5 and aspect weaver jar version 1.5.4 in our web application, which runs on Websphere 6.1 server in Linux environment.
We are using a profiling tool in one...
Thanks for replying.
Its working now, it was a typo in the name specified in my applicationContext.xml and in my tiles configuration file.
Thanks,
Nitin.
Hi,
I have configured SimpleMappingExceptionResolver in my web application which is a Spring MVC.
<bean class="org.springframework.web.servlet.handler.SimpleMappingExceptionResolver">
...
Hi Everyone,
I am facing a strange problem while starting my spring application.
Whats happening is that Spring apparently automatically destroying the application context at the startup of the...
that is a good idea.
I can just send the patientId to my next controller through the URL rewriting, and and fetch details there.
But anyways, any idea/ or any link to an article which suggests a...
Hi Friends,
I am creating an application using Spring MVC 3.0 and trying to use session tracking in it.
Not sure whats the best way to use HttpSession tracking in Spring MVC.
To be specific,...
I finally was able to get rid of this error.
Actually, there was a flaw in my request processing flow.
I was just trying to forward the request to a view without binding a modle to it, as it wa...
Hi All,
I am using Spring MVC 3.0 and tiles 2.1.
My flow is pretty simple, but I am getting the below exception while trying to render to my jsp page:
java.lang.IllegalStateException:...
Hi,
I am trying to weave some classes in a stand alone java application.
I am using Spring's LTW support to archive the same.
The classes are being weaved, but there are certain applets which...
Hi,
I am trying to put LTW into an existing application.
I have created a poc on how can I weave the advice around an object which is not managed by the Spring container, my pos works very well,...
Thanks for your suggestion Andrew.
The actual problem was with the laoding of aop.xml only.
Itw as not being loaded automatically,as you mentioned above.
So to put it into the classpath of my...
Hi,
Were you able to resolve this issue, I am facing the same thing.
Thanks,
Nitin.
sorry for the typo in my previous post.
It should be read as "but I does not really see any.."
Thanks,
Thanks for the reply,a nd sorry for being absent for some time,(was assigned some other task and now I am back to this one again!).
I tried to enable the debug option, but I does really see any...
Thanks for your reply,yes I have the agent option set.
Hi Everyone,
I am new to Spring and I apologize if I am asking something which is pretty obvious.
My requirement is to apply an advice into some objects, which are a part of an existing java app....