Hello gys,
I think I've found a bug.
Few days ago, I've posted mails with subject "about publish key".
It was because when posting simple message with a well defined key
oid, xmlBlaster create the message with a generated oid, not with my
original oid.
Now I've find how to reproduce that.
Just publish that 3 messages :
<key oid="toto"><version maj="1"/></key>
<qos/>
<content>hello1</content>
<key oid="toto"><version="2"/></key>
<qos/>
<content>hello2</content>
<key oid="toto"><version maj="3"/></key>
<qos/>
<content>hello3</content>
You've notice that the second message has an error in the xml's key.
Publish it with the error.
Then all next publish will loos their key oid !!