users@jaxb.java.net

Jaxb and namespaces

From: geckiv <geckiv_at_optonline.net>
Date: Wed, 11 Apr 2007 15:32:45 -0400

I'm tring to figure out why and how name spaces are created usign jaxb.
I don't know why I get that default
xmlns="http://www.w3.org/2000/09/xmldsig#" name space.

<?xml version="1.0" encoding="UTF-8"?><jbfsa:forwardRequest
xmlns="http://www.w3.org/2000/09/xmldsig#"
xmlns:jbfsa="urn:us:gov:dod:army:cerdec:jbfsa:csds:r1"
xmlns:ns3="xmlns:jbfsa"><jbfsa:Time>2007-04-11T13:22:47</jbfsa:Time><jbfsa:Item/></jbfsa:forwardRequest>



Thanks,

Frank