Update - I have found that I can expose the getters by having matching setters, but I
don't want a redundant setter for isError:
| public boolean isIsError() {
| return errors != null && errors.length > 0;
| }
| public void setIsError( boolean _notUsed ) {
| }
|
I'm sure that we didn't need to have setters like this when we were using JBoss3
with
JBoss.Net
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060731#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...