I do not know much about the requirements of Oracle SOA compared to JAXB, but could you do the following:

public boolean getAttribute()  {
  return isAttribute();
}

public boolean isAttribute()  {
  return attribute;
}

----- Original Message ----- From: <[EMAIL PROTECTED]>
To: <users@maven.apache.org>
Sent: Saturday, June 02, 2007 5:23 PM
Subject: isXX vs getXX


Hello,
similar as plug-in from: http://fisheye5.cenqua.com/browse/~raw,r=1.1/jaxb2-commons/www/boolean-getter/index.html
does
I have the following problem:
Oracle SOA-OC4J expects getXX method to perform data binding
and JAXB uses isXX. and I use Maven to compile/deploy services
Is there similar funcional solution for Maven/Jaxb/OC4J?

Thanks
Ned

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to