Hi, i'm relatively new to Castor so please forgive me if the question seems trivial.
I have generated classes using Castor codegen v.1.2, from XSD's. When i create an object model using these classes and then marshall it to XML, the namespaces are omitted, but that is not what i want. This is what i get: <Header> and this is what i want: <rfh:Header xmlns:rfh="..." > I have not found a clue as to why Castor doesn't generate this namespace. The namespace was present in the XSD that i used to generate the classes and descriptorfiles from. Am i omitting/forgetting something? Thanks a lot for your help! -- View this message in context: http://www.nabble.com/Problem-generating-namespaces-during-Mashall-tp21849114p21849114.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

