Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    2,884

    yes,it is from RCP. if I deploy...

    yes,it is from RCP.

    if I deploy petclinic-server.war without modification, the error infomation are as following:

    <2004-10-25 下午16时29分14秒 CST> <Error> <HTTP> <BEA-101216> <Servlet: "ws" fai...
  2. Replies
    3
    Views
    2,884

    petclinic security with tomcat and weblogic

    hi,
    I have a simple security test with petclinic.

    I add security definitions to security-context-server.xml:

    <bean id="clinicSecurityInterceptor"...
  3. Replies
    2
    Views
    1,741

    Thanks for your reply According to your...

    Thanks for your reply

    According to your suggest, I take a test on basis of petclinic.

    first, I add a method in PetClinicValidationRulesSource:
    private Rules createTestDialogRules() {
    ...
  4. Replies
    2
    Views
    1,741

    validation without form, thx

    hi

    My validation work without a form

    for example:
    public class MyDialog extends JDialog {
    JTextField textfield = new JTextField();
    ......
    }
  5. the same question! how to get the previous...

    the same question!

    how to get the previous view when many views exist at one time?

    how to achieve the cascade of views?

    thanks
  6. thank Ben very much. now I can authenticate...

    thank Ben very much.

    now I can authenticate whether a user is valid using Hessian protocol and retreive the GrantedAuthority[] of current user
    from ContextHolder .

    so there are two modules on...
  7. Can anybody settle my problem about security config?

    :?:

    my application is based on RCP + SessionBean + DAO,
    and App Server is weblogic.

    now I have some question about the remoting authentication and authorition. (should I use...
  8. Replies
    3
    Views
    5,632

    how can I use Acegi Security with WebLogic?

    :?:
    My application is spring-based,and the application server is Weblogic,
    But can I use Acegi Security with WebLogic? and how to do?
    Thanks!
Results 1 to 8 of 8