Why is my custom connector in the wrong category?

1
0
-1

Hello,

We're making a custom java connector that for some reason shows up in the 'Other' cathegory when imported instead of the AIRC category.
We are using Bonita Open Solution 5.9.1 and cannot update due to compatibility issues with other software...

This is the .xml file for that connector:

<connector>
<connectorId>Marco</connectorId>
<version>0.1</version>
<icon>AIRC.gif</icon>
<categories>
<category>
<name>AIRC</name>
</category>
</categories>
<inputs>
<setter>
<setterName>setMilestone</setterName>
<required></required>
<parameters>
<string>Nome</string>
</parameters>
</setter>
</inputs>
<outputs>
<getter>
<name>milestone</name>
<metadata/>
</getter>
<getter>
<name>ordem</name>
<metadata/>
</getter>
<getter>
<name>data</name>
<metadata/>
</getter>
</outputs>
<pages>
<page>
<pageId>DadosDeEntrada</pageId>
<widgets>
<text>
<labelId>Marco:</labelId>
<setter reference="/connector/inputs/setter"/>
<size>20</size>
<maxChar>40</maxChar>
</text>
</widgets>
</page>
</pages>
</connector>

Any help is apreciated, i can provide more info if needed.
Thanks.

No answers yet.
Notifications