I don't know if I inadvertantly pasted them with Object definitions but they are supposed to be, and I have tested them most as, Strings.
 
In a message dated 7/15/2004 4:07:07 PM Eastern Standard Time, [EMAIL PROTECTED] writes:
What I meant is:

java.lang.Object[] yes_list = (Object[])handler.query(groupName,
password, accountName, conditions);


Vy Ho wrote:

> What does this mean?  Can you do this:
>
> java.lang.Object[] yes_list = (String[])handler.query(groupName,
> password, accountName, conditions);
>
> Then:
> String syes_list [];
> if(yes_list != null){
>    syes_list [] = new String[yes_list.length];
>    ...array copy here.
> }else{
>    syes_list = null;
> }
>
> If this works, then search and vote for this bug in Sun's bug database.
>
>>  Making them Objects[] does not work.
>
>
>

 

Reply via email to