Hi, I have a data grid that when double clicked opens a modal popup to allow users to edit details. There are quite a lot of fields on the popup and so it scrolls vertically which is not a problem. However depending where they double click the popup loads to a diferent part of the page. I would like it to always load to the top of the page. Is this possible? Thanks
↧
Load popup view to top of page
↧
Unable to resolve module `./widgets/com/mendix/widget/native/appevents/AppEvents` from `externalWidgets.js`
I have implemented push notifications in my mendix ios app and trying to run it on xcode simulator. It says that push notifications are not supported on the simulator. So I then connected my iphone and ran the build on my device. Now my app itself is not running on either my xcode simulator not on my mobile device when I’m running through xcode. Need help on this issue. Complete log: Unable to resolve module `./widgets/com/mendix/widget/native/appevents/AppEvents` from `externalWidgets.js`: None of these files exist: * widgets\com\mendix\widget\native\appevents\AppEvents(.native|.ios.js|.native.js|.js|.ios.json|.native.json|.json|.ios.ts|.native.ts|.ts|.ios.tsx|.native.tsx|.tsx) * widgets\com\mendix\widget\native\appevents\AppEvents\index(.native|.ios.js|.native.js|.js|.ios.json|.native.json|.json|.ios.ts|.native.ts|.ts|.ios.tsx|.native.tsx|.tsx) RCTFatal __28-[RCTCxxBridge handleError:]_block_invoke _dispatch_call_block_and_release _dispatch_client_callout _dispatch_main_queue_callback_4CF __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ __CFRunLoopRun CFRunLoopRunSpecific GSEventRunModal UIApplicationMain main start
↧
↧
Blank excel files using Excel Exporter App module:
Hello all, I am encountering an issue when configuring the excel exporter app into my module; I followed the documentations and the Learning Path lessons on setting this up, i managed to have a file downloaded but the excel file is blank (no rows no columns, only the names of each excel sheet). Any ideas on this please? I have looked through all the materials I still can find no solutions. Export to file Microflow (MaintenanceReport is the object to be exported): Create excel Microflow: Could it be the problem in the change object activity in the loop of the create excel microflow?
↧
Rest calls with tokens
How to pass a secret token for a particular user-generated from one rest call to a separate rest call for the logged-in user to continue the other flows of the app. For example I call a getloginparam method and i get access token in the response. Now when I call /loginwithuserprofile/{accessToken} I want to pass the previously generated access token to this method in order to get the response. I would like some suggestions on the flow. Alo these access tokens have an expiry of 2 minutes. So Do I make the first api entities as persitable.
↧
Share Point Metadata by REST call
HI All , I have developed an application which is currently capable of sending files from Mendix to share Point with REST call . I am sending file content as binary form in Request section . However i have one more thing left to achieve , Our share Point have some metadata fields that needs to be filled also which REST call . Can someone help me how can i send metadata also with my file to share Point .
↧
↧
How to display Y value permanently on a line chart?
Hi All, How to display Y value permanently on a line chart? It is displayed only when hover my mouse point by default, but I want it to be displayed without hovering it. I googled it but was not able to get the proper answer yet. Thank you in advance.
↧
How can we create User Roles in Mendix System from UI?
We are developing mendix application wherein we want to provide functionality for Admin users to be able to add(Create) new user roles in Mendix system from UI.
↧
I can't edit in MENDIX Studio an App created in MENDIX Studio Pro
Hi, I’m currently doing the “Become a Rapid Dveloper (Analyst)” course from the MENDIX Academy Learning Path. After finishing the module “From MENDIX Studio to MENDIX Studio Pro”, I’ve commited the App to be uploaded to the MENDIX Web Domain. Then I’ve tried to open it from MENDIX Studio, but there is a pop-up window stating the following message: “No Development Line Selected – Medix Studio is not yet enabled for a development line in this App. Assign it to a specific development line in Mendix Studio Pro”. Could you please tell me how to do it? My Mendix Studio Pro version is 8.10.1 Thanks
↧
Drop down filter
Hello i create a litel app in mendix. And i woud like to get two or more drop down filter for different Attribute from one Entity like in ecxel (see picture) now i can only filter by on Attribute power or speed (see picture)
↧
↧
Deeplink not firing microflow
Hi All, I’m having problems configuring the deeplink module. For some reason the microflow doesn’t appear to be firing when I enter the URL into the browser. Everything appears to work apart from calling the microflow. It correctly gets me to login if not done so before. It correctly validates if I enter a wrong value for the record I wish to view too. I have the following settings: ACT_AfterStartup: ACT_HomePage: Navigation: Deeplink: Can anyone tell me where I’m going wrong? Cheers Adrian
↧
Processing chunked response from REST API/AWS S3 Select
I am trying to process a S3 Select – response in Mendix. Since the response size in unknown amazon sends it back in streams codes transfer-encoding:chunked. More specifically, I am trying to do this in Mendix. https://github.com/awslabs/aws-c-event-stream
↧
Mendix email template Failed section is not showing undelivered email
I am using medix(https://appstore.home.mendix.com/link/app/259/) -E-mail module with templates widgets ,where in setting it has Failed section. Whlie trying to send email to any invalid email like –sasadsawww213131sczzaadda@gmail.com,it should appear in failed section. Can any one suugest how we can track undelivered email.
↧
Placeholder text is not reflecting in Internet Explorer
Hi, I have username and password placeholder texts, color of this placeholder text is coming fine in Google Chrome but it’s not coming the same in internet explorer.What I need to do?...help me out
↧
↧
Datagrid column value Calculation from two different selected Parent entity.
Hi, I have following type of entity relation. There is requirement that, User will select module → Base . After that User will select another module and then Base. Final datagrid should contain UseCases which are common to both selected Base and comparison column should contain difference of Time of Matched Usecases. I am currently using “Listen To Widget” property to display hierarchy but facing problem in APPROACH to calculate difference . How shall I proceed ? Do I need to Change database structure ?
↧
Export To Excel File Name
Hi All, I am using Default Export to Excel button in Datagrid. Is it possible to change the file name of the Excel which is created, from Some random name to Customized Name which I decide. Here is the example excel file name which I get when Iclick the Default Export to Excel button “export_grid_cf33fa20_xxxx_xxx_xxx_xx.xls”. I want to change this name to Dinesh.xls . Thanks in Advance for the support !!!!
↧
Can't activate SAML
When I try Activate idp configuration, i have this message: Unable to activate the SAML configuration, because of the following error: No entity descriptor was selected for the SSO Configuration But in the Request Authn Context tab, i have no Prefered entity descriptor to select and if click search button nothing appears . Something is bad configured, but I dont know what.
↧
Custom Export To Excel Download Error
HI Team, I am using a custom search to Filter a list and then pass the list to custom java action which is reponsible to Write the data into a file object and then downlaod the file as a csv ( The custom java action is used to write the Filetered data in csv format and then push it to the file object ) .The downlaod is smooth as butter when I have a list of 7- 10 thousand records, but the execution of microflow fails when the filtered list is more than 10- 15 thousand recods .The execution abruptly stops with Contact system Administrator error. After subsequenmt hits the server got crashed beacuse of Java heap outof memory, which I found when checking the log files. As of now we have doubled the resources to server but in future , Records might increse more than 0.1 million. Help me out how to tune the below microlfow or sugestions on how to over come this issue with different solution. Thanks in Advance!!! I used a sub microflow to retrieve the filetered list which has atleast 50 thousand data. The filtered list is retrieved via a OQL java action. Note: The list is not commited any where since it will take more time to complete the flow. Please find the error log for reference : CRITICAL - ActionManager: Error in execution of monitored action '{"type":"DeleteAction"}' (execution id: 3223cc44-363c-46b9-a144-ce3903681755, execution type: CUSTOM) CRITICAL - ActionManager: java.lang.OutOfMemoryError: Java heap space at java.base/java.lang.StringCoding.decode(Unknown Source) at java.base/java.lang.String.(Unknown Source) at java.base/java.lang.String.(Unknown Source) at com.microsoft.sqlserver.jdbc.DDC.convertStreamToObject(DDC.java:757) at com.microsoft.sqlserver.jdbc.ServerDTVImpl.getValue(dtv.java:3748) at com.microsoft.sqlserver.jdbc.DTV.getValue(dtv.java:247) at com.microsoft.sqlserver.jdbc.Column.getValue(Column.java:190) at com.microsoft.sqlserver.jdbc.SQLServerResultSet.getValue(SQLServerResultSet.java:2053) at com.microsoft.sqlserver.jdbc.SQLServerResultSet.getValue(SQLServerResultSet.java:2039) at com.microsoft.sqlserver.jdbc.SQLServerResultSet.getString(SQLServerResultSet.java:2494) at org.apache.commons.dbcp2.DelegatingResultSet.getString(DelegatingResultSet.java:888) at org.apache.commons.dbcp2.DelegatingResultSet.getString(DelegatingResultSet.java:888) at com.mendix.connectionbus.connections.jdbc.executionmanagement.ResultSetToDataTableConverter.getResultSetValue(ResultSetToDataTableConverter.scala:28) at com.mendix.connectionbus.connections.jdbc.JdbcDataStore.fillDataTable(JdbcDataStore.java:354) at com.mendix.connectionbus.connections.jdbc.JdbcDataStore.execRetrieveQuery(JdbcDataStore.java:313) at com.mendix.connectionbus.connections.jdbc.JdbcDataStore.execRetrieveQueries(JdbcDataStore.java:190) at com.mendix.connectionbus.connections.jdbc.JdbcDataStore.retrieve(JdbcDataStore.java:149) at com.mendix.connectionbus.retrieve.QueryRequestExecutor.executeQueriesForLocal(QueryRequestExecutor.scala:102) at com.mendix.connectionbus.retrieve.QueryRequestExecutor.executeQueries(QueryRequestExecutor.scala:35) at com.mendix.connectionbus.retrieve.QueryRequestExecutor.execute(QueryRequestExecutor.scala:27) at com.mendix.connectionbus.retrieve.DataStoreCaller.$anonfun$processOqlGetRequest$1(DataStoreCaller.scala:45) at com.mendix.connectionbus.retrieve.DataStoreCaller$$Lambda$1420/0x0000000100b41840.apply(Unknown Source) at scala.Option.map(Option.scala:230) at com.mendix.connectionbus.retrieve.DataStoreCaller.processOqlGetRequest(DataStoreCaller.scala:42) at com.mendix.connectionbus.retrieve.DataStoreCaller.$anonfun$getResult$1(DataStoreCaller.scala:35) at com.mendix.connectionbus.retrieve.DataStoreCaller$$Lambda$938/0x0000000100985840.apply(Unknown Source) at scala.collection.TraversableLike.$anonfun$flatMap$1(TraversableLike.scala:245) at scala.collection.TraversableLike$$Lambda$598/0x000000010077b840.apply(Unknown Source) at scala.collection.IndexedSeqOptimized.foreach(IndexedSeqOptimized.scala:36) at scala.collection.IndexedSeqOptimized.foreach$(IndexedSeqOptimized.scala:33) at scala.collection.mutable.WrappedArray.foreach(WrappedArray.scala:38) at scala.collection.TraversableLike.flatMap(TraversableLike.scala:245) CRITICAL - M2EE: Java heap space ERROR - M2EE: An error occurred while executing action 'start'. ERROR - M2EE: com.mendix.m2ee.api.AdminException: at com.mendix.m2ee.appcontainer.server.handler.HttpAdminHandler.handle(HttpAdminHandler.java:160) Caused by: java.lang.OutOfMemoryError: Java heap space at java.base/java.lang.StringCoding.decode(Unknown Source) at java.base/java.lang.String.(Unknown Source) at java.base/java.lang.String.(Unknown Source) at com.microsoft.sqlserver.jdbc.DDC.convertStreamToObject(DDC.java:757) at com.microsoft.sqlserver.jdbc.ServerDTVImpl.getValue(dtv.java:3748) at com.microsoft.sqlserver.jdbc.DTV.getValue(dtv.java:247) at com.microsoft.sqlserver.jdbc.Column.getValue(Column.java:190) at com.microsoft.sqlserver.jdbc.SQLServerResultSet.getValue(SQLServerResultSet.java:2053) at com.microsoft.sqlserver.jdbc.SQLServerResultSet.getValue(SQLServerResultSet.java:2039) at com.microsoft.sqlserver.jdbc.SQLServerResultSet.getString(SQLServerResultSet.java:2494) at org.apache.commons.dbcp2.DelegatingResultSet.getString(DelegatingResultSet.java:888) at org.apache.commons.dbcp2.DelegatingResultSet.getString(DelegatingResultSet.java:888) at com.mendix.connectionbus.connections.jdbc.executionmanagement.ResultSetToDataTableConverter.getResultSetValue(ResultSetToDataTableConverter.scala:28) at com.mendix.connectionbus.connections.jdbc.JdbcDataStore.fillDataTable(JdbcDataStore.java:354) at com.mendix.connectionbus.connections.jdbc.JdbcDataStore.execRetrieveQuery(JdbcDataStore.java:313) at com.mendix.connectionbus.connections.jdbc.JdbcDataStore.execRetrieveQueries(JdbcDataStore.java:190) at com.mendix.connectionbus.connections.jdbc.JdbcDataStore.retrieve(JdbcDataStore.java:149) at com.mendix.connectionbus.retrieve.QueryRequestExecutor.executeQueriesForLocal(QueryRequestExecutor.scala:102) at com.mendix.connectionbus.retrieve.QueryRequestExecutor.executeQueries(QueryRequestExecutor.scala:35) at com.mendix.connectionbus.retrieve.QueryRequestExecutor.execute(QueryRequestExecutor.scala:27) at com.mendix.connectionbus.retrieve.DataStoreCaller.$anonfun$processOqlGetRequest$1(DataStoreCaller.scala:45) at com.mendix.connectionbus.retrieve.DataStoreCaller$$Lambda$1420/0x0000000100b41840.apply(Unknown Source) at scala.Option.map(Option.scala:230) at com.mendix.connectionbus.retrieve.DataStoreCaller.processOqlGetRequest(DataStoreCaller.scala:42) at com.mendix.connectionbus.retrieve.DataStoreCaller.$anonfun$getResult$1(DataStoreCaller.scala:35) at com.mendix.connectionbus.retrieve.DataStoreCaller$$Lambda$938/0x0000000100985840.apply(Unknown Source) at scala.collection.TraversableLike.$anonfun$flatMap$1(TraversableLike.scala:245) at scala.collection.TraversableLike$$Lambda$598/0x000000010077b840.apply(Unknown Source) at scala.collection.IndexedSeqOptimized.foreach(IndexedSeqOptimized.scala:36) at scala.collection.IndexedSeqOptimized.foreach$(IndexedSeqOptimized.scala:33) at scala.collection.mutable.WrappedArray.foreach(WrappedArray.scala:38) at scala.collection.TraversableLike.flatMap(TraversableLike.scala:245) INFO - Core: Mendix Runtime is shutting down now... INFO - Core: Mendix Runtime is now shut down. INFO: The application has been stopped successfully. INFO: stopping app...
↧
↧
Version Upgrade issues from 7.11.0 to 7.23.8 -- > com.mendix.core.CoreException: com.mendix.modules.microflowengine.MicroflowException: Failed to commit
Hello, We are facing unexpected error with the Failed to commit issues in upgraded version from 7.11.0 to 7.23.8, this is already upgraded from 6.8.1 to 7.11.0. Below are the error details and stacktrace, facing the same issue in multiple object commits. ERROR: com.mendix.core.CoreException: com.mendix.modules.microflowengine.MicroflowException: Failed to commit at XXXXX XXXXXX (Commit : 'Commit 'XXXXX ' ') at XXXXX .XXXXX (SubMicroflow : 'XXXXX ') at XXXXX .XXXXX (SubMicroflow : 'XXXXX ') at XXXXX.XXXXX(SubMicroflow : 'XXXXX') Advanced stacktrace: at com.mendix.basis.component.InternalCoreBase.execute(InternalCoreBase.java:389) Caused by: com.mendix.modules.microflowengine.MicroflowException: Failed to commit at XXXXX.XXXXX(Commit : 'Commit 'XXXXX' ') at XXXXX.XXXXX(SubMicroflow : 'XXXXX') at XXXXX.XXXXX(SubMicroflow : 'XXXXX') at XXXXX.XXXXX(SubMicroflow : 'XXXXX') Advanced stacktrace: at com.mendix.modules.microflowengine.MicroflowUtil.processException(MicroflowUtil.java:146) Caused by: com.mendix.core.CoreRuntimeException: Failed to commit at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:155) Caused by: com.mendix.core.CoreRuntimeException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.connectionbus.ConnectionBusRuntimeException: Value of auto-number attribute 'UniqueId' not available, could be caused by insufficient access rights to serialize the mendix object to the client. Either give the current user role read rights on this attribute or commit the object before it's returned to the client. at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:125) Caused by: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.connectionbus.ConnectionBusRuntimeException: Value of auto-number attribute 'UniqueId' not available, could be caused by insufficient access rights to serialize the mendix object to the client. Either give the current user role read rights on this attribute or commit the object before it's returned to the client. at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:159) Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.connectionbus.ConnectionBusRuntimeException: Value of auto-number attribute 'UniqueId' not available, could be caused by insufficient access rights to serialize the mendix object to the client. Either give the current user role read rights on this attribute or commit the object before it's returned to the client. at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36) Caused by: com.mendix.connectionbus.ConnectionBusRuntimeException: Value of auto-number attribute 'UniqueId' not available, could be caused by insufficient access rights to serialize the mendix object to the client. Either give the current user role read rights on this attribute or commit the object before it's returned to the client. at com.mendix.connectionbus.store.CreateHandler.fillDataTable(CreateHandler.java:133) at com.mendix.connectionbus.store.CreateHandler.addCreateDataTable(CreateHandler.java:69) at com.mendix.connectionbus.store.CreateHandler.getCreateDataTables(CreateHandler.java:60) at com.mendix.connectionbus.store.EntityStorer.handleCreateRequest(EntityStorer.java:203) at com.mendix.connectionbus.store.EntityStorer.handleRequest(EntityStorer.java:142) at com.mendix.connectionbus.store.EntityStorer.store(EntityStorer.java:70) at com.mendix.connectionbus.RequestAnalyzer.doRequest(RequestAnalyzer.java:78) at com.mendix.connectionbus.ConnectionBusImpl.doRequest(ConnectionBusImpl.java:469) at com.mendix.basis.action.user.CommitAction.commit(CommitAction.scala:130) 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:79) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:57) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:55) 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:155) at com.mendix.basis.actionmanagement.ActionManagerBase.executeInTransactionSync(ActionManagerBase.java:118) at com.mendix.basis.component.CommitHandler.$anonfun$storeObjectsAndAutoCommittedObjects$1(CommitHandler.scala:169) at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:237) at scala.collection.immutable.List.foreach(List.scala:392) at scala.collection.TraversableLike.map(TraversableLike.scala:237) at scala.collection.TraversableLike.map$(TraversableLike.scala:230) at scala.collection.immutable.List.map(List.scala:298) at com.mendix.basis.component.CommitHandler.storeObjectsAndAutoCommittedObjects(CommitHandler.scala:167) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:127) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:109) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:7) at com.mendix.basis.component.CommitHandler.commitWithEvents(CommitHandler.scala:68) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:48) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:47) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:7) at com.mendix.basis.component.CommitHandler.commit(CommitHandler.scala:24) at com.mendix.basis.component.CommitHandler.commit$(CommitHandler.scala:24) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:7) at com.mendix.modules.microflowengine.actions.mxobject.CommitAction.execute(CommitAction.scala:32) at com.mendix.modules.microflowengine.actions.mxobject.CommitAction.execute(CommitAction.scala:16) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:201) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:157) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:79) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:57) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:55) 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:155) at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:493) at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:51) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:201) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:157) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:79) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:57) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:55) 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:155) at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:493) at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:51) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:201) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:157) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:79) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:57) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:55) 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:155) at com.mendix.basis.component.InternalCoreBase.executeSync(InternalCoreBase.java:493) at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:51) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:201) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:157) at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:46) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.doCall(CoreActionHandlerImpl.scala:79) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:57) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:55) 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:155) at com.mendix.basis.component.InternalCoreBase.execute(InternalCoreBase.java:383) at com.mendix.basis.component.InternalCoreBase.execute(InternalCoreBase.java:398) at com.mendix.webui.actions.client.ExecuteMicroflowAction.runMicroflow(ExecuteMicroflowAction.scala:46) at com.mendix.webui.actions.client.ExecuteMicroflowAction.apply(ExecuteMicroflowAction.scala:32) at com.mendix.webui.actions.client.ExecuteMicroflowAction.apply(ExecuteMicroflowAction.scala:15) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$4(RegularClientAction.scala:46) at com.mendix.webui.requesthandling.helpers.StateHandling.withState(StateHandling.scala:33) at com.mendix.webui.requesthandling.helpers.StateHandling.withState$(StateHandling.scala:21) at com.mendix.webui.actions.client.RegularClientAction.withState(RegularClientAction.scala:21) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$3(RegularClientAction.scala:44) at scala.util.Try$.apply(Try.scala:213) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$2(RegularClientAction.scala:44) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$2$adapted(RegularClientAction.scala:42) at com.mendix.webui.requesthandling.helpers.ContextHandling.$anonfun$inContext$4(ContextHandling.scala:41) at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23) at com.mendix.basis.actionmanagement.IMonitoredAction$$anon$1.execute(IMonitoredAction.scala:47) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.basis.actionmanagement.IMonitoredAction.monitor(IMonitoredAction.scala:49) at com.mendix.basis.actionmanagement.IMonitoredAction.monitor$(IMonitoredAction.scala:25) at com.mendix.webui.requesthandling.helpers.ContextHandling$ClientMonitoredAction.monitor(ContextHandling.scala:49) at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext(ContextHandling.scala:41) at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext$(ContextHandling.scala:27) at com.mendix.webui.actions.client.RegularClientAction.inContext(RegularClientAction.scala:21) at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext(ContextHandling.scala:24) at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext$(ContextHandling.scala:19) at com.mendix.webui.actions.client.RegularClientAction.inContext(RegularClientAction.scala:21) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$1(RegularClientAction.scala:42) at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23) at com.mendix.webui.requesthandling.helpers.ProfileHandling.profileRequest(ProfileHandling.scala:14) at com.mendix.webui.requesthandling.helpers.ProfileHandling.profileRequest$(ProfileHandling.scala:10) at com.mendix.webui.actions.client.RegularClientAction.profileRequest(RegularClientAction.scala:21) at com.mendix.webui.actions.client.RegularClientAction.execute(RegularClientAction.scala:39) at com.mendix.webui.requesthandling.ClientRequestHandler.handleAction(ClientRequestHandler.scala:124) at com.mendix.webui.requesthandling.ClientRequestHandler.processRequest(ClientRequestHandler.scala:101) at com.mendix.externalinterface.connector.RequestHandler.doProcessRequest(RequestHandler.java:40) at com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:72) at com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:69) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32) at com.mendix.external.connector.MxRuntimeConnector.processRequest(MxRuntimeConnector.java:75) at com.mendix.basis.impl.MxRuntimeImpl.processRequest(MxRuntimeImpl.java:909) at com.mendix.m2ee.appcontainer.server.handler.RuntimeHandler.service(RuntimeHandler.java:42) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:867) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:542) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1588) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1557) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132) at org.eclipse.jetty.server.Server.handle(Server.java:502) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:364) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:260) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:118) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:765) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:683) at java.lang.Thread.run(Thread.java:748)
↧
Merge problems while migrating from 7 to 8
I am migrating an application from mendix 7.23.8 to mendix 8.6.2. I created a branch from main, upgraded the branch and executed regression tests. Everything works fine, but merge to main does not seem possible. I opened mainline using Mendix 8.6.2. No commits were done in the main line, so main was still in mendix 7.23.8. Opening main in Mendix 8.6.2 forces mainline to convert to 8.6.2 and svn to upgrade. This finished normally. Then i tried to merge all changes from the mendix 8 conversion branch to main, but now i am faced with over 1000 errors, a lot of merge conflicts and duplicate appstore modules. I tried many solutions, like a partial merge and manual solution of conflicts. None got anywhere near reliable results. The only scenario that worked for me: - open mainline in Mendix 7.23.8. In place conversion takes place and svn gets upgraded. - commit nothing, close mendix studio. - open SmartSVN and revert all changes. - merge the mendix 8 branch to main using SmartSVN. Result: no conflicts and a seamless merge. Is this normal? I do not think this is how it is supposed to work, is it? Am i doing something wrong?
↧
Appranto Validator Query?
I have a requirement to add Vehicles . if I Proceed with Incomplete Vehicle , am using Appranto Validator to validate the required Fields. I have set a validations for a required fields in a microflow . But I can see the red border for the fields which are optional. Please find the Screenshot for reference . In the above screenshot minor colour, trim and VN are optional , but upon validation I can see the red border . One more thing is How can I remove the validations under fields as I need to show all as botton validations list in the above Screenshot
↧