Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. View Post

    <bean id="propertyConfigurer2"
    class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
    <property...
  2. Replies
    1
    Views
    916

    Uploaded file name changed to all lowercase

    I am using CommonsMultipartResolver and CommonsMultipartFile to upload files.

    .....
    <bean id="multipartResolver" class="org.springframework.web.multipart.commons.CommonsMultipartResolver"/>...
  3. Replies
    5
    Views
    1,336

    Spring 2.0M2 does NOT supports Hibernate 3.1.2

    I need to correct what I said before. After I ran my Hibernate 3.0.5-based application on the platform of Spring 2.0 M2 + Hibernate 3.1.2, I discovered some problems. Precisely speaking, Spring 2.0M2...
  4. Replies
    5
    Views
    1,336

    Resovled. I directly went to Spring 2.0 M2 and...

    Resovled.

    I directly went to Spring 2.0 M2 and Hibernate 3.1.2.

    In my case, HB 3.1.2 has some mapping changes. It was my mapping
    files that caused the Tomcat startup failure. However, the...
  5. Replies
    5
    Views
    1,336

    Spring 1.2.6 supports Hibernate 3.1.2?

    Wanted to ask a quick question to see if anybody had the same problem.

    I am using Spring 1.2.6 and Hibernate 3.0.5. Everything is working.
    However, if I replace it with Hibernate 3.1.2 jar...
  6. Ben, Thanks so much for the explanation....

    Ben,

    Thanks so much for the explanation. SecurityContextHolder no being populated in case of 403 is what I was thinking. Thanks for the
    suggested solution!

    Regards,
    Pete
  7. Nobody has similar experiences? Thanks.

    Nobody has similar experiences?

    Thanks.
  8. Replies
    3
    Views
    1,227

    Matt Raible's Equinox project is a good place to...

    Matt Raible's Equinox project is a good place to look at.
    http://www.sourcebeat.com/downloads/
    Chapter 12 will be good for you.
  9. Missing info in case of 403 error. Acegi design issue?

    I am using Acegi 0.8.2. I have encountered a strange situation.

    I have two types of roles: Sell_Read and Sell_Write. They are designed for 2 types of URLs. One is for displaying records and the...
  10. form validation on weblogic 8.1.2 not working, a bug?

    I use the spring module (commons validator) for form validation. I use
    Spring 1.2.3. My application works fine in everything on Tomcat 5.5.7.
    I deployed it on Weblogic 8.1.2 simply by ONLY changing...
  11. Replies
    0
    Views
    1,702

    commons validator module on Weblogic 8.1?

    I use the spring module (commons validator) for validation. I use
    Spring 1.2.3. My application works fine on Tomcat 5.5.7.
    However, after I deployed it on Weblogic 8.1.2, I keep getting
    a...
  12. Acegi -- a very good tool. use it.

    Luke,

    Thank you very much for your input.

    Ben,

    you are always so helpful.

    Though I had quit using Acegi for another project before...
  13. Syntax for securing one page instead of a whole directory?

    Hi, I am trying to use Acegi to add security to an existing web application. I only need to secure a single page in the root directory.

    I understand the syntax for blocking access to a whole...
  14. just for the record. spent hours and finally...

    just for the record. spent hours and finally found the answer. the cause for this error in the views.properties file, there was a trailing blank after ...
  15. ResourceBundleViewResolver and error registering bean...

    Hi, I hope to use ResourceBundleViewResolver for something, but always got an error. Did quite some research here, but failed to find out the reason.

    I use Spring 1.2 and Tomcat 5.5.7.

    Here is...
  16. Matt, Thanks so much for your post. You are...

    Matt,

    Thanks so much for your post. You are always so helpful!

    Your book, Spring Alive, is excellent....

    Regards,
    Pete
  17. I found the DefaultValidatorFactory class. THANKS...

    I found the DefaultValidatorFactory class. THANKS for your info.

    As I said before, I used Spring 1.2RC1 before moving to Spring 1.2.

    Now I am looking for another 1.2 equvalenet for my 1.2RC1's...
  18. Where is DefaultValidatorFactory in Spring 1.2?

    I got all 1.2 source code via CVS and I could not find the class

    org.springframework.validation.commons.DefaultValidatorFactory

    in sandbox or other packages.

    Did Spring team forgot about it?...
  19. Replies
    1
    Views
    963

    Is a blank allowed in a Role name?

    Hi, by default, the role name starts with ROLE_. Through configuration,
    I can disable it. Now I want to have a role name like Security Mananger
    with a blank between two words.

    I did a test...
  20. Replies
    11
    Views
    4,730

    quit using acegi for now...

    i would like to say acegi is cool in terms of being a framework which has lots to offer. however the following is what i am feeling a bit (just a bit) frustrated at this moment:

    1. the...
  21. Thread:

    by pjydc
    Replies
    3
    Views
    1,117

    Can any expert out there confirm on this? I hope...

    Can any expert out there confirm on this? I hope to not misuderstand
    Acegi...

    Using constructed high-level roles instead of simply "bottom" ones is
    a requirement for many enterprise...
  22. Replies
    1
    Views
    1,090

    a confusing login situation, a possible bug?

    a user DIRECTLY goes to the login page and types correct username
    and password. the page a user should go after a successful login
    is a secured page, such as the following

    <property...
  23. Thread:

    by pjydc
    Replies
    3
    Views
    1,117

    does not support constructed roles?

    Hi, I hope to use <authz:authorize> in my jsp pages to hide and display some buttons or links.

    I have a few basic roles such as Finance_Read and Finance_Write. Now I constructed a new role called...
  24. how business objects get user information stored by Acegi?

    i have a few business service objects which have no dependency on
    web objects. i dont want to pass user info as arguments to business
    methods. i want to access user info stored by Acegi from within...
  25. why page not found when rel-login after logout?

    i am using Acegi 0.8.2. i think it is cool, but it took me a lot of time to figure out things. it is almost working, except this problem.

    i have this bean:

    <bean...
Results 1 to 25 of 74
Page 1 of 3 1 2 3