Re: [castor-dev] JDO: OQL's first() and last()

2004-04-22 Thread Bruce Snyder
This one time, at band camp, Emir Causevic said: EC>may someone please write an OQL query example that uses the EC>first() and last(). As I can see, these are implemented in EC>Castor's OQL/SQL translator. Emir, Actually I've never attempted to use these two functions via Castor. If you're so i

Re: [castor-dev] Relocating castor.properties file from the Defaults?

2004-04-22 Thread Bruce Snyder
This one time, at band camp, Sagar S said: SS>Reading the javadocs for LocalConfiguration it SS>states the configuration file is loaded from the Java SS>lib directory, the classpath and the Castor JAR (maybe SS>current directory). SS>I want to place my castor.properties in a SS>different

Re: [castor-dev] UUID key generator

2004-04-22 Thread Bruce Snyder
This one time, at band camp, Michael Fork said: MF>Is there any way to have the UUID based on the MAC MF>address instead of the IP address? Only if you provide your own key generator implementation. It's actually quite easy to do so and just list the class in castor.properties under the org.exol

[castor-dev] Relocating castor.properties file from the Defaults?

2004-04-22 Thread Sagar S
Hi all, Reading the javadocs for LocalConfiguration it states the configuration file is loaded from the Java lib directory, the classpath and the Castor JAR (maybe current directory). I want to place my castor.properties in a different directory in my project and pass the path to Castor. I

Re: [castor-dev] Mapping XML, problems with include

2004-04-22 Thread Keith Visco
Isidoro, This should be working properly in Castor 0.9.5.3. --Keith > "Legido Martínez, Isidoro" wrote: > > Probably I'm doing something wrong, but I don't get the expected > result when marshalling > objects if I use the into de mapping file. > I will explain :-) > > -

Re: [castor-dev] Setter methods not being generated

2004-04-22 Thread Keith Visco
> "Nandakumar, Manoj" wrote: > > Hi, > > Just wanted to know what needs to be done to ensure that the Castor > Source Code generator generates corresponding setter methods for all > getter methods. > > For Java types that map to a simple type like this > > > > > >

[castor-dev] UUID key generator

2004-04-22 Thread Michael Fork
All, Is there any way to have the UUID based on the MAC address instead of the IP address? Thanks. Michael --- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-d

[castor-dev] Mapping XML, problems with include

2004-04-22 Thread "Legido Martínez, Isidoro"
Title: Mapping XML, problems with include Probably I'm doing something wrong, but I don't get the expected result when marshalling objects if I use the into de mapping file. I will explain :-) - Initial situation - + Classes public class NodeCommon {

Re: [castor-dev] dirty checking

2004-04-22 Thread Bruce Snyder
Emir Causevic wrote: Here is something from the section on exclusive access mode: Dirty checking does not have a severe affect on performance, and can be turned on by marking all the fields of the object with dirty="ignore". http://castor.exolab.org/locking.html#Access-mode:-Exclusive I'm a litt

[castor-dev] dirty checking

2004-04-22 Thread Emir Causevic
Hi, Here is something from the section on exclusive access mode: Dirty checking does not have a severe affect on performance, and can be turned on by marking all the fields of the object with dirty="ignore". http://castor.exolab.org/locking.html#Access-mode:-Exclusive I'm a little bit confused