java - JaxB Name space Prefix related -


java marshalling process assigning name spaces prefix ns2 or ns3 randomly, there way see why ns2 come first , ns3 later , vice versa?

check these questions:

in short, use @xmlns or specify namespaceprefixmapper.


Comments

Popular posts from this blog

github - Git errors while pushing -

php - Using grpc in Laravel, "Class 'Grpc\ChannelCredentials' not found." -

c++ - How can I delete a QSharedPointer -