Search:

Type: Posts; User: Johannes Hiemer; Keyword(s):

Search: Search took 0.01 seconds.

  1. Hey Ben, I got it the same way you proposed it,...

    Hey Ben,
    I got it the same way you proposed it, but I always get an ClassCastException.
    What is wrong?
    My Class:

    package clara.bo.model;

    import net.sf.acegisecurity.GrantedAuthority;
    import...
  2. Btw. Ben does the this tag also work with JSF?...

    Btw. Ben does the this tag also work with JSF?
    Because two minutes ago I gave it a try and the tags was not rendered properly. Better: It seems to be that it was not recognized. The HTML-Tag output...
  3. Hm okay next idea, you said you are using a...

    Hm okay next idea, you said you are using a homegrown MVC framework, could you tell me how you handle redirects in your framework?
    In JSF for example I had the issue that the redirection didn't work...
  4. Hi, I am not sure, till yet I am not really an...

    Hi,
    I am not sure, till yet I am not really an expert regarding acegi but what doesn't seem to be okay is that you don't get any authorities granted.
    As I can see in your log:



    Not granted...
  5. From the documentation: But perhaps you are...

    From the documentation:


    But perhaps you are using jsf or something different and need to populate the direction you want to on your own?
    Do you use a different view technologie than plain jsp?...
  6. Replies
    2
    Views
    1,324

    Okay I found the problem in the table authorities...

    Okay I found the problem in the table authorities there was missing the entry...

    *ggrrr** :D

    Thanks for all helping comments
    Special thanks @ Johannens :lol:


    Regards!
  7. Hi kuato, I made it similiar to your suggestion,...

    Hi kuato,
    I made it similiar to your suggestion, but what's bothering me, is that I am still wondering how to solve a rememberme service?
    Did you manage to get this working?

    Thanks a lot
    ...
  8. Replies
    2
    Views
    1,324

    Hi, I made some changes and switched back to the...

    Hi,
    I made some changes and switched back to the normal way like this:



    <bean id="authenticationDao" class="net.sf.acegisecurity.providers.dao.jdbc.JdbcDaoImpl">
    <property...
  9. Issue fixed.

    Issue fixed.
  10. Replies
    2
    Views
    1,324

    SQL Exeception while trying to login

    Hi,
    I am trying to authenticate against table like this:


    <bean id="jdbcDaoImpl"
    class="net.sf.acegisecurity.providers.dao.jdbc.JdbcDaoImpl">
    <property name="dataSource">
    <ref...
  11. Getting NullPointerException while trying to auth with jsf

    Hi,
    based on Victors blog, who is busy and has no time to respond I am trying to use his way he implemented the acegi login with jsf.



    public class Login extends Base implements Serializable &#123;...
  12. Replies
    6
    Views
    2,358

    Hi Victor, as I posted in your blog, I don't...

    Hi Victor,
    as I posted in your blog, I don't understand one step in your bean.



    Authentication authReq = getAuthenticationRequest&#40;&#41;;


    I would be glad if you code post it.
  13. Best practise Spring Bean initialisation with JSF

    Hi there,
    I have got question regarding how and where to implement the
    initilisation of SpringBeans in a JSF Application. Let me first please explain
    my issue I got. I create the base DAOs and...
  14. Replies
    5
    Views
    23,507

    Hi, to provide some help for people who got...

    Hi,
    to provide some help for people who got stuck in the same
    situation, remember that "from Table" is case sensitive.

    That was my fault.

    Bye Johannes
  15. Replies
    5
    Views
    23,507

    Hi, here it is: ...

    Hi,
    here it is:

    <?xml version="1.0"?>
    <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
    "http&#58;//hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">...
  16. Replies
    5
    Views
    23,507

    table is not mapped exception

    Hi,
    I got a quite curious problem. I wrote a DAOTest to check if my DAO implementation works fine.
    Code:


    /**
    * 23.05.2005
    * 11&#58;52&#58;05
    * johannes.hiemer
    * SystemTypeDAOTest.java
  17. Replies
    1
    Views
    841

    Acegi and oracle

    Hey,
    perhaps the following is a stupid question, but how do I manage the access to tables placed on an oracle databases?
    Are there any articles about it?

    Thanks in adavance

    Johannes
  18. java.lang.NoSuchMethodError: org.objectweb.asm.ClassVisitor.

    Hi people out there,
    I got a big problem, without knowing any solution.
    I at the beginning of working with spring and started out with a small project
    to get into that stuff.
    Now I am, or I just...
Results 1 to 18 of 18