[jboss-user] [JBossWS] - Re: JBoss 4.2.0 web service not exposing getters
pixel
do-not-reply at jboss.com
Thu Jul 5 06:35:47 EDT 2007
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#4060731
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060731
More information about the jboss-user
mailing list