Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] How to marshall objects using default namespace?

Hi Matt,

Just thought I'd let you know the result.  I tried what you said here by
changing my project.xml this way:

1.  Set namespace-resolver to this (I don't have other namespaces):

         <namespace-resolver>
            <namespaces/>
           
<default-namespace-uri>http://http://www.foo.com/bar/baz</default-namespace-uri>
         </namespace-resolver>

2.  Removed all instances of "ns1:".

And it works!!  Thank you so much!  :)

--Polly



amphoras wrote:
> 
> Hi Matt,
> 
> Ah, ok.  Thanks for the XML snippets.  I'll give it a try!  :)
> 
> Thanks,
> Polly
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/How-to-marshall-objects-using-default-namespace--tp18037731p18141187.html
Sent from the EclipseLink - Users mailing list archive at Nabble.com.



Back to the top