Search:

Type: Posts; User: nitin.vashi; Keyword(s):

Search: Search took 0.06 seconds.

  1. I was able to resolve this issue finally. It...

    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...
  2. Thanks a lot for replying Marten. I tried...

    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.
    ...
  3. Spring JMS with Websphere default messaging issue

    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 : ...
  4. There is no reply in two days.. Experts :...

    There is no reply in two days..

    Experts : Please help me out here.

    Thanks.
  5. How to handle invalid submit with annotations in spring 3

    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...
  6. Urgent help needed for AOP Annotation finder with Profiling tools

    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...
  7. Thanks for replying. Its working now, it was a...

    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.
  8. SimpleMappingExceptionResolver with Tiles

    Hi,

    I have configured SimpleMappingExceptionResolver in my web application which is a Spring MVC.



    <bean class="org.springframework.web.servlet.handler.SimpleMappingExceptionResolver">
    ...
  9. Replies
    2
    Views
    1,418

    Spring context getting destroyed

    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...
  10. Replies
    3
    Views
    4,109

    that is a good idea. I can just send 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...
  11. Replies
    3
    Views
    4,109

    session management in Spring MVC 3.0

    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,...
  12. got the resolution

    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...
  13. Spring MVC and Tiles issue:Neither BindingResult nor plain target object for bean nam

    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:...
  14. applets are not being weaved through LTW

    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...
  15. Replies
    4
    Views
    5,832

    NoSuchMethodError:Aspect.aspectOf()

    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,...
  16. Replies
    8
    Views
    1,415

    Thanks for your suggestion Andrew. The actual...

    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...
  17. Hi, Were you able to resolve this issue, I am...

    Hi,

    Were you able to resolve this issue, I am facing the same thing.

    Thanks,
    Nitin.
  18. Replies
    8
    Views
    1,415

    sorry for the typo in my previous post. It...

    sorry for the typo in my previous post.
    It should be read as "but I does not really see any.."

    Thanks,
  19. Replies
    8
    Views
    1,415

    Thanks for the reply,a nd sorry for being absent...

    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...
  20. Replies
    8
    Views
    1,415

    Thanks for your reply,yes I have the agent option...

    Thanks for your reply,yes I have the agent option set.
  21. Replies
    8
    Views
    1,415

    Problem applying LTW in spring2.5

    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....
Results 1 to 21 of 21