Re: Fetch groups and EJB3

2005-08-08 Thread Niclas Hedhman
On Monday 08 August 2005 20:48, Jörg von Frantzius wrote: It's part of the JDO specification, and it allows you to statically declare groups of fields on classes and then dynamically combine these groups to specify which fields of a class you want to have fetched from the DB when using a Query

Re: Patch for project.xml

2005-08-07 Thread Niclas Hedhman
On Sunday 07 August 2005 20:43, Karan Malhi wrote: 1. Does this project depend on 2.7.3 or can we move to 2.7.4 or 2.7.2. If yes, then this will allow us to set maven to automatically download antlr. Someone wrote that the ANTLR version being dependent upon is custom, but the version numbering

Re: FieldsOfDouble problem

2005-05-18 Thread Niclas Hedhman
On Wednesday 18 May 2005 06:01, Craig Russell wrote: We decided to use these values for double in the AllTypes class: public static final double DOUBLE_SMALLEST = -9.9; public static final double DOUBLE_LARGEST = 9.9; public static final double[]