Error importing a BizAgi xpdl file into JDeveloper 1.6
Hi
I´m using jdeveloper 1.6 and when i import a process (xpdl format) from BizAgi i have a strange error - Null pointer exception.
The problem is that the converter always puts the same value "Diverging" in atribute gatewayDirection on the exclusivegateways.
<exclusiveGateway gatewayDirection="*Diverging*" name="MesmaRede" id="IDc6eb6c6020b74bbe82f87cc689831574">
This configuration keeps me giving an error when validating the process
If i change the value directly in the bpmn source from Diverging to unspecified or converging the process validates OK.
Even if i start a new clean process in jdev with the same exclusive gateway and inspect the source the attribute created has the value unspecified.
I discovered a xsl file in C:\Oracle\Middleware16\jdeveloper\jdev\extensions\tutor\xml with a bizagi patch there to change the xpdl source, but i don't have much to change.
Does anybody had this problem ??
Thanx