As it turned out, this problem came about because I had a model that was based on a POJO jar file. The jar that was in Guvnor contained the offending field(s), but when the package was being loaded it was using a version of the jar that did not contain the offending fields. This served as a lesson to me, demonstrating why updating the serialVersionId is an important step in managing POJOs.
View this message in context: Re: NoSuchFieldError: session
Sent from the Drools: User forum mailing list archive at Nabble.com.