Is it possible to generate PDF files the same way as I can create Excel files?
↧
Generate PDF files
↧
FAQ building block
For one of our apps we are looking for a FAQ (content management) building block, that users can manage themselves. Has anyone already invented this?
↧
↧
Image storage in mendix in built database
I have developed a native mobile app using the “camera” widget(With phonegap – the one developed by Mendix) from the Mendix app store. On click of a button, camera is opened and I am able to take a picture through it. Also I am able to display the same captured picture in the app. But, I want to know whether the image is stored in the database? If yes, how and in which format it is stored (bytes, base 64 etc) and where can I see that in the DB. I want to send that picture to another application and hence wanted to store it in DB. I can only see the entries in 3 tables (System.Image, System.FileDocument and the entity which I created.. but only id’s and stuff not the image) My domain model has an entity which is of type System.Image (no attributes defined). I am performing the camera operation in a nanoflow. I am using Mendix studio pro 8.3.1 Help here is really appreciated.
↧
Regarding Overview Pages generation
I was doing a 6.3 exercise of Rapid Crash course and stuck in creating overview pages of entities of the domain model. In the Domain model, for the entities in the blue color I am able to generate the overview pages but for the department and employee entities the generate overview pages are not allowed. Please suggest me how to resolve the issue.
↧
Maps widget allowing dynamic marker creation ?
Hey guys I found several maps widget, but I can’t find any allowing creation of markers on the map… any idea ? thx !
↧
↧
Unexpected end of JSON input when uploading image
Hi all, I get these error when I am trying to upload an image using the default image uploader. An error occurred while executing an action of DataManagement.PWSImagesSPSection_NewEdit.actionButton1: Unexpected end of JSON input Error: An error occurred while executing an action of DataManagement.PWSImagesSPSection_NewEdit.actionButton1: Unexpected end of JSON input at http://localhost:8081/mxclientsystem/mxui/mxui.js?637249821711636261:73:294281 at we (http://localhost:8081/mxclientsystem/mxui/mxui.js?637249821711636261:35:9232) at r (http://localhost:8081/mxclientsystem/mxui/mxui.js?637249821711636261:35:9128) at m (http://localhost:8081/mxclientsystem/mxui/mxui.js?637249821711636261:40:139670) and also this error An unhandled error occurred in the MxRuntime. -------- java.lang.StackOverflowError: null at com.mendix.basis.state.RequestStateImpl$$Lambda$1410/0x0000000100b44840.get$Lambda(Unknown Source) at com.mendix.basis.state.RequestStateImpl.onCommit(RequestStateImpl.scala:34) at com.mendix.basis.action.user.CommitAction.postProcess$1(CommitAction.scala:150) at com.mendix.basis.action.user.CommitAction.$anonfun$commit$1(CommitAction.scala:135) at com.mendix.basis.action.user.CommitAction.$anonfun$commit$1$adapted(CommitAction.scala:135) at scala.collection.immutable.List.foreach(List.scala:392) at com.mendix.basis.action.user.CommitAction.commit(CommitAction.scala:135) at com.mendix.basis.action.user.CommitAction.$anonfun$commitPersistableObjects$3(CommitAction.scala:94) at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23) at scala.util.Try$.apply(Try.scala:213) at com.mendix.basis.action.user.CommitAction.commitPersistableObjects(CommitAction.scala:94) at com.mendix.basis.action.user.CommitAction.executeAction(CommitAction.scala:59) at com.mendix.basis.action.user.CommitAction.executeAction(CommitAction.scala:29) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:43) at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:101) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:150) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116) at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189) at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238) at scala.collection.immutable.List.foreach(List.scala:392) at scala.collection.TraversableLike.map(TraversableLike.scala:238) at scala.collection.TraversableLike.map$(TraversableLike.scala:231) at scala.collection.immutable.List.map(List.scala:298) at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:215) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:165) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:382) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:95) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47) at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:101) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:150) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116) at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189) at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238) at scala.collection.immutable.List.foreach(List.scala:392) at scala.collection.TraversableLike.map(TraversableLike.scala:238) at scala.collection.TraversableLike.map$(TraversableLike.scala:231) at scala.collection.immutable.List.map(List.scala:298) at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:215) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:165) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:382) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:95) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47) at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:101) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:150) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116) at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189) at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238) at scala.collection.immutable.List.foreach(List.scala:392) at scala.collection.TraversableLike.map(TraversableLike.scala:238) at scala.collection.TraversableLike.map$(TraversableLike.scala:231) at scala.collection.immutable.List.map(List.scala:298) at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:215) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:165) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:382) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:95) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47) at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:101) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:150) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116) at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189) at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238) at scala.collection.immutable.List.foreach(List.scala:392) at scala.collection.TraversableLike.map(TraversableLike.scala:238) at scala.collection.TraversableLike.map$(TraversableLike.scala:231) at scala.collection.immutable.List.map(List.scala:298) at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:215) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:165) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:382) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:95) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47) at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:101) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:150) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116) at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189) at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238) at scala.collection.immutable.List.foreach(List.scala:392) at scala.collection.TraversableLike.map(TraversableLike.scala:238) at scala.collection.TraversableLike.map$(TraversableLike.scala:231) at scala.collection.immutable.List.map(List.scala:298) at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:215) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:165) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:382) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:95) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47) at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:101) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:150) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116) at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189) at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238) at scala.collection.immutable.List.foreach(List.scala:392) at scala.collection.TraversableLike.map(TraversableLike.scala:238) at scala.collection.TraversableLike.map$(TraversableLike.scala:231) at scala.collection.immutable.List.map(List.scala:298) at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:215) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:165) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:382) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:95) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47) at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:101) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:150) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116) at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189) at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238) at scala.collection.immutable.List.foreach(List.scala:392) at scala.collection.TraversableLike.map(TraversableLike.scala:238) at scala.collection.TraversableLike.map$(TraversableLike.scala:231) at scala.collection.immutable.List.map(List.scala:298) at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:215) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:165) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:382) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:95) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47) at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:101) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:150) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116) at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189) at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238) at scala.collection.immutable.List.foreach(List.scala:392) at scala.collection.TraversableLike.map(TraversableLike.scala:238) at scala.collection.TraversableLike.map$(TraversableLike.scala:231) at scala.collection.immutable.List.map(List.scala:298) at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:215) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:165) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:382) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:95) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47) at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:101) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:150) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116) at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189) at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238) at scala.collection.immutable.List.foreach(List.scala:392) at scala.collection.TraversableLike.map(TraversableLike.scala:238) at scala.collection.TraversableLike.map$(TraversableLike.scala:231) at scala.collection.immutable.List.map(List.scala:298) at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:215) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:165) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:382) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:95) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47) at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:101) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:150) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116) at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189) at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238) at scala.collection.immutable.List.foreach(List.scala:392) at scala.collection.TraversableLike.map(TraversableLike.scala:238) at scala.collection.TraversableLike.map$(TraversableLike.scala:231) at scala.collection.immutable.List.map(List.scala:298) at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:215) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:165) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:382) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:95) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47) at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:101) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:150) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116) at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189) at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238) at scala.collection.immutable.List.foreach(List.scala:392) at scala.collection.TraversableLike.map(TraversableLike.scala:238) at scala.collection.TraversableLike.map$(TraversableLike.scala:231) at scala.collection.immutable.List.map(List.scala:298) at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:215) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:165) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:382) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:95) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47) at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:101) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:150) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116) at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189) at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238) at scala.collection.immutable.List.foreach(List.scala:392) at scala.collection.TraversableLike.map(TraversableLike.scala:238) at scala.collection.TraversableLike.map$(TraversableLike.scala:231) at scala.collection.immutable.List.map(List.scala:298) at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:215) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:165) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:382) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:95) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47) at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:101) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:150) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116) at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189) at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238) at scala.collection.immutable.List.foreach(List.scala:392) at scala.collection.TraversableLike.map(TraversableLike.scala:238) at scala.collection.TraversableLike.map$(TraversableLike.scala:231) at scala.collection.immutable.List.map(List.scala:298) at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:215) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:165) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:382) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:95) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47) at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:101) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:150) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116) at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189) at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238) at scala.collection.immutable.List.foreach(List.scala:392) at scala.collection.TraversableLike.map(TraversableLike.scala:238) at scala.collection.TraversableLike.map$(TraversableLike.scala:231) at scala.collection.immutable.List.map(List.scala:298) at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:215) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:165) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:382) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:95) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47) at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:101) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:150) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116) at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189) at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238) at scala.collection.immutable.List.foreach(List.scala:392) at scala.collection.TraversableLike.map(TraversableLike.scala:238) at scala.collection.TraversableLike.map$(TraversableLike.scala:231) at scala.collection.immutable.List.map(List.scala:298) at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:215) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:165) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:382) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:95) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47) at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:101) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:150) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116) at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189) at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238) at scala.collection.immutable.List.foreach(List.scala:392) at scala.collection.TraversableLike.map(TraversableLike.scala:238) at scala.collection.TraversableLike.map$(TraversableLike.scala:231) at scala.collection.immutable.List.map(List.scala:298) at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:215) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:165) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:382) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:95) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47) at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:101) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:150) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116) at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189) at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238) at scala.collection.immutable.List.foreach(List.scala:392) at scala.collection.TraversableLike.map(TraversableLike.scala:238) at scala.collection.TraversableLike.map$(TraversableLike.scala:231) at scala.collection.immutable.List.map(List.scala:298) at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:215) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:165) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:382) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:95) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47) at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:101) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:150) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116) at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189) at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238) at scala.collection.immutable.List.foreach(List.scala:392) at scala.collection.TraversableLike.map(TraversableLike.scala:238) at scala.collection.TraversableLike.map$(TraversableLike.scala:231) at scala.collection.immutable.List.map(List.scala:298) at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:215) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:165) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:382) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:95) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47) at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:101) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:150) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116) at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189) at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238) at scala.collection.immutable.List.foreach(List.scala:392) at scala.collection.TraversableLike.map(TraversableLike.scala:238) at scala.collection.TraversableLike.map$(TraversableLike.scala:231) at scala.collection.immutable.List.map(List.scala:298) at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:215) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:165) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:382) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:95) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47) at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:101) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:150) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116) at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189) at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238) at scala.collection.immutable.List.foreach(List.scala:392) at scala.collection.TraversableLike.map(TraversableLike.scala:238) at scala.collection.TraversableLike.map$(TraversableLike.scala:231) at scala.collection.immutable.List.map(List.scala:298) at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:215) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:165) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:382) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:95) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47) at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:101) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:150) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116) at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189) at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238) at scala.collection.immutable.List.foreach(List.scala:392) at scala.collection.TraversableLike.map(TraversableLike.scala:238) at scala.collection.TraversableLike.map$(TraversableLike.scala:231) at scala.collection.immutable.List.map(List.scala:298) at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:215) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:165) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:382) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:95) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47) at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:101) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:150) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116) at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189) at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238) at scala.collection.immutable.List.foreach(List.scala:392) at scala.collection.TraversableLike.map(TraversableLike.scala:238) at scala.collection.TraversableLike.map$(TraversableLike.scala:231) at scala.collection.immutable.List.map(List.scala:298) at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:215) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:165) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:382) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:95) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47) at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:101) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:150) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116) at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189) at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238) at scala.collection.immutable.List.foreach(List.scala:392) at scala.collection.TraversableLike.map(TraversableLike.scala:238) at scala.collection.TraversableLike.map$(TraversableLike.scala:231) at scala.collection.immutable.List.map(List.scala:298) at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:215) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:165) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:382) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAfterActionsSync(SyncEventExtendedAction.java:95) at com.mendix.basis.actionmanagement.SyncEventExtendedAction.executeAction(SyncEventExtendedAction.java:47) at com.mendix.basis.actionmanagement.EventExtendedAction.execute(EventExtendedAction.java:101) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:150) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:116) at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:189) at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:238) at scala.collection.immutable.List.foreach(List.scala:392) at scala.collection.TraversableLike.map(TraversableLike.scala:238) at scala.collection.TraversableLike.map$(TraversableLike.scala:231) at scala.collection.immutable.List.map(List.scala:298) at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:187) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:125) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:69) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:28) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:27) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:23) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:23) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:46) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:38) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:24) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:15) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:215) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:165) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:71) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:49) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManagerBase$1.execute(ActionManagerBase.java:147)
↧
Notifications not showing up while Native Mobile App is already open
I’ve implemented the Push Notifications module and managed to get the notifications to show up when the app is minimized and is in the background. But when I send the message while the app is still open, nothing happens. The Push Notifications Message tab says the message is successfully delivered. Is it possible to get it work the same way for when the app is in the foreground as when the app is in the background? If so, how can I achieve that?
↧
Microflow for creating a chat message
Hi! I am trying to make a wireflow that is able to make a chat message so the 2 users of the match can chat with each other. This is what i have now.
↧
Label names of column chart are not shown complete
Is there a way how I can extend the width of the column chart x-as labels? This to avoid incomplete team names? When i change the width of the widget the bars become longer, but unfortunately the name values are still falling out of the widget space. See a example below: I'll tried various options in appearance tab from configuration settings, but unfortunately without any result so far. Thanks!
↧
↧
How to retrieve time difference between to times ?
I want to retrieve the time difference between two times (start and stop) and save that value as total work time. ex. I started at 08:00 and I stopped working at 15:34. My total worktime is 7:34. startTime and stopTime are both date and time datatype but i formatted it as time in my datagrid. What is the best possible solution in Mendix for this ?
↧
Auto populate fields in a form
Hi forum, is there a way in mendix that helps me auto populate fields in a form based on the values selected in the previous fields? Thanks in advance
↧
Horizontal scroll bar
Hi, I would really like to use a horizontal scroll bar on my data grid. Id really appreciate the most simple and blatant instructions as possible as i'm fairly new at this. My grid has and needs 15+ columns the way it presents itself currently means the information in the grid cannot be read. Thank you!
↧
Mendix to Tableau
I am having trouble creating tables in Tableau from the Mendix database utilizing OData. The various data sources (or entities) do not seem to connect even though it adds an ID variable for each entity (which still is unable to connect the data). Is this something to do with the associations? What is the best way to build reports from the Mendix database if not through Tableau and using OData?
↧
↧
Days between two dates
Hello Everyone I want to retrieve the number of days between two dates. Can anyone help describe the microflow for this. I would like to know how to use below function calls. https://docs.mendix.com/refguide/between-date-function-calls
↧
How do i make an admin panel?
I know that you can make users and roles with project security. But how do i make a panel where the admin can create new users in app?
↧
using javascript snippet
Hi i am using javascript snippet inside i added Jquery code to add and hide the css classes for a click function and in the console i am getting this error Cannot read property 'getTrackId' of null TypeError: Cannot read property 'getTrackId' of null at t.reloadPage (http://localhost:8080/mxclientsystem/mxui/mxui.js?637249204564600836:73:279068) at http://localhost:8080/mxclientsystem/mxui/mxui.js?637249204564600836:73:206914 at http://localhost:8080/mxclientsystem/mxui/mxui.js?637249204564600836:73:369715 at Array.forEach () at WebSocket.socket.onmessage (http://localhost:8080/mxclientsystem/mxui/mxui.js?637249204564600836:73:369687) Cannot read property 'classList' of undefined TypeError: Cannot read property 'classList' of undefined at S..E.getTab (http://localhost:8080/widgets/widgets.js?637249222742883781:8423:40) at S..E.selectTab (http://localhost:8080/widgets/widgets.js?637249222742883781:8454:19) at S..E. (http://localhost:8080/widgets/widgets.js?637249222742883781:8395:13) at http://localhost:8080/mxclientsystem/mxui/mxui.js?637249222742883781:5:27280 Thanks In Advance
↧
Listener when User leave page
Hello, I want to notice when a user leaves a page. Whether it is through navigation bar or through the Browser. I want to show a message if User leave a page witout Committing. Does mendix as any solutiona or anybody has other suggestions? Thanks!
↧
↧
XHTML org.apache.fop.fo.ValidationException: Invalid property encountered on "fo:block": display
We have a document template where on some string attributes the XHTML display option is set to true. We encounter now a bug when trying to print one of these documents (see stacktrace below). The input is done with the CKE editor. We use the community commons XSSSanitize to sanitize the string. But we still get the error. Anyone a suggestion on how to debug this? It would have been nice if the document templates would do this sanitization by default when setting the value to true by the way :) Regards, Ronald [EDIT] Sollution to this problem. It seems that the CKeditor places a div tag in the string (
) No problem if you view this text in the browser but the document templates do not like these div's. Solved it by removing the divs from the stiring just before generating the document and then revert the object. Oct 9 10:26:08.305 127.0.0.1 tr10000: ERROR - Connector: (1/180) com.mendix.modules.microflowengine.MicroflowException: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: Invalid property encountered on "fo:block": display (See position 9:4467) Oct 9 10:26:08.305 127.0.0.1 tr10000: ERROR - Connector: (2/180) at Talentmanagement.AfdrukkenVastleggingGesprek_VanuitWorkflow (DocumentExport : 'Generate PDF (.pdf) document using template 'Template_Planning_Manager'') Oct 9 10:26:08.305 127.0.0.1 tr10000: ERROR - Connector: (3/180) at Workflow.Workflow_AutomatischPDFGenereren_Achteraf (SubMicroflow : 'AfdrukkenVastleggingGesprek_VanuitWorkflow') Oct 9 10:26:08.307 127.0.0.1 tr10000: ERROR - Connector: (4/180) at MutatiesKoppeling.GenereerPDFAutomatisch (SubMicroflow : 'Workflow_AutomatischPDFGenereren_Achteraf') Oct 9 10:26:08.307 127.0.0.1 tr10000: ERROR - Connector: (5/180) at Workflow._0_Workflow_Taak_Bevestigen (SubMicroflow : 'GenereerPDFAutomatisch') Oct 9 10:26:08.307 127.0.0.1 tr10000: ERROR - Connector: (6/180) Oct 9 10:26:08.307 127.0.0.1 tr10000: ERROR - Connector: (7/180) Advanced stacktrace: Oct 9 10:26:08.307 127.0.0.1 tr10000: ERROR - Connector: (8/180) at com.mendix.modules.microflowengine.MicroflowUtil.processException(MicroflowUtil.java:144) Oct 9 10:26:08.307 127.0.0.1 tr10000: ERROR - Connector: (9/180) Oct 9 10:26:08.307 127.0.0.1 tr10000: ERROR - Connector: (10/180) Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: Invalid property encountered on "fo:block": display (See position 9:4467) Oct 9 10:26:08.308 127.0.0.1 tr10000: ERROR - Connector: (11/180) at com.mendix.documentexporter.documents.PDFDocument.generateInputStream(PDFDocument.java:76) Oct 9 10:26:08.308 127.0.0.1 tr10000: ERROR - Connector: (12/180) Oct 9 10:26:08.308 127.0.0.1 tr10000: ERROR - Connector: (13/180) Caused by: javax.xml.transform.TransformerException: org.apache.fop.fo.ValidationException: Invalid property encountered on "fo:block": display (See position 9:4467) Oct 9 10:26:08.308 127.0.0.1 tr10000: ERROR - Connector: (14/180) at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:502) Oct 9 10:26:08.308 127.0.0.1 tr10000: ERROR - Connector: (15/180) at com.mendix.documentexporter.documents.PDFDocument$1.run(PDFDocument.java:100) Oct 9 10:26:08.308 127.0.0.1 tr10000: ERROR - Connector: (16/180) at java.security.AccessController.doPrivileged(Native Method) Oct 9 10:26:08.308 127.0.0.1 tr10000: ERROR - Connector: (17/180) at com.mendix.documentexporter.documents.PDFDocument.generateInputStream(PDFDocument.java:68) Oct 9 10:26:08.308 127.0.0.1 tr10000: ERROR - Connector: (18/180) at com.mendix.documentexporter.documents.FOBasedDocument.exportToInputStream(FOBasedDocument.java:81) Oct 9 10:26:08.308 127.0.0.1 tr10000: ERROR - Connector: (19/180) at com.mendix.documentexporter.DocumentGenerator.exportToInputStream(DocumentGenerator.java:112) Oct 9 10:26:08.308 127.0.0.1 tr10000: ERROR - Connector: (20/180) at com.mendix.documentexporter.DocumentGenerator.exportToIMendixObject(DocumentGenerator.java:79) Oct 9 10:26:08.308 127.0.0.1 tr10000: ERROR - Connector: (21/180) at com.mendix.documentexporter.actions.microflow.DocumentExportAction.execute(DocumentExportAction.scala:74) Oct 9 10:26:08.308 127.0.0.1 tr10000: ERROR - Connector: (22/180) at com.mendix.documentexporter.actions.microflow.DocumentExportAction.execute(DocumentExportAction.scala:17) Oct 9 10:26:08.309 127.0.0.1 tr10000: ERROR - Connector: (23/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:44) Oct 9 10:26:08.309 127.0.0.1 tr10000: ERROR - Connector: (24/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192) Oct 9 10:26:08.309 127.0.0.1 tr10000: ERROR - Connector: (25/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149) Oct 9 10:26:08.309 127.0.0.1 tr10000: ERROR - Connector: (26/180) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) Oct 9 10:26:08.309 127.0.0.1 tr10000: ERROR - Connector: (27/180) at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:261) Oct 9 10:26:08.309 127.0.0.1 tr10000: ERROR - Connector: (28/180) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:249) Oct 9 10:26:08.309 127.0.0.1 tr10000: ERROR - Connector: (29/180) at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:192) Oct 9 10:26:08.309 127.0.0.1 tr10000: ERROR - Connector: (30/180) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) Oct 9 10:26:08.309 127.0.0.1 tr10000: ERROR - Connector: (31/180) at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:198) Oct 9 10:26:08.309 127.0.0.1 tr10000: ERROR - Connector: (32/180) at com.mendix.core.component.InternalCore.executeSync(InternalCore.java:206) Oct 9 10:26:08.309 127.0.0.1 tr10000: ERROR - Connector: (33/180) at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:37) Oct 9 10:26:08.309 127.0.0.1 tr10000: ERROR - Connector: (34/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:44) Oct 9 10:26:08.310 127.0.0.1 tr10000: ERROR - Connector: (35/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192) Oct 9 10:26:08.310 127.0.0.1 tr10000: ERROR - Connector: (36/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149) Oct 9 10:26:08.310 127.0.0.1 tr10000: ERROR - Connector: (37/180) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) Oct 9 10:26:08.310 127.0.0.1 tr10000: ERROR - Connector: (38/180) at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:261) Oct 9 10:26:08.310 127.0.0.1 tr10000: ERROR - Connector: (39/180) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:249) Oct 9 10:26:08.310 127.0.0.1 tr10000: ERROR - Connector: (40/180) at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:192) Oct 9 10:26:08.310 127.0.0.1 tr10000: ERROR - Connector: (41/180) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) Oct 9 10:26:08.310 127.0.0.1 tr10000: ERROR - Connector: (42/180) at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:198) Oct 9 10:26:08.310 127.0.0.1 tr10000: ERROR - Connector: (43/180) at com.mendix.core.component.InternalCore.executeSync(InternalCore.java:206) Oct 9 10:26:08.310 127.0.0.1 tr10000: ERROR - Connector: (44/180) at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:37) Oct 9 10:26:08.311 127.0.0.1 tr10000: ERROR - Connector: (45/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:44) Oct 9 10:26:08.311 127.0.0.1 tr10000: ERROR - Connector: (46/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192) Oct 9 10:26:08.311 127.0.0.1 tr10000: ERROR - Connector: (47/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149) Oct 9 10:26:08.311 127.0.0.1 tr10000: ERROR - Connector: (48/180) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) Oct 9 10:26:08.311 127.0.0.1 tr10000: ERROR - Connector: (49/180) at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:261) Oct 9 10:26:08.311 127.0.0.1 tr10000: ERROR - Connector: (50/180) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:249) Oct 9 10:26:08.311 127.0.0.1 tr10000: ERROR - Connector: (51/180) at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:192) Oct 9 10:26:08.311 127.0.0.1 tr10000: ERROR - Connector: (52/180) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) Oct 9 10:26:08.311 127.0.0.1 tr10000: ERROR - Connector: (53/180) at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:198) Oct 9 10:26:08.311 127.0.0.1 tr10000: ERROR - Connector: (54/180) at com.mendix.core.component.InternalCore.executeSync(InternalCore.java:206) Oct 9 10:26:08.311 127.0.0.1 tr10000: ERROR - Connector: (55/180) at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:37) Oct 9 10:26:08.312 127.0.0.1 tr10000: ERROR - Connector: (56/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:44) Oct 9 10:26:08.312 127.0.0.1 tr10000: ERROR - Connector: (57/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192) Oct 9 10:26:08.312 127.0.0.1 tr10000: ERROR - Connector: (58/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149) Oct 9 10:26:08.312 127.0.0.1 tr10000: ERROR - Connector: (59/180) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) Oct 9 10:26:08.312 127.0.0.1 tr10000: ERROR - Connector: (60/180) at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:261) Oct 9 10:26:08.312 127.0.0.1 tr10000: ERROR - Connector: (61/180) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:249) Oct 9 10:26:08.313 127.0.0.1 tr10000: ERROR - Connector: (62/180) at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:192) Oct 9 10:26:08.313 127.0.0.1 tr10000: ERROR - Connector: (63/180) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) Oct 9 10:26:08.313 127.0.0.1 tr10000: ERROR - Connector: (64/180) at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:198) Oct 9 10:26:08.313 127.0.0.1 tr10000: ERROR - Connector: (65/180) at com.mendix.core.component.InternalCore.execute(InternalCore.java:229) Oct 9 10:26:08.313 127.0.0.1 tr10000: ERROR - Connector: (66/180) at com.mendix.webui.actions.client.ExecuteAction.execute(ExecuteAction.java:135) Oct 9 10:26:08.313 127.0.0.1 tr10000: ERROR - Connector: (67/180) at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply$mcV$sp(ClientRequestHandler.scala:300) Oct 9 10:26:08.313 127.0.0.1 tr10000: ERROR - Connector: (68/180) at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply(ClientRequestHandler.scala:293) Oct 9 10:26:08.313 127.0.0.1 tr10000: ERROR - Connector: (69/180) at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply(ClientRequestHandler.scala:293) Oct 9 10:26:08.313 127.0.0.1 tr10000: ERROR - Connector: (70/180) at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2$$anon$1.execute(ActionDispatching.scala:126) Oct 9 10:26:08.313 127.0.0.1 tr10000: ERROR - Connector: (71/180) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) Oct 9 10:26:08.313 127.0.0.1 tr10000: ERROR - Connector: (72/180) at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2.apply(ActionDispatching.scala:128) Oct 9 10:26:08.313 127.0.0.1 tr10000: ERROR - Connector: (73/180) at scala.util.Try$.apply(Try.scala:191) Oct 9 10:26:08.314 127.0.0.1 tr10000: ERROR - Connector: (74/180) at com.mendix.core.session.Worker$$anonfun$receive$3.applyOrElse(ActionDispatching.scala:122) Oct 9 10:26:08.314 127.0.0.1 tr10000: ERROR - Connector: (75/180) at akka.actor.Actor$class.aroundReceive(Actor.scala:465) Oct 9 10:26:08.314 127.0.0.1 tr10000: ERROR - Connector: (76/180) at com.mendix.core.session.Worker.aroundReceive(ActionDispatching.scala:119) Oct 9 10:26:08.314 127.0.0.1 tr10000: ERROR - Connector: (77/180) at akka.actor.ActorCell.receiveMessage(ActorCell.scala:516) Oct 9 10:26:08.314 127.0.0.1 tr10000: ERROR - Connector: (78/180) at akka.actor.ActorCell.invoke(ActorCell.scala:487) Oct 9 10:26:08.314 127.0.0.1 tr10000: ERROR - Connector: (79/180) at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:238) Oct 9 10:26:08.315 127.0.0.1 tr10000: ERROR - Connector: (80/180) at akka.dispatch.Mailbox.run(Mailbox.scala:220) Oct 9 10:26:08.315 127.0.0.1 tr10000: ERROR - Connector: (81/180) at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:393) Oct 9 10:26:08.315 127.0.0.1 tr10000: ERROR - Connector: (82/180) at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) Oct 9 10:26:08.315 127.0.0.1 tr10000: ERROR - Connector: (83/180) at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339) Oct 9 10:26:08.315 127.0.0.1 tr10000: ERROR - Connector: (84/180) at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979) Oct 9 10:26:08.315 127.0.0.1 tr10000: ERROR - Connector: (85/180) at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107) Oct 9 10:26:08.315 127.0.0.1 tr10000: ERROR - Connector: (86/180) Oct 9 10:26:08.315 127.0.0.1 tr10000: ERROR - Connector: (87/180) Caused by: org.apache.fop.fo.ValidationException: null:9:4467: Invalid property encountered on "fo:block": display (See position 9:4467) Oct 9 10:26:08.315 127.0.0.1 tr10000: ERROR - Connector: (88/180) at org.apache.fop.events.ValidationExceptionFactory.createException(ValidationExceptionFactory.java:38) Oct 9 10:26:08.316 127.0.0.1 tr10000: ERROR - Connector: (89/180) at org.apache.fop.events.EventExceptionManager.throwException(EventExceptionManager.java:58) Oct 9 10:26:08.316 127.0.0.1 tr10000: ERROR - Connector: (90/180) at org.apache.fop.events.DefaultEventBroadcaster$1.invoke(DefaultEventBroadcaster.java:175) Oct 9 10:26:08.316 127.0.0.1 tr10000: ERROR - Connector: (91/180) at com.sun.proxy.$Proxy30.invalidProperty(Unknown Source) Oct 9 10:26:08.316 127.0.0.1 tr10000: ERROR - Connector: (92/180) at org.apache.fop.fo.PropertyList.handleInvalidProperty(PropertyList.java:471) Oct 9 10:26:08.316 127.0.0.1 tr10000: ERROR - Connector: (93/180) at org.apache.fop.fo.PropertyList.convertAttributeToProperty(PropertyList.java:390) Oct 9 10:26:08.316 127.0.0.1 tr10000: ERROR - Connector: (94/180) at org.apache.fop.fo.PropertyList.addAttributesToList(PropertyList.java:321) Oct 9 10:26:08.316 127.0.0.1 tr10000: ERROR - Connector: (95/180) at org.apache.fop.fo.FObj.processNode(FObj.java:122) Oct 9 10:26:08.316 127.0.0.1 tr10000: ERROR - Connector: (96/180) at org.apache.fop.fo.FOTreeBuilder$MainFOHandler.startElement(FOTreeBuilder.java:280) Oct 9 10:26:08.316 127.0.0.1 tr10000: ERROR - Connector: (97/180) at org.apache.fop.fo.FOTreeBuilder.startElement(FOTreeBuilder.java:175) Oct 9 10:26:08.316 127.0.0.1 tr10000: ERROR - Connector: (98/180) at org.apache.xalan.transformer.TransformerIdentityImpl.startElement(TransformerIdentityImpl.java:1073) Oct 9 10:26:08.317 127.0.0.1 tr10000: ERROR - Connector: (99/180) at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:509) Oct 9 10:26:08.317 127.0.0.1 tr10000: ERROR - Connector: (100/180) at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:379) Oct 9 10:26:08.317 127.0.0.1 tr10000: ERROR - Connector: (101/180) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2786) Oct 9 10:26:08.317 127.0.0.1 tr10000: ERROR - Connector: (102/180) at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:606) Oct 9 10:26:08.317 127.0.0.1 tr10000: ERROR - Connector: (103/180) at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:117) Oct 9 10:26:08.317 127.0.0.1 tr10000: ERROR - Connector: (104/180) at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:510) Oct 9 10:26:08.317 127.0.0.1 tr10000: ERROR - Connector: (105/180) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:848) Oct 9 10:26:08.317 127.0.0.1 tr10000: ERROR - Connector: (106/180) at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:777) Oct 9 10:26:08.317 127.0.0.1 tr10000: ERROR - Connector: (107/180) at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:141) Oct 9 10:26:08.317 127.0.0.1 tr10000: ERROR - Connector: (108/180) at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1213) Oct 9 10:26:08.318 127.0.0.1 tr10000: ERROR - Connector: (109/180) at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:485) Oct 9 10:26:08.318 127.0.0.1 tr10000: ERROR - Connector: (110/180) at com.mendix.documentexporter.documents.PDFDocument$1.run(PDFDocument.java:100) Oct 9 10:26:08.318 127.0.0.1 tr10000: ERROR - Connector: (111/180) at java.security.AccessController.doPrivileged(Native Method) Oct 9 10:26:08.318 127.0.0.1 tr10000: ERROR - Connector: (112/180) at com.mendix.documentexporter.documents.PDFDocument.generateInputStream(PDFDocument.java:68) Oct 9 10:26:08.318 127.0.0.1 tr10000: ERROR - Connector: (113/180) at com.mendix.documentexporter.documents.FOBasedDocument.exportToInputStream(FOBasedDocument.java:81) Oct 9 10:26:08.318 127.0.0.1 tr10000: ERROR - Connector: (114/180) at com.mendix.documentexporter.DocumentGenerator.exportToInputStream(DocumentGenerator.java:112) Oct 9 10:26:08.318 127.0.0.1 tr10000: ERROR - Connector: (115/180) at com.mendix.documentexporter.DocumentGenerator.exportToIMendixObject(DocumentGenerator.java:79) Oct 9 10:26:08.318 127.0.0.1 tr10000: ERROR - Connector: (116/180) at com.mendix.documentexporter.actions.microflow.DocumentExportAction.execute(DocumentExportAction.scala:74) Oct 9 10:26:08.318 127.0.0.1 tr10000: ERROR - Connector: (117/180) at com.mendix.documentexporter.actions.microflow.DocumentExportAction.execute(DocumentExportAction.scala:17) Oct 9 10:26:08.319 127.0.0.1 tr10000: ERROR - Connector: (118/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:44) Oct 9 10:26:08.319 127.0.0.1 tr10000: ERROR - Connector: (119/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192) Oct 9 10:26:08.319 127.0.0.1 tr10000: ERROR - Connector: (120/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149) Oct 9 10:26:08.319 127.0.0.1 tr10000: ERROR - Connector: (121/180) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) Oct 9 10:26:08.319 127.0.0.1 tr10000: ERROR - Connector: (122/180) at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:261) Oct 9 10:26:08.319 127.0.0.1 tr10000: ERROR - Connector: (123/180) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:249) Oct 9 10:26:08.319 127.0.0.1 tr10000: ERROR - Connector: (124/180) at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:192) Oct 9 10:26:08.319 127.0.0.1 tr10000: ERROR - Connector: (125/180) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) Oct 9 10:26:08.319 127.0.0.1 tr10000: ERROR - Connector: (126/180) at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:198) Oct 9 10:26:08.319 127.0.0.1 tr10000: ERROR - Connector: (127/180) at com.mendix.core.component.InternalCore.executeSync(InternalCore.java:206) Oct 9 10:26:08.319 127.0.0.1 tr10000: ERROR - Connector: (128/180) at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:37) Oct 9 10:26:08.320 127.0.0.1 tr10000: ERROR - Connector: (129/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:44) Oct 9 10:26:08.320 127.0.0.1 tr10000: ERROR - Connector: (130/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192) Oct 9 10:26:08.320 127.0.0.1 tr10000: ERROR - Connector: (131/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149) Oct 9 10:26:08.320 127.0.0.1 tr10000: ERROR - Connector: (132/180) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) Oct 9 10:26:08.320 127.0.0.1 tr10000: ERROR - Connector: (133/180) at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:261) Oct 9 10:26:08.320 127.0.0.1 tr10000: ERROR - Connector: (134/180) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:249) Oct 9 10:26:08.320 127.0.0.1 tr10000: ERROR - Connector: (135/180) at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:192) Oct 9 10:26:08.320 127.0.0.1 tr10000: ERROR - Connector: (136/180) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) Oct 9 10:26:08.320 127.0.0.1 tr10000: ERROR - Connector: (137/180) at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:198) Oct 9 10:26:08.320 127.0.0.1 tr10000: ERROR - Connector: (138/180) at com.mendix.core.component.InternalCore.executeSync(InternalCore.java:206) Oct 9 10:26:08.320 127.0.0.1 tr10000: ERROR - Connector: (139/180) at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:37) Oct 9 10:26:08.320 127.0.0.1 tr10000: ERROR - Connector: (140/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:44) Oct 9 10:26:08.320 127.0.0.1 tr10000: ERROR - Connector: (141/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192) Oct 9 10:26:08.320 127.0.0.1 tr10000: ERROR - Connector: (142/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149) Oct 9 10:26:08.320 127.0.0.1 tr10000: ERROR - Connector: (143/180) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) Oct 9 10:26:08.321 127.0.0.1 tr10000: ERROR - Connector: (144/180) at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:261) Oct 9 10:26:08.321 127.0.0.1 tr10000: ERROR - Connector: (145/180) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:249) Oct 9 10:26:08.321 127.0.0.1 tr10000: ERROR - Connector: (146/180) at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:192) Oct 9 10:26:08.321 127.0.0.1 tr10000: ERROR - Connector: (147/180) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) Oct 9 10:26:08.321 127.0.0.1 tr10000: ERROR - Connector: (148/180) at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:198) Oct 9 10:26:08.321 127.0.0.1 tr10000: ERROR - Connector: (149/180) at com.mendix.core.component.InternalCore.executeSync(InternalCore.java:206) Oct 9 10:26:08.321 127.0.0.1 tr10000: ERROR - Connector: (150/180) at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:37) Oct 9 10:26:08.321 127.0.0.1 tr10000: ERROR - Connector: (151/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:44) Oct 9 10:26:08.321 127.0.0.1 tr10000: ERROR - Connector: (152/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192) Oct 9 10:26:08.321 127.0.0.1 tr10000: ERROR - Connector: (153/180) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149) Oct 9 10:26:08.322 127.0.0.1 tr10000: ERROR - Connector: (154/180) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49) Oct 9 10:26:08.322 127.0.0.1 tr10000: ERROR - Connector: (155/180) at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:261) Oct 9 10:26:08.322 127.0.0.1 tr10000: ERROR - Connector: (156/180) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:249) Oct 9 10:26:08.322 127.0.0.1 tr10000: ERROR - Connector: (157/180) at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:192) Oct 9 10:26:08.322 127.0.0.1 tr10000: ERROR - Connector: (158/180) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) Oct 9 10:26:08.322 127.0.0.1 tr10000: ERROR - Connector: (159/180) at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:198) Oct 9 10:26:08.322 127.0.0.1 tr10000: ERROR - Connector: (160/180) at com.mendix.core.component.InternalCore.execute(InternalCore.java:229) Oct 9 10:26:08.322 127.0.0.1 tr10000: ERROR - Connector: (161/180) at com.mendix.webui.actions.client.ExecuteAction.execute(ExecuteAction.java:135) Oct 9 10:26:08.322 127.0.0.1 tr10000: ERROR - Connector: (162/180) at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply$mcV$sp(ClientRequestHandler.scala:300) Oct 9 10:26:08.322 127.0.0.1 tr10000: ERROR - Connector: (163/180) at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply(ClientRequestHandler.scala:293) Oct 9 10:26:08.323 127.0.0.1 tr10000: ERROR - Connector: (164/180) at com.mendix.webui.requesthandling.ClientRequestHandler$$anonfun$handleRequest$1.apply(ClientRequestHandler.scala:293) Oct 9 10:26:08.323 127.0.0.1 tr10000: ERROR - Connector: (165/180) at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2$$anon$1.execute(ActionDispatching.scala:126) Oct 9 10:26:08.323 127.0.0.1 tr10000: ERROR - Connector: (166/180) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) Oct 9 10:26:08.323 127.0.0.1 tr10000: ERROR - Connector: (167/180) at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2.apply(ActionDispatching.scala:128) Oct 9 10:26:08.323 127.0.0.1 tr10000: ERROR - Connector: (168/180) at scala.util.Try$.apply(Try.scala:191) Oct 9 10:26:08.323 127.0.0.1 tr10000: ERROR - Connector: (169/180) at com.mendix.core.session.Worker$$anonfun$receive$3.applyOrElse(ActionDispatching.scala:122) Oct 9 10:26:08.323 127.0.0.1 tr10000: ERROR - Connector: (170/180) at akka.actor.Actor$class.aroundReceive(Actor.scala:465) Oct 9 10:26:08.323 127.0.0.1 tr10000: ERROR - Connector: (171/180) at com.mendix.core.session.Worker.aroundReceive(ActionDispatching.scala:119) Oct 9 10:26:08.323 127.0.0.1 tr10000: ERROR - Connector: (172/180) at akka.actor.ActorCell.receiveMessage(ActorCell.scala:516) Oct 9 10:26:08.323 127.0.0.1 tr10000: ERROR - Connector: (173/180) at akka.actor.ActorCell.invoke(ActorCell.scala:487) Oct 9 10:26:08.323 127.0.0.1 tr10000: ERROR - Connector: (174/180) at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:238) Oct 9 10:26:08.323 127.0.0.1 tr10000: ERROR - Connector: (175/180) at akka.dispatch.Mailbox.run(Mailbox.scala:220) Oct 9 10:26:08.323 127.0.0.1 tr10000: ERROR - Connector: (176/180) at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:393) Oct 9 10:26:08.324 127.0.0.1 tr10000: ERROR - Connector: (177/180) at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) Oct 9 10:26:08.324 127.0.0.1 tr10000: ERROR - Connector: (178/180) at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339) Oct 9 10:26:08.324 127.0.0.1 tr10000: ERROR - Connector: (179/180) at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979) Oct 9 10:26:08.324 127.0.0.1 tr10000: ERROR - Connector: (180/180) at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
↧
Attachments Names in IMAP POP3 Mail Receiver Module in Menidx
I am using IMAP POP3 Mendix Module in my project . I have some pdf/word docs as attachments in mail . With english names for the documents attached is working fine . But the attachments with arabic Name leads some issues like below: Name of the attachment get Corrupted after mail received in my mendix project And even doc lost its type . Is there any ways to get the docs with its name in arabic using IMAP POP3
↧
The PDF document does not open from the iOS application after using Xcode 11
Hello guys, I created for the first time apps from Xcode 11 and iOS 13 SDK which is required from 30. April (using the PhoneGap Cordova package) a few days ago. I manage to do it without problems and upload them to TestFlight. However, I’ve noticed that PDF document is not presented to the user once he clicks to open in (I am using PDFTron in this case to edit documents). The old app (iOS 12 SDK) works as well. Do I miss something in the build or should be configured something additionally? Kind regards, David
↧