Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
2.2.0
-
None
-
None
Description
I suggested that using xbean-spring to generate a component-specific schema for spring configuration would make configuring jetspeed easier, and this idea got some agreement on the dev list. I've done a little work in this direction but don't know if it actually works since 2.2 doesn't seem to build a functioning portal at the moment. I'm opening this issue to track work on this idea. So far I've added a schema generation project and added the javadoc "annotations" to get components into the schema for components mentioned in the administration and security-* spring config files. Committiing everything except the spring config files poses very little risk to functionality since the xbean context falls back to the normal spring context behavior when you aren't using the generated schema. Committing the spring config file changes might be riskier until we can more easily tell if they work.