<bean id="propertyConfigurer2"
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property...
Type: Posts; User: pjydc; Keyword(s):
<bean id="propertyConfigurer2"
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property...
I am using CommonsMultipartResolver and CommonsMultipartFile to upload files.
.....
<bean id="multipartResolver" class="org.springframework.web.multipart.commons.CommonsMultipartResolver"/>...
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...
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...
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...
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
Nobody has similar experiences?
Thanks.
Matt Raible's Equinox project is a good place to look at.
http://www.sourcebeat.com/downloads/
Chapter 12 will be good for you.
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...
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...
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...
Luke,
Thank you very much for your input.
Ben,
you are always so helpful.
Though I had quit using Acegi for another project before...
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...
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 ...
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...
Matt,
Thanks so much for your post. You are always so helpful!
Your book, Spring Alive, is excellent....
Regards,
Pete
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...
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?...
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...
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...
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...
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...
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...
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...
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...