This is a bug which has been fixed last week. It was the GetKey constructor which needed to be changed, not the GetMessage.
Please check out the new code from our cvs
Regards Michele
zhang wrote:
1. when i run the following command :
java org.xmlBlaster.client.reader.GetMessage -oid __cmd:?freeMem
it report Got 0 messages for '__cmd:?freeMem'
2. To modify the bug in file GetMessage.java
Change " GetKey xmlKeyWr = new GetKey(glob, xmlKey, queryType);"
To
"
if (oidString !=null )
{
xmlKeyWr= new GetKey(glob, xmlKey);
}
else
{
xmlKeyWr = new GetKey(glob, xmlKey, queryType);
}
"
-- Michele Laghi mailto:[EMAIL PROTECTED] tel. +46 8 7492952 / mob. +46 70 4103964 http://www.geocities.com/laghi2000 http://www.xmlBlaster.org
