Re: Schema depenencies

2005-10-18 Thread Johannes Echterhoff
Hi. I am also interested in this question - is there nobody who can answer it? Regards, Johannes Giedrius Trumpickas wrote: Hi, I have following situation: I have 2 schemas A and B. B depends on A because it uses some types from A. Now when compiling schema B, xmlbeans schema compiler

RE: Persisting XMLBeans to DB

2005-10-18 Thread Shaun Farrugia
Yeah me neither. I'd like to be able to extend those classes to add different methods (for persistance) but it doesn't look like extending these things would work. I'd have to contain the xmlbean in another class, expose all the getters and setters in the new class and then add my methods to

RE: Persisting XMLBeans to DB

2005-10-18 Thread Radu Preotiuc-Pietro
Title: Message Well, you _can_ extend the XmlBeans objects without containment, using extension interfaces as described in http://wiki.apache.org/xmlbeans/ExtensionInterfacesFeature, but that won't give you the ability to add new constructors or static methods, though you could add