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...
Type: Posts; User: rageice; Keyword(s):
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...
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...
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 -->
...
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...
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...
Ok for me too by using the last spring version and jee:* tags
Finally it is ok when I use Spring 2.5.5 and jee:* tags.
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)
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...
Yes, apparently. Maybe I am wrong but it looks like this...
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,...
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...
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.
...
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,...
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...
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...