Details
-
Type:
Bug Fix
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Development
-
Security Level: Public (Public: Anyone can view)
-
Labels:None
-
Rice Module:KIM
-
KAI Review Status:Not Required
-
KTI Review Status:Not Required
-
Include in Release Notes?:Yes
Description
On Role lookup, do a search then click edit for Derived Role: Action Request KR-WKFLW Approve Request Recipient. You get the following exception:
java.lang.NullPointerException
at org.kuali.rice.kns.kim.type.DataDictionaryTypeServiceBase.getDataDictionaryAttributeDefinition(DataDictionaryTypeServiceBase.java:543)
at org.kuali.rice.kns.kim.type.DataDictionaryTypeServiceBase.getAttributeDefinitions(DataDictionaryTypeServiceBase.java:120)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
at $Proxy168.getAttributeDefinitions(Unknown Source)
at org.kuali.rice.kim.impl.type.IdentityManagementTypeAttributeTransactionalDocument.getDefinitions(IdentityManagementTypeAttributeTransactionalDocument.java:109)
at org.kuali.rice.kim.document.IdentityManagementRoleDocument.getBlankMember(IdentityManagementRoleDocument.java:384)
at org.kuali.rice.kim.web.struts.action.IdentityManagementRoleDocumentAction.createDocument(IdentityManagementRoleDocumentAction.java:190)
at org.kuali.rice.kns.web.struts.action.KualiDocumentActionBase.docHandler(KualiDocumentActionBase.java:362)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:269)
at org.kuali.rice.kns.web.struts.action.KualiAction.dispatchMethod(KualiAction.java:170)
at org.kuali.rice.kns.web.struts.action.KualiAction.execute(KualiAction.java:128)
This seems to be happening for all derived roles, but default roles are ok.
Attachments
Issue Links
- cloned from
-
KULRICE-7208 Template
-
- Closed
-