authenticate users based on client certificate in webservice handling
For the webservice interface we should authenticate users based on their client certificates used.When enabling certificates for incoming connections in the Mendix cloud this seems to be only on the...
View ArticleWhere are the relationships between Project user roles and Module user roles...
Hi all,I'm trying to pull a report with the relationships between Project level user roles and the Module user roles. As doing it by hand is quite a labour intensive task, I was wondering if anyone can...
View Articlejava.lang.ClassNotFoundException: javax.net.ssl.HostnameVerifier
Hi,When i startup my application in the cloud i get the following error:Aug 17 16:51:21.884 127.0.0.1 tr10000: CRITICAL - ActorSystem: Uncaught fatal error from thread...
View ArticlePage URL in combination with ForgotPassword
Currently we're using the ForgotPassword module and we've setup a URL for a page. When the session times out or when you perform a restart (not just page update) the user needs to login again. We'd...
View ArticleClose pop-up forms after session timeOut
I am facing an issue when the session Timeout occurred system will redirect the user to the login screen, meanwhile there is a blocking pop-up form still shown ? How can I close it ?
View ArticleMobile pin with anonymous users enabled
Since Mendix 6.7.0 the hybrid mobile version of Mendix has functionality to allow a user to login in using a pin code. If the project does not have anonymous users, this login screen with pin code...
View ArticleWidgets to check when migrating from Mx4 to Mx5 to Mx6
We all know the familiar blank screen after migrating an application. I realized after a second migration that I had forgotten the problematic widgets. So hence the reason for this post and may be help...
View ArticleWidget working locally but not in the cloud
I wrote a small Markdown to HTML converter widget, based on the Showdown converter. Magically, it works locally, but not in the cloud. I get the error "showdown.Converter is not a constructor".My...
View ArticleUsing dateTime() or dateTimeUTC() with variable
I was wondering why the dateTime() and dateTimeUTC() functions only except literal integers and no variable integers?E.g. dateTimeUTC(2016) works; however, if I have an object with variable...
View ArticleReference Selector not Populating my Data
From a Mendix newbie,I have defined 2 entities in my Domain Model. One is named User with attributes Title (string) and Name (string). The second is named Codes_File with attributes Code (Enum) and...
View ArticleSecurity Policy File restriction to a single jar file
Is it possible to restrict one specific jar file to a certain permission in the Security file ?
View ArticleError converting Mendix 4.7.1 to 5.18.0
HiCould anyone tell me how to solve the below issue?i am trying to convert 4.7.1 to 5.18.0. i am getting invalid entry size exception when i am trying to start application.Buildfile:...
View ArticleReference Selector OnChange event triggers infinite loop
I am working on a simple form that contains a reference selector and a list view. Basically, I would like to display data in the list view per what is selected in the reference selector. I have created...
View ArticleWebservice call behind the proxy issue
Hi, I am trying make webservice call behind the proxy. I configured "Extra JVM paramters" under the project-setting/edit configuration/ ex: -Dhttps.proxyHost=58.2.40.198 -Dhttps.proxyPort=3120 But...
View ArticleReport parameters filtration
Hi, I'm trying to create a report with some filters, first of all , I created a report, using mendix reports, all works fine, when i'm trying to add filter(enum field for ex) in that report, page with...
View ArticleDisplay info in Menu bar
Hi,In my app I have different local accounts (administration.account). I want to display some info of the current logged in user at the menu bar instead of 'Mendix AppSwitcher' and 'Mendix Profile...
View ArticleMultitenant scheduled event
In a multitenant environment a certain background job calls community commons executeAsUser because the microflows have 'Apply entity access' enabled and this must absolutely be executed as a user.The...
View ArticleExternal JAR's in Build Path disappear on refresh
For a project I want to make use of the Google Drive API. This means I have to import multiple .jar files in Eclipse to use in the Java actions. When adding the .jar files through the configure Build...
View ArticleCustom widget
Hi,I have created a custom widget and i have included content types such as Html,JavaScript,JavaScript with jQuery in it .when i'm trying to implement some action using Html code or JavaScript code or...
View Article