Quote:
you don't need to provide something perfect, but anything working is a good starting point for then discuss the details later.
Quote:
maybe something is wrong with your model; could you show the code needed to reproduce?
Based on company policy, I'm not able to contribute back to open source projects or post code.
I did get a little further with this issue. I enabled the Spring transaction management and injected a basic service layer DAO, wihch got me past the transaction problems. After more research and testing, I started working on a TwoWayString2FieldBridgeAdaptor to ensure that the set of enums is handled properly in and out of the index and all the terms are searchable.
If there is another method for abstracting the enum, maybe using a OneToMany association, I'd be open to suggestions. Thanks for your help.