My zwave lock not recognized(xml from db added to binding jar)

Hi, maybe someone can help me or give some ideas: I am trying to use yale lock, which isn’t in database yet, i created dababase record, downloaded xml, added it to last binding snapshot jar, deleted cache restarted openhab and lock still not recognized - to add xml to database i used: Modify a zwave binding jar to add/change a zwave device while waiting for a build method.

As i understand from binding log, binding not even checks my xml…

OHlog:

2018-11-27 22:49:19.126 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - Checking zwave:yale_ycl1_00_000
2018-11-27 22:49:19.126 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - Checking zwave:yale_ycl1_00_000
2018-11-27 22:49:19.126 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - Checking zwave:yale_ykfcon_00_000
2018-11-27 22:49:19.126 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - Checking zwave:yale_yrd110_00_000
2018-11-27 22:49:19.126 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - Checking zwave:yale_yrd120_00_000
2018-11-27 22:49:19.126 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - Checking zwave:yale_yrd210_00_000
2018-11-27 22:49:19.126 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - Checking zwave:yale_yrd210_00_000
2018-11-27 22:49:19.126 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - Checking zwave:yale_yrd210_00_000
2018-11-27 22:49:19.127 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - Checking zwave:yale_yrd220_00_000
2018-11-27 22:49:19.127 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - Checking zwave:yale_yrd220_00_000
2018-11-27 22:49:19.127 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - Checking zwave:yale_yrd220_00_000
2018-11-27 22:49:19.131 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - Checking zwave:yale_yrd220_00_000
2018-11-27 22:49:19.131 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - Checking zwave:yale_yrd220_00_000
2018-11-27 22:49:19.131 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - Checking zwave:yale_yrd246_00_000
2018-11-27 22:49:19.131 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - Checking zwave:yale_yrd446_00_000
2018-11-27 22:49:19.131 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - Checking zwave:yale_yrl220_00_000
2018-11-27 22:49:19.132 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - Checking zwave:yale_yrl220_00_000
2018-11-27 22:49:19.132 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - Checking zwave:yale_yrl220_00_000
2018-11-27 22:49:19.132 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - Checking zwave:yale_yrl220_00_000
2018-11-27 22:49:19.132 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 12: Unable to find thing type (0129:0007:0001:33.16)
2018-11-27 22:49:19.132 [DEBUG] [l.initialization.ZWaveNodeSerializer] - NODE 12: Serialise aborted as static stages not complete
2018-11-27 22:49:19.132 [DEBUG] [alization.ZWaveNodeInitStageAdvancer] - NODE 12: Node advancer - advancing to DYNAMIC_VALUES
2018-11-27 22:49:19.132 [TRACE] [ve.internal.protocol.ZWaveController] - Notifying event listeners: ZWaveInitializationStateEvent
2018-11-27 22:49:19.132 [DEBUG] [ding.zwave.handler.ZWaveThingHandler] - NODE 12: Got an event from Z-Wave network: ZWaveInitializationStateEvent

my xml:

<?xml version="1.0" encoding="UTF-8"?>
<thing:thing-descriptions bindingId="zwave"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xmlns:thing="http://eclipse.org/smarthome/schemas/thing-description/v1.0.0"
  xsi:schemaLocation="http://eclipse.org/smarthome/schemas/thing-description/v1.0.0
                      http://eclipse.org/smarthome/schemas/thing-description/v1.0.0">

  <thing-type id="yale_keylesslock_00_000" listed="false">
    <label>Keyless Connected Smart Door Lock Smart door lock working with z-wave module, has memory for 20 user codes.</label>
    <description><![CDATA[
Smart door lock working with z-wave module, has memory for 20 user codes.<br /><h1>Overview</h1><p>The Yale Keyless Connected Smart Door Lock can have Z-WaveΠand Yale modules added to allow easy integration to smart home systems.</p> <br /><h2>Inclusion Information</h2><p>For more information on how to connect your smart door lock to a Yale system go to www.yale.co.uk/YaleEcoSystem. For other home automation systems please follow their instructions on adding a lock and when prompted follow the instructions below. 1. Touch the keypad with the palm of your hand. 2. Enter the master code, followed by # key. 3. Press the [4] button followed by # key. 4. Press the [1] button followed by the # key. 5. Please wait up to 60 seconds.</p> <br /><h2>Exclusion Information</h2><p>For security reasons a lock will not connect to a new home automation system if it is linked to another. If you have changed your home automation system please remove the device from the old system before adding it on to the new one 1. Touch the keypad with the palm of your hand. 2. Enter the master code, followed by # key. 3. Press the [4] button followed by # key. 4. Press the [3] button followed by the # key. 5. Please wait up to 60 seconds.</p>
    ]]></description>
    <category>Lock</category>

    <!-- CHANNEL DEFINITIONS -->
    <channels>
      <channel id="lock_door" typeId="lock_door">
        <label>Door Lock</label>
        <properties>
          <property name="binding:*:OnOffType">COMMAND_CLASS_DOOR_LOCK</property>
        </properties>
      </channel>
      <channel id="alarm_general" typeId="alarm_general">
        <label>Alarm</label>
        <properties>
          <property name="binding:*:OnOffType">COMMAND_CLASS_ALARM</property>
        </properties>
      </channel>
      <channel id="battery-level" typeId="system.battery-level">
        <properties>
          <property name="binding:*:PercentType">COMMAND_CLASS_BATTERY</property>
        </properties>
      </channel>
      <channel id="time_offset" typeId="time_offset">
        <label>Clock Time Offset</label>
        <properties>
          <property name="binding:*:DecimalType">COMMAND_CLASS_TIME_PARAMETERS</property>
        </properties>
      </channel>
    </channels>

    <!-- DEVICE PROPERTY DEFINITIONS -->
    <properties>
      <property name="vendor">ASSA ABLOY</property>
      <property name="modelId">Keyless Connected Smart Door Lock</property>
      <property name="manufacturerId">0129</property>
      <property name="manufacturerRef">0007:0001</property>
      <property name="dbReference">948</property>
    </properties>

    <!-- CONFIGURATION DESCRIPTIONS -->
    <config-description>

      <!-- STATIC DEFINITIONS -->
      <parameter name="node_id" type="integer" min="1" max="232" readOnly="true" required="true">
        <label>Node ID</label>
        <advanced>true</advanced>
      </parameter>

    </config-description>

  </thing-type>

</thing:thing-descriptions>

Fixed - bad description field. it was impossible to parse xml!