[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [xmlblaster] about publish key



Cyrille Giquello wrote:

Hello,

I don't understand the <key oid="" /> ...

I'm publishing a message with a publish key like :
<key oid="demo.csharp.drawing" contentMime=\"text/xml\" >
 <subject>demo.csharp.drawing</subject>
 <topic>blabla</topic>
</key>

The message is well published, but if I look at xmlBlaster it has stored the message with a key computed oid and it has lost mine !
After publishing the key is :
<key oid='xmlBlaster_192_168_0_151_3412-1131741942532000000' />

XmlBlaster only creates a generated oid if you don't provide one. Are you sure that <key oid="demo.csharp.drawing" contentMime=\"text/xml\" >... arrives at the server?

rgds
Marcel


So, I've lost the string "demo.csharp.drawing" ... And all the sub nodes are lost to.


I read doc (requirements/engine.message.html and other) and it seems that the oid can be set by the sender for futur use.
Perhaps I've miss something ?


Thanks for help !
Cyrille.