Created
August 8, 2010 18:52
-
-
Save davidray/514411 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springsource.org/dtd/spring-beans.dtd"> | |
| <!--+ | |
| | This should be the only file specified in web.xml's contextConfigLocation. It should only contain imports. | |
| +--> | |
| <beans> | |
| <import resource="pentahoSystemConfig.xml" /> | |
| <import resource="adminPlugins.xml" /> | |
| <import resource="systemListeners.xml" /> | |
| <import resource="sessionStartupActions.xml" /> | |
| <import resource="applicationContext-acegi-security.xml" /> | |
| <import resource="applicationContext-common-authorization.xml" /> | |
| <!-- <import resource="applicationContext-acegi-security-hibernate.xml" /> --> | |
| <!-- <import resource="applicationContext-pentaho-security-hibernate.xml" /> --> | |
| <import resource="applicationContext-acegi-security-siteminder.xml" /> | |
| <import resource="applicationContext-pentaho-security-jdbc.xml" /> | |
| <import resource="pentahoObjects.spring.xml" /> | |
| </beans> |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Find it in pentaho_solutions/system/pentaho-spring-beans.xml