I am creating a java action to subscribe to a IBM MQ topic using JMS. The java action compiles and I am able to run the project. When I invoke the method to create the context for the JMS.ConnectionFactory I am getting the following error: java.lang.NoSuchMethodError: com.ibm.msg.client.jms.JmsConnectionFactory.createContext()Ljavax/jms/JMSContext; at webspheremq.actions.StartConsumers.executeAction(StartConsumers.java:65) at webspheremq.actions.StartConsumers.executeAction(StartConsumers.java:1) 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:26) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.actionmanagement.UserActionCallBuilderImpl.execute(UserActionCallBuilderImpl.scala:30) at com.mendix.modules.microflowengine.actions.actioncall.JavaAction.execute(JavaAction.scala:56) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.$anonfun$execute$1(MicroflowObject.scala:32) at scala.Option.flatMap(Option.scala:283) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.scala:29) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.$anonfun$executeAfterBreakingIfNecessary$2(MicroflowImpl.scala:172) at scala.Option.flatMap(Option.scala:283) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.scala:172) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.scala:119) 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:26) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.actionmanagement.MicroflowCallBuilderImpl.execute(MicroflowCallBuilderImpl.scala:40) at com.mendix.webui.actions.client.ExecuteMicroflowAction.runMicroflow(ExecuteMicroflowAction.scala:76) at com.mendix.webui.actions.client.ExecuteMicroflowAction.$anonfun$apply$3(ExecuteMicroflowAction.scala:42) at com.mendix.webui.actions.client.RegularClientAction$Helpers$.$anonfun$liftEither$1(RegularClientAction.scala:29) at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.$anonfun$apply$4(RegularClientAction.scala:55) at com.mendix.webui.requesthandling.helpers.StateHandling.withState(StateHandling.scala:37) at com.mendix.webui.requesthandling.helpers.StateHandling.withState$(StateHandling.scala:34) at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.withState(RegularClientAction.scala:45) at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.apply(RegularClientAction.scala:53) at com.mendix.webui.actions.client.RegularClientAction$Helpers$StateHandler.apply(RegularClientAction.scala:45) at com.mendix.webui.actions.client.ExecuteMicroflowAction.apply(ExecuteMicroflowAction.scala:43) at com.mendix.webui.actions.client.ExecuteMicroflowAction.apply(ExecuteMicroflowAction.scala:22) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$3(RegularClientAction.scala:109) at scala.util.Try$.apply(Try.scala:210) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$2(RegularClientAction.scala:109) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$2$adapted(RegularClientAction.scala:107) at com.mendix.webui.requesthandling.helpers.ContextHandling.$anonfun$inContext$5(ContextHandling.scala:47) at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18) at com.mendix.basis.actionmanagement.IMonitoredAction$$anon$1.execute(IMonitoredAction.scala:47) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:26) 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:59) at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext(ContextHandling.scala:47) at com.mendix.webui.requesthandling.helpers.ContextHandling.inContext$(ContextHandling.scala:27) at com.mendix.webui.actions.client.RegularClientAction.inContext(RegularClientAction.scala:86) 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:86) at com.mendix.webui.actions.client.RegularClientAction.$anonfun$execute$1(RegularClientAction.scala:107) at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.scala:18) 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:86) at com.mendix.webui.actions.client.RegularClientAction.execute(RegularClientAction.scala:104) at com.mendix.webui.requesthandling.ClientRequestHandler.handleAction(ClientRequestHandler.scala:105) at com.mendix.webui.requesthandling.ClientRequestHandler.processRequest(ClientRequestHandler.scala:82) at com.mendix.externalinterface.connector.RequestHandler.doProcessRequest(RequestHandler.java:46) at com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:76) at com.mendix.external.connector.MxRuntimeConnector$1.execute(MxRuntimeConnector.java:73) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:26) at com.mendix.external.connector.MxRuntimeConnector.processRequest(MxRuntimeConnector.java:79) at com.mendix.basis.impl.MxRuntimeImplBase.processRequest(MxRuntimeImplBase.java:857) at com.mendix.m2ee.appcontainer.server.handler.RuntimeServlet.service(RuntimeServlet.java:42) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:791) at org.eclipse.jetty.servlet.ServletHandler$ChainEnd.doFilter(ServletHandler.java:1626) at org.eclipse.jetty.websocket.server.WebSocketUpgradeFilter.doFilter(WebSocketUpgradeFilter.java:228) at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1435) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1350) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) at org.eclipse.jetty.server.Server.handle(Server.java:516) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:279) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:383) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:882) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1036) at java.base/java.lang.Thread.run(Thread.java:834) I have added the following jars to the userlib: javax.jms-api-2.0 javax.jms com.ibm.mq.allclient-9.2.2.0 Here is the code that was used in the java action public java.lang.Boolean executeAction() throws Exception {
this.Subscriber = __Subscriber == null ? null
: webspheremq.proxies.Subscriber.initialize(getContext(), __Subscriber);
//Sets the connection variables from a mendix object that is passed to the javaaction.
//This is working as expected
mqConnectionVariables(this.Subscriber);
TextListener topicListener = null;
JMSContext context = null;
Topic topic = null;
JMSConsumer subscriber = null;
JmsConnectionFactory connectionFactory;
try {
//Have been able to create the JmsConnectionFactory and set the JMSProperties
connectionFactory = createJmsConnectionFactory();
setJMSProperties(connectionFactory);
LOGGER.info("created connection factory---");
try {
//Fails with java.lang.NoSuchMethodError
context = connectionFactory.createContext();
LOGGER.info("context created");
} catch (Exception e) {
// TODO Auto-generated catch block
LOGGER.error(e);
}
} catch (Exception e1) {
// TODO Auto-generated catch block
LOGGER.error("Connection factory error: " + e1);
}
topic = context.createTopic("topic://" + TOPIC_NAME);
LOGGER.info("destination created");
subscriber = context.createDurableConsumer(topic, SUBSCRIBER_NAME);
LOGGER.info("consumer created");
LOGGER.info("Text listener");
topicListener = new TextListener();
topicListener.setMicroflowName(MESSAGE_MICROFLOW);
LOGGER.info("Set message Text listener");
subscriber.setMessageListener(topicListener);
context.start();
return true;
// END USER CODE
} Any thoughts on why the java.lang.NoSuchMethodError would be firing if I have included all the necessary jar files for JMS?
↧
JMS Create Context returns java.lang.NoSuchMethodError
↧
GridSearch widget for Mendix 9
I am evaluating migrating to Mendix 9 but the DataGrid 2 is not mature enough to replace our current combination of list views with some additional features from the list view controls widget and the gridsearch widgets. It seems however the gridsearch widget is broken in Mendix 9, more specifically the dynamic drop downs are broken. The options in the drop down are not loaded anymore. I did some digging and it turns out a change was on in the Mendix javascript causing this issue. In Mendix 8 the ‘_initdatasource’ of the mxui.widget.SearchInput widget looks like this: _initDataSource: function() {
this.datasource && "xpath" === this.datasource.type && (this._datasource = new h(j.mixin({}, {
entity: this.entity,
attributes: [this._attribute],
context: this.mxcontext,
distinct: !0,
wantCount: !1,
friendlyId: this.friendlyId
}, this.datasource.params)))
}, In Mendix 9 however it looks like this: _initDataSource: function() {
this.datasource && "database" === this.datasource.type && (this._datasource = new d(C.mixin({}, {
entity: this.entity,
attributes: [this._attribute],
context: this.mxcontext,
distinct: !0,
wantCount: !1,
friendlyId: this.friendlyId
}, this.datasource.params)))
}, Because our data source type = xpath the this._datasource is not filled anymore and this seems to be causing the issue that the options of the dynamic drop down are no longer filled. Does anyone have any idea how this can be solved?
↧
↧
Sticky Datagrid Header
Hello, does anyone know of a way to alter the SasS file to allow for sticky headers on datagrids when scrolling? The goal is to be able to scroll down to see more data, and still see the headers. If there are any other solutions to this issue, please share. Thank you. Using version Studio Pro 8.18.1
↧
Unable to add new users, username and userrole is greyed out
Hello all, I want to let the manager (user role) add other users, so I tried using the pages from administration module under app store, When I am signed in with an account with administrator user role then everything is working fine. If I am using account with any other use roles I unable to edit the User name field or select a user role.. I have cross checked the project and module security. I have also tried to use Mendix SSO from app store.. Still it has the same issue…
↧
Twilio Module for Mx9
Hi all, We’re using the Twilio Module for SMS messaging. We’ve upgraded to Mx 9.4.0 but unfortunately, get a java error when compiling java to run. My knowledge lacks in this area and the Twilio Module has community support, does anyone have any advise on how to fix this, I will also reach out to the creator of the module and do some googling. Buildfile: C:\Users\gs\Documents\Mendix\What Matters Most Pilot-main\deployment\build_core.xml compile: [javac] Compiling 55 source files to C:\Users\gs\Documents\Mendix\What Matters Most Pilot-main\deployment\run\bin [javac] C:\Users\gs\Documents\Mendix\What Matters Most Pilot-main\javasource\twilioconnector\actions\SendSMS_JA.java:34: error: cannot find symbol [javac] Boolean sendSMS = Microflows.sendSMS(this.getContext(), SMSParamParameter1); [javac] ^ [javac] symbol: variable SMSParamParameter1 [javac] location: class SendSMS_JA [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 1 error BUILD FAILED C:\Users\gs\Documents\Mendix\What Matters Most Pilot-main\deployment\build_core.xml:29: Compile failed; see the compiler error output for details. Total time: 2 seconds UPDATE: And here begins the journey of learning java. This issue seems to be that the code was looking for “SMSParamParameter1” whereas the microflow had “SMSParam”. Updated the code and it compiled fine. Not sure why updating to Mx9 highlighted this, but i’ll give it a test and see if I broke anything!
↧
↧
Build Type and Native build 1.0.105 Error
i have a problem with native build with new release 1.0.105. The message is confuse, because the version i used is 1.0.105, but i can not find. and why i can choose a new build type ? (info) [main] ‘App starting...’ 2021-07-16T03:26:30.336Z: (info) [updater] ‘Checking for update’ 2021-07-16T03:26:32.558Z: (info) [updater] ‘Update for version 1.0.105 is not available (latest version: 1.0.105, downgrade is disallowed).’
↧
Microflow Scheduler App Store Module no more available
Hi, We are using Microflow Scheduler(Created by Erwin ‘t Hoen) module in one of our application. While upgrading to Mendix 9 we observed that this module is no more available on app store. Is this module remoed from app store? If yes, can someone suggest another module which can be used with minimal changes. We are using microflow scheduler to schedule micorflows to run on partcular intervals. Thanks, Vaishali
↧
Excel Sheet
Hi, How to export the data into excel sheet .Tried using export to excel (https://docs.mendix.com/howto/integration/using-the-excel-exporter) way but there are many columns so it is very time consuming to build the templates.
↧
Export to excel in datagrid 2
Hi Team, We have ‘Export to excel’ button available in datagrid. Please let me know whether similar option is available in datagrid 2? My requirement is to export the data into excel based on the column selection by the user in the datagrid 2. Regards, Megha
↧
↧
Can we do API call on any of the slider widget ?
widget Names 1)Flex slider widget 2) Slide-in slide out 3) slider The above three widgets are downloaded from the appstore . I have to call a microflow which has POST API where the information in the API should be displayed as text slider from left to right on page. Is this widget helps for calling a microflow ? If not can we have any simple other way to do it Thanks in advance.
↧
Data Grid 2
When It try to use datagrid with 9.4 version, it doesn’t load the data , pagination, etc in a column-wise. it just renders a list of all objects (data,pagination etc.) do we need to apply any styling.
↧
Dynamic Dropdown
How to design dynamic dropdown in mendix related to main & sub category Suppose in main category there are 2 options i.e. Bike & Car. If user select bike option from the dropdown in main category then sub category should display the bike names i.e. (Aprilia, Kawasaki Ninja ZX-14R,Honda CBR 1100XX Blackbird) .
↧
error while establishing a connection with OPC-UA server
Hi everyone, I want to test the OPC-UA client module and have already prepared the set up for that. When I test the server connection status it says “successful” but when I try to read or browse the nodes it throws an error. Could anyone help me out here? com.mendix.systemwideinterfaces.MendixRuntimeException: java.util.concurrent.ExecutionException: UaException: status=Bad_SessionClosed, message=The session was closed by the client. at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:156) Caused by: java.util.concurrent.ExecutionException: UaException: status=Bad_SessionClosed, message=The session was closed by the client. at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:30) Caused by: UaException: status=Bad_SessionClosed, message=The session was closed by the client. at java.base/java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395) at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1999) at opcuaclientmx.actions.OpcUaRead.executeAction(OpcUaRead.java:50) at opcuaclientmx.actions.OpcUaRead.executeAction(OpcUaRead.java:25) 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:26) at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:152) at com.mendix.basis.actionmanagement.UserActionCallBuilderImpl.execute(UserActionCallBuilderImpl.scala:30) at com.mendix.modules.microflowengine.actions.actioncall.JavaAction.execute(JavaAction.scala:56) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.$anonfun$execute$1(MicroflowObject.scala:32) at scala.Option.flatMap(Option.scala:283) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.scala:29) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.$anonfun$executeAfterBreakingIfNecessary$2(MicroflowImpl.scala:172) at scala.Option.flatMap(Option.scala:283) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.scala:172) at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.scala:119) 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.DefaultActionMonitor$.$anonfun$run$1(CustomMonitoredAction.scala:18) at com.mendix.basis.actionmanagement.IMonitoredAction$$anon$1.execute(IMonitoredAction.scala:47) at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:26) at com.mendix.basis.actionmanagement.IMonitoredAction.monitor(IMonitoredAction.scala:49) at com.mendix.basis.actionmanagement.IMonitoredAction.monitor$(IMonitoredAction.scala:25) at com.mendix.basis.actionmanagement.CustomMonitoredAction.monitor(CustomMonitoredAction.scala:22) at com.mendix.basis.actionmanagement.DefaultActionMonitor$.run(CustomMonitoredAction.scala:18) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.runMonitoredAction(CoreActionHandlerImpl.scala:60) at com.mendix.basis.actionmanagement.CoreActionHandlerImpl.call(CoreActionHandlerImpl.scala:47) at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:54) at com.mendix.basis.actionmanagement.ActionManager.$anonfun$execute$1(ActionManager.scala:118) at scala.concurrent.Future$.$anonfun$apply$1(Future.scala:672) at scala.concurrent.impl.Promise$Transformation.run(Promise.scala:431) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834) Caused by: status=Bad_SessionClosed, description=The session was closed by the client. at org.eclipse.milo.opcua.sdk.client.session.SessionFsmFactory.lambda$configureInactiveState$1(SessionFsmFactory.java:160) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:834)
↧
↧
Mendix store system member email
I need to display the last changed by information for a datagrid. When i select system member as changed by for the entity and add column. Upon selecting data attribute, the user entity by default has name, active, last login info etc. is it possible to retrieve the user email also if we wish to show the last editors email?
↧
404 - file not found for file: styles/web/sass/fonts when the files are all there
When I Run my app locally I get this error when hitting the save button on one of my pop-ups. I checked for the file on my desktop in the \theme\styles\web\sass\fonts folder for this branch and all the fonts are there. Has anyone come across this error before? I can’t seem to find anything on this in the Help. I’m using Mendix Studio Pro 8.18.1 404 - file not found for file: styles/web/sass/fonts/siemenssans-roman-webfont.woff
↧
Why is the Regex expression not matching accordingly?
Hi I’ve created a custom regex at https://regex101.com/ which should match a special set of characters; !"`'#%&,:;<>=@{}~$()*+?. This gives the Regex expression: [!"`'#%&,:;<>=@{}~$()*+?\[\]\^\|]+ An example string : “!code” gets matched accordingly to the pattern (it contains “!”). When I use this pattern in Mendix with the “isMatch” function, to know whether a String has special characters,ike isMatch($String,'[!"`''''#%&,:;<>=@{}~$()*+?\[\]\^\|]+') In Mendix the example string “!code” gets NOT MATCHED, while it should be (it contains “!”). This brings me to the question, why is the regex pattern working on the regex site and not in Mendix? Is there something I missed? Thanks, EDIT1: Using same regex as Regex expression in a Entity validation rule DOES MATCH the example string, strange.
↧
Deep Link Configuration
Hi, I would like to configure the Deep Link module as per below scenario : User will click the ‘here’ link in the email After user click the email, it will shows the page (A) that they need to respond User need to sign in first After sign in, the page redirect to the page (A) they need to respond But right now the issue are as per below : User will click the ‘here’ link in the email After user click the email, it will shows the page (A) that they need to respond User need to sign in first After sign in, the page redirect to homepage instead of the page (A) they need to respond
↧
↧
How to make reusable UI in Mendix?
Hi team! hope you all are doing great I wanted to re-use the same UI of one application to some of my another apps. What is the best method to achieve this? Thanks in advance!
↧
String to Enumeration Conversion
We are trying to convert String to enumeration dynamically.To use those enumeration values in the dropdowns for mendix Native mobile application.I tried to create a java action for the conversion of string to enum but its not working.Is there a workaround for the same – for concersion of string to enum and displayiong the values from enum to mendix native app.We are getting the data from SAP ODATA service in the string form.
↧
Change text based on drop down selection
Hi, is it possible to change text based on drop down selection value? So it dropdown is ex: A, then text should change to Apple , else remain as it is?
↧