How do we express array of primitive typed in repository_user.xml, for example:
private double[] test = new double[13]; WG> In short, you cannot persist a primitive array. If you do not want it to be persistent, simply leave the attribute off of the repository. Wally Gelhar -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
