Errors after moving entities between modules

0
After moving an entity WorketTypegroup from a module called Projectmanagement to a module called Masterdata the app behaves strangely. I can enter new data but the data is never editable. When executing a conversion MF i get the below error. The error says that the entity is still in the projectmanagement module. My domain model says different. How to solve this issue?? java.util.concurrent.ExecutionException: com.mendix.modules.microflowengine.MicroflowException: com.mendix.connectionbus.ConnectionBusException: An exception has occurred for the following request(s): ej (depth = 0): //MasterData.Masterdata at MasterData.ConnectMasterdataOrganization (RetrieveByXPath : 'Retrieve list of Masterdata from database') Advanced stacktrace: at java.util.concurrent.FutureTask.report(FutureTask.java:122) at java.util.concurrent.FutureTask.get(FutureTask.java:188) at com.mendix.jL.a(SourceFile:56) at com.mendix.jL.a(SourceFile:30) at com.mendix.pN$g.apply$mcV$sp(SourceFile:292) at com.mendix.pN$g.apply(SourceFile:283) at com.mendix.pN$g.apply(SourceFile:283) at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2.apply(SourceFile:151) at scala.util.Try$.apply(Try.scala:161) at com.mendix.core.session.Worker$$anonfun$receive$3.applyOrElse(SourceFile:149) at akka.actor.ActorCell.receiveMessage(ActorCell.scala:498) at akka.actor.ActorCell.invoke(ActorCell.scala:456) at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:237) at akka.dispatch.Mailbox.run(Mailbox.scala:219) at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:386) at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339) at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979) at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107) Caused by: com.mendix.modules.microflowengine.MicroflowException: com.mendix.connectionbus.ConnectionBusException: An exception has occurred for the following request(s): ej (depth = 0): //MasterData.Masterdata at MasterData.ConnectMasterdataOrganization (RetrieveByXPath : 'Retrieve list of Masterdata from database') Advanced stacktrace: at com.mendix.modules.microflowengine.MicroflowUtil.processException(SourceFile:158) Caused by: com.mendix.core.CoreRuntimeException: com.mendix.connectionbus.ConnectionBusException: An exception has occurred for the following request(s): ej (depth = 0): //MasterData.Masterdata at com.mendix.core.actionmanagement.ActionManager.executeSync(SourceFile:216) Caused by: com.mendix.connectionbus.ConnectionBusException: An exception has occurred for the following request(s): ej (depth = 0): //MasterData.Masterdata at com.mendix.m.a(SourceFile:50) Caused by: com.mendix.connectionbus.ConnectionBusException: java.util.concurrent.ExecutionException: com.mendix.connectionbus.ConnectionBusRuntimeException: Could not find column map for entity 'ProjectManagement.WorkerTypeGroup' at com.mendix.cr.a(SourceFile:404) ...........
asked
1 answers
5

Did you try to clean the deployment directory before running your model?

answered