Search:

Type: Posts; User: alberto.zanola; Keyword(s):

Search: Search took 0.02 seconds.

  1. Hi Andrea, I have answered to your private...

    Hi Andrea,

    I have answered to your private message with all information to explain this problem. However this problem is due to wrong classpath configuration so the configuration file is not...
  2. Hi , This problem is due to wrong instruction...

    Hi ,

    This problem is due to wrong instruction during loading of spring configuration file.


    public static void main(String[] args){
    try
    {
    System.out.println("Example started");...
  3. Hi to all, I had the same error in a...

    Hi to all,

    I had the same error in a different situation.
    I worked with a multithreads system and I recevive this error because I tried to acces to bean defined in session scope.

    At this...
  4. Replies
    7
    Views
    2,419

    Hi, May you post the xml context, the...

    Hi,

    May you post the xml context, the service(@service) and the the class where you want put the object?

    bye

    Alberto
  5. Bean Scope request with multiple thread

    Hi to all,

    I have the necessity to manage a bean, defined with scope request, inside a new custom thread; but every time that I try to load this bean I recevive the following exception .


    R...
  6. Replies
    2
    Views
    755

    Hi, May you post code that throws this...

    Hi,

    May you post code that throws this exception??

    Bye
  7. Replies
    2
    Views
    604

    Thank you very much for your answer. Bye

    Thank you very much for your answer.

    Bye
  8. Replies
    2
    Views
    604

    Autowiring problem

    Hi to all,

    I have a problem with autowiring. I have read and I have tried some examples to understand how this feature work with spring 2.5.*.

    Here my class



    import...
  9. Replies
    0
    Views
    594

    custom tag

    Hi ,

    I have a problem with development of a custom tag with spring MVC and TOMCAT.

    Usually I create a custum tag inheriting from TagSupport but when i import this tha appropiate jar...
Results 1 to 9 of 9