users@jaxb.java.net
Losing namespace prefixes on attributes when marshalling to DOM
This message
: [
Message body
] [ More options (
top
,
bottom
) ]
Related messages
: [
Next message
] [
Previous message
]
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]
From
: Mark Hansen <
khookguy_at_yahoo.com
>
Date
: Wed, 07 May 2003 23:13:40 -0700
Has anyone seen this before - and/or know a solution?
I am having a problem that when I marshal to a DOM, I
lose the namespace prefixes on the attributes of some
elements.
In this example, the attribute "synchronous" in the
element AckRequested, has lost its prefix:
<ns2:ReliableMessage ns1:mustUnderstand="1"
xmlns:ns1="
http://schemas.xmlsoap.org/soap/envelope/
"
xmlns:ns2="
http://schemas.fujitsu.com/rm
">
<ns2:ReplyTo>
http://eai-client2:8080/ARL</ns2:ReplyTo
>
<ns2:AckRequested synchronous="false"/>
</ns2:ReliableMessage>
__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com
This message
: [
Message body
]
Next message
:
Mark D. Hansen: "marshalling formatted output"
Previous message
:
Les Hazlewood: "moving from JAXB beta to final release"
Contemporary messages sorted
: [
by date
] [
by thread
] [
by subject
] [
by author
] [
by messages with attachments
]