It works!!! I managed to generate both POJOa and screens (but without combos).

I had to remove boolean improvement to make it work :(

"[EMAIL PROTECTED]" wrote : "zeljko_t" wrote : 
  |   | What type are you actually generating for those enums ?
  |   | 
  |   | 
  | 
  | I generate enum inside class for every property, eg:
  | 
  |     public enum service {ldap,ldaps}
  |   |     
  |   |     @Column(name="service", unique=false, nullable=false, 
insertable=true, updatable=true, length=5)
  |   | 
  |   |     @Enumerated(EnumType.STRING)
  |   |     public service getService() {
  |   |         return this.service;
  |   |     }
  |   | 
  | 
  | Needs some more work, though.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003266#4003266

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4003266
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to