<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Started new model in Guvnor and declared two fact types. &nbsp;Nothing else involved. &nbsp;Source code that is provided from Guvnor is shown below. &nbsp;But when I try to build the package, or create a scenario, I get error [package configuration problem] Error creating field accessors for "Hemodynamics" for type "Hemodynamics" and similar error for the other object. &nbsp;Here is the source that is available after buildling the snapshot (even though it refused to build):<div><br></div><div><span class="Apple-style-span" style="font-family: 'Lucida Grande'; font-size: 11px; white-space: pre-wrap; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">package vasoactive.decision


declare Hemodynamics
        SystolicBP: Integer
        DiastolicBP: Integer
        CentralVenousPressure: Integer
        CurrentDopamineDosePerKg: java.math.BigDecimal
end

declare HemodynamicDecisionState
        DetectedHypotension: Boolean
        DetectedLowCVP: Boolean
        DetectedNormotension: Boolean
        DetectedHypertension: Boolean
        RecommendedStartDopamine: Boolean
        RecommendedDecreaseDopamine: Boolean
        RecommendedIncreaseDopamine: Boolean
end

</span></div><div><font class="Apple-style-span" face="'Lucida Grande'" size="3"><span class="Apple-style-span" style="font-size: 11px; white-space: pre-wrap; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;"><br></span></font></div><div><font class="Apple-style-span" face="'Lucida Grande'" size="3"><span class="Apple-style-span" style="font-size: 11px; white-space: pre-wrap; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px;">Any assistance greatly appreciated.</span></font></div></body></html>