Yeah... is true. But if for some reason i need to do this, do you have some idea to suggest me?
Type: Posts; User: nickost; Keyword(s):
Yeah... is true. But if for some reason i need to do this, do you have some idea to suggest me?
Hi i'm trying to access to a Session Bean from Singleton Bean (org.springframework-version --> 3.1.2.RELEASE).
These are the listeners added in my web.xml
<!-- Loads the Spring web application...
Hi guys!!
I've a problem with a web application that use Acegi Security + LDAP to login the users in their personal area.
I discovery that some particular user can't access with this system. In...
I found the solution itself.
This is the code to inject Remote EJB with credentials inserted at runtime after the login phase.
<?xml version="1.0" encoding="UTF-8"?>
<beans...
Hi, I configured Spring Security to do authentication from database.
I tested it with a jsf page which do the login and it works.
After that i want configure an access to remote EJB deployed in...