This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Re-use domain model.. Is Seam philosophy compatible with this goal?norman Mar 27, 2008 11:31 PM (in response to gjeudy)I'm not sure about validations, but entity conversion should work. We have had a few issues recognizing entities without annotations, but those were just bugs. I thought all those issues were fixed now, but if they still exist then please open JIRA issues. 
- 
        2. Re: Re-use domain model.. Is Seam philosophy compatible with this goal?pmuir Mar 28, 2008 7:53 PM (in response to gjeudy)
 Guillaume Jeudy wrote on Mar 27, 2008 04:45 PM:
 The problem that we encounter now is that as far as I understand one cannot use<s:entityConverter /> This works in Seam 2. 
 and<s:validateAll /> There is currently no facility in Hibernate Validator for specifying validation constraints in XML AFAIK. If there are, then it should work anyway. 
 
     
    