Question

I'm trying to use Jasypt plugin on my grails project. I followed the setup described on the wiki but I got the following exception:

ERROR context.GrailsContextLoader  - Error executing bootstraps: Error evaluating ORM mappings block for domain [domain.Branch]:  No such property: GormEncryptedStringType for class: org.codehaus.groovy.grails.orm.hibernate.cfg.HibernateMappingBuilder
Message: Error evaluating ORM mappings block for domain [domain.Branch]:  No such property: GormEncryptedStringType for class: org.codehaus.groovy.grails.orm.hibernate.cfg.HibernateMappingBuilder

Does any body have any idea how to solve this?

Thanks,

Was it helpful?

Solution

It might be as simple as a missing import line:

import com.bloomhealthco.jasypt.GormEncryptedStringType
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top