[jboss-jira] [JBoss JIRA] (JBRULES-3384) Declared beans' constructor-by-key-fields does not initialize the other fields to their default value

Davide Sottara (JIRA) jira-events at lists.jboss.org
Sat Feb 11 14:20:01 EST 2012


Davide Sottara created JBRULES-3384:
---------------------------------------

             Summary: Declared beans' constructor-by-key-fields does not initialize the other fields to their default value
                 Key: JBRULES-3384
                 URL: https://issues.jboss.org/browse/JBRULES-3384
             Project: Drools
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: drools-compiler, drools-core
    Affects Versions: 5.4.0.Beta2
            Reporter: Davide Sottara
            Assignee: Davide Sottara
            Priority: Minor
             Fix For: 5.4.0.Final


declare Bean
  field1     : String = "val"
  keyField   : String @key
end

new Bean( "keyVal" ) 
will not initialize field1

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list