dev@jaxb.java.net

xjc:simple disabling plural

From: <vijaya_baskar_at_yahoo.com>
Date: Thu, 7 Jul 2011 21:05:46 +0000 (GMT)

Hi,
     We are using JAXB in our restful service layer. We have been
using maven plugin to generate our classes without xjc:simple.
Recently we have a need to use xjc:simple to generate the
@XmlRootElement. When we did that, it has created plural names for all
the list objects. We have many dependancies on this project and it
will be very difficult to ask all the dependent project to change their
use of our JAXB classes.
Last thing i found is
http://java.net/jira/browse/JAXB-489

Is there a way to disable the automatic pluralization of the list
objects while generating the JAXB classes.

thanks
Vijay