Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    2,518

    Hi, thx for your reply. I tried to inject...

    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...
  2. Replies
    4
    Views
    2,518

    Does noone have a clue or a hint?

    Does noone have a clue or a hint?
  3. Hi, thanks for your reply. I like to use JPA...

    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...
  4. Defining getting an object from bean in spring-context.xml

    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...
  5. Replies
    4
    Views
    2,518

    LDAP login only with known username

    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...
  6. Hi @all! Found the problem. I thought that...

    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...
  7. MethodInterceptor and more than one role

    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...
  8. Hi again! Could noone give me a hint to my...

    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...
  9. Hi! I am not a pro with maven, so Iam curious....

    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...
  10. Hi! I am not sure but I think you have to...

    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...
  11. Hi! Very interesting use case. Before I can...

    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...
  12. How to get a result that is based on a context?

    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,...
  13. Replies
    2
    Views
    1,438

    Hi! I have got the same problem. The only...

    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...
  14. Hi! The method getAttributes() on a...

    Hi!

    The method getAttributes() on a UserDetails object delivers a collection, if I am not wrong.

    See here:...
  15. Hi! As I know Acegi asks the datasource for a...

    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...
  16. Hi! Really, you do not need any configuration...

    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...
  17. Hi! I think Lukes solution is the better one,...

    Hi!

    I think Lukes solution is the better one, too. Still learning something new ;-).


    Greetings,

    Danny
  18. Hi! I sometimes experience the same problem. I...

    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...
  19. Hi! Frameworks like Spring use dependency...

    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...
  20. Hi! You are right the only way to get a user...

    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...
  21. Replies
    3
    Views
    2,572

    Hi! Try removing this: ...

    Hi!

    Try removing this:



    /j_acegi_security_check*=httpSessionContextIntegrationFilter,authenticationProcessingFilter


    or/and switching these two statement in your context (most specific...
  22. Replies
    3
    Views
    2,572

    Hi! You send the request to...

    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>
  23. Replies
    3
    Views
    1,280

    Hi! I do not see much sense in having two...

    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...
  24. Replies
    2
    Views
    1,173

    Hi! I had the same problem, but it seems that...

    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...
  25. Hi! I think you do not need to implement an...

    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...
Results 1 to 25 of 39
Page 1 of 2 1 2