Details
-
Type:
Task
-
Status: Closed
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: None
-
Fix Version/s: 2.0
-
Component/s: Version Compatibility
-
Labels:None
-
KAI Review Status:Not Required
-
KTI Review Status:Not Required
Description
Come up with a mechanism for handling "namespaces" in Spring and avoiding service name conflicts
1. This is the issue where we use the ... GRL to pull resources from spring via the spring bean name. We should use uri for namespaces.
2. So our desired namespace might look like this for kew:
1. http://rice.kuali.org/kew
2. but we can't define spring beans like this <bean id="
myBeanName">...</bean>
3. So instead we may do <bean id="
myBeanName">...</bean>
4. And then maintain a translation from kew -> http://rice.kuali.org/kew
Closing since these items are now in the release notes.