[rules-users] Error creating field accessors ... in Guvnor

Jaroslaw Kijanowski kijanowski at gmail.com
Wed Feb 25 09:50:22 EST 2009


Try with lower case field names.

J Michael Dean wrote:
> Started new model in Guvnor and declared two fact types.  Nothing else 
> involved.  Source code that is provided from Guvnor is shown below.  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.  Here is the source that is available after buildling the 
> snapshot (even though it refused to build):
> 
> 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
> 
> 
> Any assistance greatly appreciated.
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users




More information about the rules-users mailing list