windows xp
jboss 4.0.5
I have an entity bean with several fields, including one that is an enum annotated as
"(a)Enumerated(EnumType.STRING)". When I create an instance, I can set the other
fields ok, but when I try to set a value on the enum field (using the set() function, or
setting the field directly in a constructor) I get a NoSuchMethodError exception on the
set function (or the ctor).
Anybody know what's going on here?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044675#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...