Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Turbine Wiki" for 
change notification.

The "Turbine4/Turbine4.0M1/Migrate233" page has been changed by ThomasVandahl:
https://wiki.apache.org/turbine/Turbine4/Turbine4.0M1/Migrate233?action=diff&rev1=24&rev2=25

Comment:
Fix configs

      </intake>
  }}}
  
+ Note that you need to add a namespace declaration to your Intake xml files 
like this:
+ 
+ {{{#!xml
+ <input-data xmlns="http://turbine.apache.org/schema/intake/4.0";
+             basePackage="your.base.package.">
+     ...
+ }}}
+  
  === SecurityService ===
  
  The !TorqueSecurityService has been replaced with the 
[[http://turbine.apache.org/fulcrum/fulcrum-security/index.html|Fulcrum 
Security Components]]. The following example shows the default configuration of 
the ''!SecurityService'' before and after the migration. For details of the 
configuration options available see the 
[[http://turbine.apache.org/fulcrum/fulcrum-security/index.html|Fulcrum 
Security Site]].
@@ -563, +571 @@

      <role
          name="org.apache.fulcrum.security.GroupManager"
          shorthand="groupManager"
-         
default-class="org.apache.fulcrum.security.torque.turbine.TorqueGroupManagerImpl"/>
+         
default-class="org.apache.fulcrum.security.torque.turbine.TorqueTurbineGroupManagerImpl"/>
  
      <role
          name="org.apache.fulcrum.security.RoleManager"
          shorthand="roleManager"
-         
default-class="org.apache.fulcrum.security.torque.turbine.TorqueRoleManagerImpl"/>
+         
default-class="org.apache.fulcrum.security.torque.turbine.TorqueTurbineRoleManagerImpl"/>
  
      <role
          name="org.apache.fulcrum.security.PermissionManager"
          shorthand="permissionManager"
-         
default-class="org.apache.fulcrum.security.torque.turbine.TorquePermissionManagerImpl"/>
+         
default-class="org.apache.fulcrum.security.torque.turbine.TorqueTurbinePermissionManagerImpl"/>
  
      <role
          name="org.apache.fulcrum.security.ModelManager"

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to