You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rpc-user@xml.apache.org by "Lin, Yaxiong" <li...@mayo.edu> on 2002/03/04 19:19:31 UTC

Hashtable param not working

> 	Hi,
> 
> 	I was wondering if I am running into a bug.  I have two hashtable
> params, the second hashtable param works fine, but the first hashtable
> param is not.  If I make the first hashtable empty, it works fine, but as
> soon as I put anything in the first hashtable param, it returns one of the
> key value in this hashtable.
> 
> 	Also, by the way, it does not like the java.util.Date as the key for
> the hashtable param, I was wondering if java.util.Date is supported as the
> key in the hashtable.
> 
> 	Below is the content of the param in the execute command.  Please
> help.
> 
> 	Thanks.
> 
> 	- Yaxiong Lin
> 	  Technical Specialist
> 	  Mayo Clinic, Rochester, NMN 55905
> 
> 
> 	cmd=   mars.newOrderSet
> 	param = [1111111.0, ap00208, M, Sat Nov 01 00:00:00 CST 1980,
> EARLIEST
> 	, Mon Mar 04 00:00:00 CST 2002, Sun Mar 17 00:00:00 CST 2002, false,
> false, true,
> 	 Wed Dec 31 18:00:00 CST 1969, true, 0.0, 0.0, Mon Mar 04 13:13:25
> CST 2002, {tes
> 	ting1=Mon Mar 11 00:00:00 CST 2002, testing0=Sun Mar 17 00:00:00 CST
> 2002}, {}]
> 
> 	return = testing1
>