I have an ilog jrules execution server 7.1 installed. and I want to deploy a ruleApp that contains xom based on java jars. I don't know where can I package my resources jar for the ilog server? when i deploy it from the rule designer it doesn't package the xom jars, and I get this exception when trying to retrieve the wsdl: "this ruleset cannot be parsed, It used Java XOM with complex types, which is not supported by the hosted transparent decision service"
how to deploy a ruleApp contains xom that based on java jars to ilog execution server
1.1k views Asked by Brachi At
2
There are 2 answers
1
Akram GARGOURI
On
- From your development envirement, you can right click on the rules project (in rule studio) and choose deploy XOM to the RES server
OR
- You can connect to the RES console (the default webapp to administrate rules execution server: default url is YOUR_SERVER:YOUR_PORT/res) and add a ressource manually (in your case a zip containing the *.class compiled YOUR_LIB.zip)
==> You will get a ressource in your res console named YOUR_LIB.zip (usually versionned)
THEN
From your RES console, select your rule app -> Your Ruleset and add an URI to your ruleset (choose the library uploaded as URI: YOUR_LIB.zip)
Related Questions in JAVA
- I need the BIRT.war that is compatible with Java 17 and Tomcat 10
- Creating global Class holder
- No method found for class java.lang.String in Kafka
- Issue edit a jtable with a pictures
- getting error when trying to launch kotlin jar file that use supabase "java.lang.NoClassDefFoundError"
- Does the && (logical AND) operator have a higher precedence than || (logical OR) operator in Java?
- Mixed color rendering in a JTable
- HTTPS configuration in Spring Boot, server returning timeout
- How to use Layout to create textfields which dont increase in size?
- Function for making the code wait in javafx
- How to create beans of the same class for multiple template parameters in Spring
- How could you print a specific String from an array with the values of an array from a double array on the same line, using iteration to print all?
- org.telegram.telegrambots.meta.exceptions.TelegramApiException: Bot token and username can't be empty
- Accessing Secret Variables in Classic Pipelines through Java app in Azure DevOps
- Postgres && statement Error in Mybatis Mapper?
Related Questions in WSDL
- Using SOAP with WSDL in python with the suds-py3 library: Why doesn't it show me anything when I use the following code?
- Python Zeep XML - 0 float value changes type shape
- Soap Headers using cxf-codegen-plugin
- Does PHP SoapClient creates XML to be sent to webservice end point, based on WSDL file, while using CURL the XML should be manually created?
- Apache CXF - cannot add binary signature token to SOAP message
- Python - Zeep SOAP request with Header and Timestamp
- WSDL defines array of object but must assign an array of GUID Fails. Both runtime and syntax fails
- How to add client certificate data in pom.xml
- Wrap XML in Soap format in .Net 7
- How to extract the soap:address from WSDL file?
- How do I render wsdl with xsd extensions in react js with the information like operation method sample request and sample response
- i want to generate a sample request and response for a operation from a wsdl in java , i have soap-ws but it need wsdl url , but i need something w
- How to consume RPC encoded WSDL in JAX-WS 2+
- How to call SOAP method from ASP.NET Core controller
- xml request is not created as expected
Related Questions in ILOG
- IBM ILOG CPLEX REST API
- how to compute a dexpr algorithmically in ILOG CPLEX
- How to get rid of : Scripting runtime error: cannot convert to a number, "[a IloNumExpr]" error
- error Index out of bound for array in ilog opl cplex
- read from excel file in CPLEX Studio, cell contain a list
- Exception from IBM ILOG concert: can not read data from excel
- two step vehicle routing problem with pickup and delivery
- IBM CPLEX ILOG Error : "Excel: size of the range is not the size of the array"
- How to connect C-PLEX 12.8 with MATLAB 2016.a.?
- Reversing indices of decision variable in a costraint ilog cplex
- Is there a way to initialise a binary variable in C# using CPLEX ILOG Concert
- Problem with reading Excel file in CPLEX OPL
- Why am I getting a seg fault with ILOG CP Optimizer
- IBM CPLEX - Warehouse location CP
- Why I receive an error when I apply "while" in cplex concert technology in c++?
Related Questions in XOM
- Why is the output different when serializing to different streams? (Java)
- Importing nu.xom.*;
- How to get regex into XPath expressions via nu.XOM API?
- UnknownHostException after the attempt of reading a XML file
- Unable to parse element attribute with XOM
- How to restrict an ENTITY tag in xml file using xsd
- How to access a child Element of a node that is not an XML tag in XOM?
- Inserting new node in XOM to an XML document at a specified Index; using insertChild() method
- How to use XOM to query and manipulate XML tags converted from srcml
- How to set an xml declaration in XOM use Java?
- Time and memory efficient java XPath parser
- How to get a value from a XML with namespace but without prefix in Java?
- Create xom Document from an xml string fragment containing namespace prefixes
- how to return serialized XML file (XOM document), so that i can display it in browser?
- JRules/WODM Dependencies or XOM Library
Related Questions in JRULES
- IBM ODM rule designer comparing 2 collections items
- Referencing and deploying ILOG jrules jars within XOM of an IBM ODM rule
- ClassCastException String vs Enum when using Static Domain in IBM ODM
- Is there any way to obtain the fired row of the decision table in ODM 8.10?
- How to import an existing iLog rules jar into eclipse?
- Retrieve the decision table in readable format from ODM Decision Center using Java code/API
- Generate an ID (non-editable by user) for a new row created in decision table
- Input values in one decision table should appear as drop down in another decision table
- Limitations for JRules decision table
- How to determine if an object is an instance of a certain class in IBM Rules Designer/ODM?
- How to find how many rules are associated with a rule task in IBM ODM/Rule Designer 8.8.1?
- Memory issue while running WODM (JRULES)
- CORBA MARSHAL 0x4942f896, Unable to read value from underlying bridge : ClassNotFoundException
- Exception while running JRULES
- Debugging (setting break point) Ilog Jrules in evaluation part
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
The ruleApp will not contain XOM objects - it contains only the BOM objects and rules. You will need to package your XOM objects into a WAR file that's deployed as a web app on your app server.