Last modified by Erik Bakker on 2025/02/25 16:09

From version 11.1
edited by Erik Bakker
on 2022/07/27 14:09
Change comment: There is no comment for this version
To version 13.1
edited by Erik Bakker
on 2022/07/27 14:13
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -8,7 +8,7 @@
8 8  
9 9  To take benefit from this, eMagiz has released this version to take the first steps in this direction. Below are some more details and instructions to use this new version. Please read these carefully.
10 10  
11 -{{warning}} This version removes the web service layer from the eMagiz Mendix Connector. Mendix now connects to the eMagiz bus directly using Java Actions in microflows. The first upgrade to this new version may take more time for development and testing than previous updates of the eMagiz Mendix Connector. After that, however, it should be easier in use for both Mendix and eMagiz developers. {{/warning}}
11 +{{warning}}This version removes the web service layer from the eMagiz Mendix Connector. Mendix now connects to the eMagiz bus directly using Java Actions in microflows. The first upgrade to this new version may take more time for development and testing than previous updates of the eMagiz Mendix Connector. After that, however, it should be easier in use for both Mendix and eMagiz developers.{{/warning}}
12 12  
13 13  Please find the package on the usual location: Under Deploy --> On-premise --> Runtime downloads tab
14 14  
... ... @@ -27,7 +27,7 @@
27 27  2. Locate the name of the queue that interacts with Mendix web service currently in place
28 28  2. Remove the Web service components in the Mendix model
29 29  3. At the point where this web service component was called, replace it with the appropriate Java action from the Connector module. Use the queue name located in step 1
30 -4. Use the configuration items of the Java action as described in the approriate [[microlearnings>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.Mendix Connectivity.WebHome||target="blank"]]
30 +4. Use the configuration items of the Java action as described in the approriate [[microlearnings>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.Mendix connectivity.WebHome||target="blank"]]
31 31  6. Test if the messages are properly working
32 32  
33 33  **Key considerations**
... ... @@ -56,7 +56,7 @@
56 56   - Standard eMagiz bus exceptions are recognized and converted into Mendix exceptions.
57 57  - Improved way of working with synchronous exits and entries in combination with the import and export mapping (or the absence of them)
58 58  
59 -{{info}} Note that this is a brief description of how to migrate from 3.0.0 to a higher version of the eMagiz Mendix Connector. For a full migration path from 4.2.0 towards 5.X.0 please see this [[migration path>>doc:Main.eMagiz Support.Migration Paths.migration-path-emagiz-mendix-connector-4.2.0-to-5.0.0.WebHome||target="blank"]] {{/info}}
59 +{{info}}Note that this is a brief description of how to migrate from 3.0.0 to a higher version of the eMagiz Mendix Connector. For a full migration path from 4.2.0 towards 5.X.0 please see this [[migration path>>doc:Main.eMagiz Support.Migration Paths.migration-path-emagiz-mendix-connector-4.2.0-to-5.0.0.WebHome||target="blank"]]{{/info}}
60 60  
61 61  === 5.1 Infra download, installation and starting ===
62 62