You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-user@db.apache.org by Alexander Bibighaus <al...@scrashmeow.org> on 2003/08/30 18:52:14 UTC

HOWTO Use Anonymous Keys - bug in example src

There is a bug in the example source found in the HOWTO for Anonymous Keys

In the class "Finish", the method reads as follows:
 
 public void setWood(String nom)
    {
        this.wood = wood;
    }

The setter has no effect.

-alexander


Re: HOWTO Use Anonymous Keys - bug in example src

Posted by Armin Waibel <ar...@code-au-lait.de>.
is fixed. Thanks!

regards,
Armin

----- Original Message -----
From: "Alexander Bibighaus" <al...@scrashmeow.org>
To: <oj...@db.apache.org>
Sent: Saturday, August 30, 2003 6:52 PM
Subject: HOWTO Use Anonymous Keys - bug in example src


There is a bug in the example source found in the HOWTO for Anonymous
Keys

In the class "Finish", the method reads as follows:

 public void setWood(String nom)
    {
        this.wood = wood;
    }

The setter has no effect.

-alexander





---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-user-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-user-help@db.apache.org


Re: HOWTO Use Anonymous Keys - bug in example src

Posted by Brian McCallister <mc...@forthillcompany.com>.
Hah, good find, thank you!

-Brian

On Saturday, August 30, 2003, at 12:52 PM, Alexander Bibighaus wrote:

> There is a bug in the example source found in the HOWTO for Anonymous 
> Keys
>
> In the class "Finish", the method reads as follows:
>
>  public void setWood(String nom)
>     {
>         this.wood = wood;
>     }
>
> The setter has no effect.
>
> -alexander
>


---------------------------------------------------------------------
To unsubscribe, e-mail: ojb-user-unsubscribe@db.apache.org
For additional commands, e-mail: ojb-user-help@db.apache.org