Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    1,506

    Very good

    I just was trying on my side the same sample : address book.
    And why not submit it..
    You've been faster.
    Thanks for this simple application with Spring Rich
  2. Replies
    13
    Views
    3,299

    Here comes what i've changed i my code... file...

    Here comes what i've changed i my code...

    file .hbm.xml : i put the dtd to version 3, and suppressed my one-to-many relation



    <?xml version='1.0' encoding='UTF-8'?>
    <!DOCTYPE...
  3. Replies
    13
    Views
    3,299

    I haven't done this test (remove relation many to...

    I haven't done this test (remove relation many to one)..
    I will try tonight and reply

    Laurent
  4. Replies
    13
    Views
    3,299

    My class Message is : public class Message...

    My class Message is :



    public class Message {
    private Long id;

    public Message getNextMessage() {
    return nextMessage;
    }
  5. Replies
    13
    Views
    3,299

    I will post Message class and hbm file tonight ...

    I will post Message class and hbm file tonight

    Regards

    Laurent
  6. Replies
    1
    Views
    1,234

    Problem with BasicProcessingFilter

    hello,

    I have a webapp with two security modes in parallel :
    A form security defined as follow in my web.xml file :


    <login-config>
    <auth-method>FORM</auth-method>
    ...
  7. Replies
    13
    Views
    3,299

    My environment is : Mac OS X, JBoss 4,...

    My environment is :
    Mac OS X, JBoss 4, hibernate 3.x, spring 1.2.6, database is hsqldb

    Here is the stacktrace....


    org.apache.jasper.JasperException...
  8. Replies
    4
    Views
    1,070

    Same problem with a collection

    I have the same needs , i.e pass two list from a controller to a JSP...

    In my controller i do :


    public ModelAndView handleRequestInternal
    (HttpServletRequest request, HttpServletResponse...
  9. Replies
    13
    Views
    3,299

    StackTrace

    Ok,

    I will post the stacktrace tonight
    regards

    Laurent
  10. Replies
    13
    Views
    3,299

    Yes, I've searched. To do the stuff, i...

    Yes,

    I've searched.

    To do the stuff, i first wrote...

    getHibernateTemplate().find("from MyClass");

    But i get a NullPointerException when my webapp is deployed in JBoss...i could give you...
  11. Replies
    13
    Views
    3,299

    Hibernate : find a collection

    Is it possible to give me an example of how to retrieve a collection (select multiple rows) using hibernateTemplate

    Regards

    Laurent
  12. Replies
    9
    Views
    4,516

    Ben, I applied what you suggest in your last...

    Ben,

    I applied what you suggest in your last POST.

    I have 4 services exposed, each based on HttpInvoker.

    I have protected all the services, except the RemoteAuthentication one (for checking...
  13. Replies
    11
    Views
    2,372

    Pos configuration

    Hoy do i proceed to do this post configuration? Do i need to do this using AOP features, in context application file?

    Regards
    Laurent
  14. Replies
    11
    Views
    2,372

    In DaoAuthenticationManager (application context...

    In DaoAuthenticationManager (application context file) i set the property
    <property name="passwordEncoder">
    <bean class="path.to.my.passwordEncoderHomeMade"/>
    </property>

    In...
  15. Replies
    11
    Views
    2,372

    Jettro, Sorry for this last questionm but how...

    Jettro,

    Sorry for this last questionm but how can i access can i access from everywhere to SecurityContextHolder

    Laurent
  16. Replies
    11
    Views
    2,372

    Yes, that helps thanks. But just a question....

    Yes, that helps thanks.

    But just a question.
    In my case, i'm going to encapsulate the original password encoder in a class implementing PasswordEncoder.

    Hoy can i access to this ThreadLocal...
  17. Replies
    11
    Views
    2,372

    Ben, We need to have the username to do the...

    Ben,

    We need to have the username to do the check of the password.

    How can we integrate this or get this username from the passWord encoder.

    I checked the two methods to implement from the...
  18. Replies
    7
    Views
    1,273

    Ben, Should i post a request enhancement in...

    Ben,

    Should i post a request enhancement in Spring JIRA or is there JIRA for ACEGI : if yes , what is the URL entry point.

    Laurent
  19. Replies
    7
    Views
    1,273

    Yes, by replacing with HttpInvoker i have no more...

    Yes, by replacing with HttpInvoker i have no more this kind of problem

    Regards

    Laurent
  20. Replies
    9
    Views
    4,516

    Ben, It's yhat i did last evening. I...

    Ben,

    It's yhat i did last evening.

    I switched to HttpInvoker and it seems to york

    In my web.xml, i've reintegrated acegi BasicProcessingFilter:

    Yhat i just do not understand, is yhen...
  21. Replies
    11
    Views
    2,372

    DaoAuthenticationProvider : passwordEncoder

    Hi all,

    Is it possible to plug to DaoAuthenticationProvider, yith the property passwordEncoder, a Home made Password encoder.

    Today, after reading Spring in Action, i see that...
  22. Replies
    9
    Views
    4,516

    Ben, What i did this morning, folloying your...

    Ben,

    What i did this morning, folloying your instructions posted previously in this threqd , is :
    - configured a BASIC AUTH for my services in my web.xml file as follow :
    <login-config>
    ...
  23. Replies
    9
    Views
    4,516

    I'm sorry to continue to ask you these kinds of...

    I'm sorry to continue to ask you these kinds of question, but i do not see very well how to intercept org.springframework.remoting.caucho.HessianProxyFactoryBean to set username and password.

    On...
  24. Replies
    7
    Views
    1,273

    StackTrace

    I've put a stack trace but still have the issue :

    öy authentication is against database (i have the two tables USERS and AUTHORITIES)

    Yhen proceding to attemptAuthentication from...
  25. Release 1.0.0 RC1

    I try this release this morning (1.0.0-RC1)

    But i still hqve the problem with property name=usersByUserNameQuery

    Laurent
Results 1 to 25 of 35
Page 1 of 2 1 2