Search:

Type: Posts; User: rageice; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    1,019

    ejb injection, ok before, not after!

    Hello, sorry for my bad english.


    I am actually working on glassfish.
    I use Spring on the tier "front office" to inject ejbs.

    I am actually on a problem I can't understand. I haven't really...
  2. Finally I solved it. But sincerely, there is...

    Finally I solved it. But sincerely, there is absolutely no logic here in my advice.

    Spring uses proxies, so it should be possible to say it create transactions for dao functions (not necessary...
  3. Spring/hibernate: LazyInitializationException

    Hello everybody, sorry for my bad english.

    I am actually using hibernate with Spring.

    I have defined the following proxy:



    <!-- SPRING TRANSACTIONNAL PROXY FOR PERSONMANAGER -->
    ...
  4. Replies
    2
    Views
    2,880

    Finally, it's ok now, and I don't know why. I...

    Finally, it's ok now, and I don't know why.
    I suppose there were a character error in my "java:comp/env/..." jndi name, or I had to redeploy my app for a reason or another...

    Don't really...
  5. Replies
    2
    Views
    2,880

    local EJB and glassfish

    Hello everybody, sorry for my bad english.

    I am actually trying to access local EJBs with Spring. My application is running under glassfish.
    When I don't use Spring, the @EJB annotation allows me...
  6. Ok for me too by using the last spring version...

    Ok for me too by using the last spring version and jee:* tags
  7. Replies
    1
    Views
    1,378

    Finally it is ok when I use Spring 2.5.5 and...

    Finally it is ok when I use Spring 2.5.5 and jee:* tags.
  8. I have the same problem, spring2.5.2,...

    I have the same problem, spring2.5.2, jee:remote-slsbs or SimpleRemoteStatelessSessionProxyFactoryBean => same result. I will try with Spring2.5.5. (I use glassfish)
  9. Replies
    1
    Views
    1,378

    access remote ejb

    Hello, sorry for my bad english.

    I am trying to access my remote ejb (3) by using SimpleRemoteStatelessSessionProxyFactoryBean bean.

    My EJBs are on glassfish, well deployed, and I can access...
  10. Replies
    11
    Views
    1,633

    Yes, apparently. Maybe I am wrong but it looks...

    Yes, apparently. Maybe I am wrong but it looks like this...
  11. Replies
    11
    Views
    1,633

    Ok, I have understood, but it is very strange. ...

    Ok, I have understood, but it is very strange.

    In the web.xml, for the dispatcher servlet, if you use "/part2/*", then in mapping2-servlet, part2 is remove and I have to write /hello.htm.

    Now,...
  12. Replies
    11
    Views
    1,633

    Thank you, I now use ContextLoaderListener, I...

    Thank you,

    I now use ContextLoaderListener, I don't see the precedent error in my logs, but the result is the same:



    No mapping found for HTTP request with URI...
  13. Replies
    11
    Views
    1,633

    Ok, thank you very much, is it possible to have...

    Ok, thank you very much, is it possible to have some more details about this. I will read the official documentation as soon as possible, but I have simple questions to solve in a short time.
    ...
  14. Replies
    11
    Views
    1,633

    Thank you again, but have you already did it? ...

    Thank you again, but have you already did it?



    Personnally, this is the error I have when I try to use a bean defined in the applicationContext from one of my XXX-servlet (in my controller,...
  15. Replies
    11
    Views
    1,633

    Thank you, Bu it is not really for application...

    Thank you,

    Bu it is not really for application contexts, but I want to use several XXX-servlet files (so several servlet dispatcher), and associate each of them to different url mappings, like in...
  16. Replies
    11
    Views
    1,633

    simple question about the DispatcherServlet

    Hello everybody, sorry for my bad english.

    My question is simple but I can't find any answer about this.

    Is it possible to use several XXX-servlet.xml configuration files in my application?
    If...
Results 1 to 16 of 16