Hi,
thx for your reply.
I tried to inject the search bean, but than I get a data access exception with this message:
LdapErr: DSID-0C090627, comment: In order to perform this operation a...
Type: Posts; User: wizardofOz; Keyword(s):
Hi,
thx for your reply.
I tried to inject the search bean, but than I get a data access exception with this message:
LdapErr: DSID-0C090627, comment: In order to perform this operation a...
Does noone have a clue or a hint?
Hi,
thanks for your reply. I like to use JPA Annotation for my domainclasses, to provide a tool independent model. Also I like to use Hibernate for my current DAOs. In the future it could be...
Hi folk,
the headline might sound a little bit odd, but here is my explaination. I like to use a part of JPA. The JPA- Implementation is provided by Hibernate. I want to use the Hibernate API in...
Hi!
Well, I'am stuck! I try to connect with our company LDAP System. This is the first time I try something like this. I know LDAP Systems only theoretically.
With Ruby::LDAP and Apache...
Hi @all!
Found the problem. I thought that UnanimousBased will vote for all Voter. But this is only one part of the truth. I looked into the sources and found that this AccessDecisionManger checks...
Hi!
I work with Acegi for a while now, but there are still things coming up ;-(.
In my current application I defined the methodInterceptor from the ACEGI FW.
<bean...
Hi again!
Could noone give me a hint to my problem?
It will be enough to get an idea where to look for this kind of problem. I though that someone may have resolved a problem like this. Maybe...
Hi!
I am not a pro with maven, so Iam curious. Why get I a zip file when I download http://www.ibiblio.org/maven/ehcache/jars/ehcache-1.1.jar.
Shouldn't it be a jar? Or is everything a zip and...
Hi!
I am not sure but I think you have to define another repository for maven, because 301 means moved permanently. So the jars will not be available at the given URL any longer.
Best...
Hi!
Very interesting use case. Before I can help you I need something more about the problem.
Is the second login only an alert function? To remind the user that he must be caution or is that a...
Hi!
This problem cause me headache. In my project I have to present data according to a context.
Here is a very simple example:
Thinking of a model describing projects, that contains tasks,...
Hi!
I have got the same problem. The only solution I found so far, was to implement my own LogginController and forward the request by myself.
The code I wrote for this is available in the...
Hi!
The method getAttributes() on a UserDetails object delivers a collection, if I am not wrong.
See here:...
Hi!
As I know Acegi asks the datasource for a user everytime someone tries to authenticate. If a user is new, than it will be accessable for Acegi.
If you add roles or authorities to a already...
Hi!
Really, you do not need any configuration while building the object graph. But you should have a config file by hand, because it makes it much more easier to build the graph.
Your task will...
Hi!
I think Lukes solution is the better one, too. Still learning something new ;-).
Greetings,
Danny
Hi!
I sometimes experience the same problem. I replied to two other threads with a problem like this.
See:
http://forum.springframework.org/showthread.php?t=30098
and...
Hi!
Frameworks like Spring use dependency injection. This means that the whole object graph will be build from the XML config file.
This is not recommend, but you can do it this way:
The...
Hi!
You are right the only way to get a user is defined by the UserServiceDetails interface. And here you are only able to retrieve an user by its username.
One way would be implementing an own...
Hi!
Try removing this:
/j_acegi_security_check*=httpSessionContextIntegrationFilter,authenticationProcessingFilter
or/and switching these two statement in your context (most specific...
Hi!
You send the request to /j_acegi_security_check, but your mapping redirect (I assume this) the request to /metasoft/j_acegi_security_check.
See:
<filter-mapping>
Hi!
I do not see much sense in having two login forms on one page, but if your client insists ;-).
Assuming that each form should direct to another page, after successfull logged in, you could...
Hi!
I had the same problem, but it seems that everything is fine in your config, what I did wrong that time.
At that time it was something with the roles I assigned. My suggestion would be...
Hi!
I think you do not need to implement an extra UserDetailsService. It is enough to make your User holding the Agreement flag. The rest will be done by the Voter.
The only thing you have to...