Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.2 (Crius)
-
Component/s: None
-
Labels:None
Description
1. Create user u1 with assignment of account on OpenDJ. Save.
2. Open u1.
3. Stop OpenDJ.
4. Add attribute value of businessCategory 'c1' to the assignment.
5. Save
The following error occurs:
Execute changes (Model) Attempt to execute inbound expression on account shadow (not full account) Param: options: com.evolveum.midpoint.model.api.ModelExecuteOptions@743e5462 Cause: Attempt to execute inbound expression on account shadow (not full account) [ HIDE ERROR STACK ] com.evolveum.midpoint.util.exception.SystemException: Attempt to execute inbound expression on account shadow (not full account) at com.evolveum.midpoint.model.lens.projector.InboundProcessor.processInboundExpressionsForAccount(InboundProcessor.java:219) at com.evolveum.midpoint.model.lens.projector.InboundProcessor.processInbound(InboundProcessor.java:145) at com.evolveum.midpoint.model.lens.projector.Projector.project(Projector.java:151) at com.evolveum.midpoint.model.lens.Clockwork.click(Clockwork.java:149) at com.evolveum.midpoint.model.lens.Clockwork.run(Clockwork.java:110) at com.evolveum.midpoint.model.controller.ModelController.executeChanges_aroundBody2(ModelController.java:384) at com.evolveum.midpoint.model.controller.ModelController$AjcClosure3.run(ModelController.java:1) at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149) at com.evolveum.midpoint.util.aspect.MidpointAspect.wrapSubsystem(MidpointAspect.java:169) at com.evolveum.midpoint.util.aspect.MidpointAspect.ajc$inlineAccessMethod$com_evolveum_midpoint_util_aspect_MidpointAspect$com_evolveum_midpoint_util_aspect_MidpointAspect$wrapSubsystem(MidpointAspect.java:1) at com.evolveum.midpoint.util.aspect.MidpointAspect.processModelNdc(MidpointAspect.java:79) at com.evolveum.midpoint.model.controller.ModelController.executeChanges(ModelController.java:312) at sun.reflect.GeneratedMethodAccessor702.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.apache.wicket.proxy.LazyInitProxyFactory$JdkHandler.invoke(LazyInitProxyFactory.java:434) at $Proxy155.executeChanges(Unknown Source) at com.evolveum.midpoint.web.page.admin.users.PageUser.savePerformed(PageUser.java:1438) ...