Uploaded image for project: 'Drools'
  1. Drools
  2. DROOLS-225

KSessionDefinitionParser does not parse all its attributes

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 6.0.0.CR3
    • 6.0.0.CR1
    • None
    • None

      Here are all the attributes of the kie:session which can be configured with spring:

          <xsd:attribute name="name" use="required" type="xsd:ID"/>
          <xsd:attribute name="type" type="ksessionType"/>
          <xsd:attribute name="default" type="xsd:boolean"/>
          <xsd:attribute name="scope" type="xsd:string"/>
          <xsd:attribute name="clockType" type="clockTypeEnum"/>
          <xsd:attribute name="listeners-ref" use="optional" type="xsd:IDREF"/>
      

      And here are all the attributes which are processed by KSessionDefinitionParser

      public class KSessionDefinitionParser extends AbstractBeanDefinitionParser {
      
          private static final String ATTRIBUTE_ID = "name";
          private static final String ATTRIBUTE_TYPE = "type";
      
      ...
      

            mfusco@redhat.com Mario Fusco
            szhem Sergey Zhemzhitsky (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: