-
Task
-
Resolution: Unresolved
-
Major
-
None
-
2.4.0.CR1
-
None
I am trying to investigate migration of ILOG rules in to JBOSS(Drools)..
My ILOG Rules source code are .brl & .dta. I tried command as below
windup --sourceMode --input C:\temp\rule --output C:\temp\windupreport1 --source websphere --target eap6
but not any information about .. Ashish Vyas
XML rule artifact files have the following extension: .rulepackage, .brl, .dta, .dtr, .fct, .rfl, .trl, .var, .brt, .qry.
The "main" .ruleproject file example:
<?xml version="1.0" encoding="UTF-8"?> <model.base:RuleProject xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:model.base="http://ilog.rules.studio/model/base.ecore" xmlns:model.bom="http://ilog.rules.studio/model/bom.ecore" xmlns:model.xom="http://ilog.rules.studio/model/xom.ecore"> <name>rproject</name> <uuid>_srANAD1JEdqCPM8pR7aTDA</uuid> <outputLocation>output</outputLocation> <categories>any</categories> <paths xsi:type="model.xom:XOMPath" pathID="XOM"/> <paths xsi:type="model.bom:BOMPath" pathID="BOM"/> <modelFolders xsi:type="model.base:SourceFolder"> <name>rules</name> </modelFolders> <modelFolders xsi:type="model.bom:BOMFolder"> <name>bom</name> </modelFolders> </model.base:RuleProject>