[Announce] Stylus Studio 2006 Release 2 Now Available

2006-03-28 Thread Stylus Studio
[announce] Hey Everyone, Release 2 of Stylus Studio 2006 has just been released. The following are some of the highlights of Stylus Studio 2006 Release 2 XML Enterprise Edition: * Enhanced EDI Support: Stylus Studio's EDI-to-XML and XML-to-EDI tools now support hundreds of message and

RE: alternate representations of collections in XMLBeans??

2006-03-28 Thread Cezar Andrei
Tim, I would recommend using the extensions, otherwise modifying the generated code is definitely possible but missing even a small thing would break the code. Back to using extensions, if one wants to store a state he can do it by using XmlBookmark which stays with the xml entity

RE: alternate representations of collections in XMLBeans??

2006-03-28 Thread Tim Parker
Thank you for the quick reply - I'll look into the XMLBookmark idea... Is there anything else I need to know about the preSet and postSet methods? I found documentation (including the operationType values) at http://dev2dev.bea.com/pub/a/2004/11/Configuring_XMLBeans.html- is this the

RE: alternate representations of collections in XMLBeans??

2006-03-28 Thread Cezar Andrei
That is a good article to read, also check out the tests under test\cases\xbean\extensions. Cezar From: Tim Parker [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 28, 2006 3:08 PM To: user@xmlbeans.apache.org Subject: RE: alternate representations of collections in

XMLBookmark question...

2006-03-28 Thread Tim Parker
As a follow-on to the HashMap implementation questions... I feel like I may be missing something but... I'm looking at creating an extension methodfor my NVPCollection class something like: public String getValueByMap(String keyName) If I hang the hashmap on a bookmark, how do I get the

RE: Can I set noNamespaceSchemaLocation attribute (xmlbeans 1.0.4)

2006-03-28 Thread Radu Preotiuc-Pietro
Actually, XmlBeans doesn't have specific APIs to deal with xsi:[noNamespace]schemaLocation attributes (maybe it should) You would have to set it as an ordinary non-Schema declared attribute, like that: XmlCursor c = root.newCursor(); c.insertAttributeWithValue(noNamespaceSchemaLocation,