Search:

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

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Solved

    The problem solved by removing the job information in the qrtz_* tables
  2. How to set up two cronjob on the same class with different parameter values?

    Here is my setting, but the program runs, it can't get/set the daysCheck value.




    <bean id="methodInvokingJobDetail" class="org.springframework.scheduling.quartz.JobDetailBean">
    ...
  3. Replies
    0
    Views
    777

    Accessing multiple server using Burlap?

    If I have a client wants to access service across multiple server, how should I config?

    For example, I have a Client (client A) and Server B, C, D.
    Client A can choose to connect Server B, C or D...
  4. urlapServiceExporter only supports POST requests

    How can I solve this problem?

    ERROR [http-8080-Processor23] [remoting].invoke(253) | Servlet.service() for servlet remoting threw exception...
  5. Replies
    2
    Views
    1,137

    Thanks a lot.

    Thanks a lot.
  6. Replies
    2
    Views
    1,137

    Acegi and java version question

    Can I use Acegi in jdk 1.4?
  7. Replies
    14
    Views
    2,431

    Yup, the tutorial is really useful for beginner....

    Yup, the tutorial is really useful for beginner.

    I can set the FilterSecurityInterceptor
    By the way, is it possible to define these parameters
    /secure/extreme/**=ROLE_SUPERVISOR...
  8. Replies
    14
    Views
    2,431

    Okay, thanks a lot for your help. I will try this...

    Okay, thanks a lot for your help. I will try this also.
  9. Replies
    14
    Views
    2,431

    But I can access a.jsp and b.jsp even I shut down...

    But I can access a.jsp and b.jsp even I shut down the server and restart again...
  10. Replies
    14
    Views
    2,431

    I see, maybe I didn't understand the flow of the...

    I see, maybe I didn't understand the flow of the Acegi and didn't discover it handles that for me.

    So, maybe I ask the last question? For example, I got three jsp(s),
    login.jsp, a.jsp, b.jsp.
    ...
  11. Replies
    14
    Views
    2,431

    getParameter question

    With your guidelines, I can now do the username and password checking.

    But I still want to set the user as the session attribute, however, if I perform the session.setAttribute("user",...
  12. Replies
    3
    Views
    1,414

    Thanks for your help. The tutorial is useful.

    Thanks for your help. The tutorial is useful.
  13. Replies
    14
    Views
    2,431

    Oh, I think I get what you mean. I mean for...

    Oh, I think I get what you mean.
    I mean for example when my User class is like that:

    Class User
    {
    private String username;
    pricate String password;
    }

    and I want my jsp page...
  14. Replies
    14
    Views
    2,431

    Oh, that means the name must be 'j_username' and...

    Oh, that means the name must be 'j_username' and 'j_password'? If I want to use the spring bind the username and password to a class, I need to change the instance of the User class to 'j_username'...
  15. Replies
    14
    Views
    2,431

    How to set the usersByUsernameQuery parameter?

    I am developing a login jsp page, and I got my own User class, and in my xml, I config as follows:


    <bean id="memoryAuthenticationDao" class="org.acegisecurity.userdetails.jdbc.JdbcDaoImpl">...
  16. Replies
    3
    Views
    1,414

    How to build a simple Authentication system?

    I am building a web application which I want to build an authentication system for accessing different jsp(s).

    I got some tables storing the user information (username, password, access level,...
  17. Oh, I solve the problem by changing the...

    Oh, I solve the problem by changing the groupBy="ug.usergroup_id" to groupBy="usergroupId".
  18. How to do query results with one-to-many relationship?

    I am using iBatis to retrieve records from databases, is there any method I can do this select statement once and map to the domain object directly?

    I want to select out all the usergroup and...
  19. How to log the prepared statements into the log file?

    I am building the web application where it has accessed to the database.
    I am using the iBatis. When I run the web application, I can see the following log in the console...


    DEBUG...
  20. I have tried your method, it works , thanks a...

    I have tried your method, it works , thanks a lot!!!
  21. How to validate part of the command object using validator?

    I have a jsp page that list a List of Users, and each user information can be edited. When 1 or 2 users are edited, I want to validate only these two users, how can I do this in the validator?
    I...
  22. Replies
    8
    Views
    1,766

    Oh, very detailed! I think I understand much more...

    Oh, very detailed! I think I understand much more now, really thanks for your help, let me try that! =)
    Thanks!!!:)
  23. Replies
    8
    Views
    1,766

    [QUOTE=robcos;84688][quote=ssthw;84686]So, if I...

    Sorry, actually, I need to handle two things besides the original command from Domain User, so totally 3 things...

    1. List of User (List of the Domain User)
    2. additional data (e.g. total number...
  24. Replies
    8
    Views
    1,766

    So, if I want to bind a new row of additional...

    So, if I want to bind a new row of additional field in the initBinder, what should I do? I am not quite understood on how to use the bind...

    For example ...

    I do this...

    protected Object...
  25. Replies
    8
    Views
    1,766

    Then I can't use the for the list...

    Then I can't use the <spring:bind> for the list of user...
    When I edit the information of list of user, how can I get back the values changed on the JSP?

    and how can I get back the list(when...
Results 1 to 25 of 26
Page 1 of 2 1 2