Hello, I am modeling my domain model in XML-Schema and use Castor to create Java objects from it. I would like to use this domain model directly in a JSF/Seam application and use things like the richfaces calendar component. A problem here is that the castor Date types are all subclasses of DateTimeBase that does not extend java.util.Date. This makes seamless integration into JSF/Seam impossible.
Would it be possible to let DateTimeBase extend java.util.Date? Then these objects could be used directly as model objects in JSF/Seam. I am also open for alternative proposals on how to achieve the same goal :) Many thanks, Christian Schuhegger -- View this message in context: http://www.nabble.com/Would-it-be-possible-to-let-DateTimeBase-extend-java.util.Date--tp19779330p19779330.html Sent from the Castor - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

