PetClinic « Security « Spring Q&A





1. Problem with Spring PetClinic with security    forum.springsource.org

May 7th, 2011, 05:19 PM #1 rshoemake View Profile View Forum Posts Private Message Junior Member Join Date May 2011 Posts 1 Problem with Spring PetClinic with security Hello, I'm having ...

2. petclinic security with tomcat and weblogic    forum.springsource.org

petclinic security with tomcat and weblogic hi, I have a simple security test with petclinic. I add security definitions to security-context-server.xml: ...

3. Petclinic Data Access    forum.springsource.org

4. PetClinic Security Bug? (Best Practices)    forum.springsource.org

PetClinic Security Bug? (Best Practices) Hi Everybody, I was just looking over the petclinic sample and it seems to me like there is a security related bug (although I haven't tested ...

5. Newbie - PetClinic - Data access failure: Problem    forum.springsource.org

Hi Everyone ! I'm new to the Spring Framework ! After reading the documentation and some books, I finally wanted to play around with the PetClinic Sample application. I edited the ...

6. Domain object security for petclinic sample?    forum.springsource.org

Dear members, I want to use Acegi for implementing Domain Object Security. I have followed the recomended steps on Acegi web page, but there is no so much documentation about this ...

7. Acegi Petclinic with spring - Error creating bean with name 'clinicController'    forum.springsource.org

Acegi Petclinic with spring - Error creating bean with name 'clinicController' Anyone has the idea on getting things done for below problem? I have done exactly shown in acegi's site for ...

8. Acegi 1.0.4 + Petclinic    forum.springsource.org

Acegi 1.0.4 + Petclinic Hi Im going over the steps for the petclinic tutorial. It appears that with acegi 1.0.4 the petclinic documentation is not updated. So for the integration im ...

9. Spring 2.5 PetClinic Acegi Authorization    forum.springsource.org

I need help following the petclinic tutorial using Acegi 1.0.6 on Springs' 2.5 distribution. I was able to place the authentication portion, but could not seem to find a way to ...





10. Problem with Petclinic Security Tutorial    forum.springsource.org

Problem with Petclinic Security Tutorial I am following along in the Petclinic Security Tutorial and have done all the steps listed. I redeploy my app and get the following Exception: org.springframework.beans.factory.UnsatisfiedDepen ...

11. Problem with Petclinic Security Tutorial    forum.springsource.org

Problem with Petclinic Security Tutorial Hello! After adding Spring Security to the Spring Petclinic application I only yield those "no mapping found" messages following the login into the application, no matter ...

12. Need help with Tutorial: Adding Security to Spring Petclinic    forum.springsource.org

Hi All, I've followed the steps listed at http://static.springsource.org/sprin...-tutorial.html to add form login based security to the petclinic application, and it works. I cannot work out there the login form itself ...

13. Petclinic - Access restriction on "javax.xml.bind.annotation.XmlElemen"    forum.springsource.org

In the petclinic sample application, i can't compile the Vet and Vets class due to access restriction on rt.jar : Unresolved compilation problems: Access restriction: The type XmlElement is not accessible ...

14. Error in Tutorial: Adding Security to Spring PetClinic    forum.springsource.org

I was able to get the PetClinic application using SVN from the spring-samples/petclinic repository and ran it on Tomcat 6.0.18 After following the tutorial section [Securing the Application], I was still ...

15. Spring Security - Tutorial: Adding Security to Spring Petclinic Question    forum.springsource.org

I am following the latest tutorial. After adding Spring Security, the App ran fine. However, the Tutorial directed me to use the user Peter but never provided the password and discussed ...