-
Bug
-
Resolution: Done
-
Major
-
JBossAS-4.0.5.GA, JBossAS-4.2.0.GA
-
None
When EJB interfaces are analyzed and mapped to IDL, method like
<return-type> get()
is erroneously treated as attribute.
It would be an attribute if it were of the type:
<return-type> get<name>()
Same for set(<parameter>)