[castor-dev] CALL SQL to access sequence

2002-02-27 Thread Steve Earl
Hi, I'd like to use CALL SQL to manually get the next value from a sequence. I'm not sure how to setup mapping.xml to specify an object type to be returned from this call. Can someone post a sample, if anyone has one, of using CALL SQL? Thanks in advance, Steve... ---

Re: [castor-dev] Many to Many Issue

2002-02-26 Thread Steve Earl
ruary 26, 2002 3:15 PM To: [EMAIL PROTECTED] Subject: Re: [castor-dev] Many to Many Issue Hi Steve, It would be nice to see your mapping file Thanks Gary -Original Message- From: Steve Earl [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 9:05 AM To: [EMAIL PROTECTED]

[castor-dev] Many to Many Issue

2002-02-26 Thread Steve Earl
Hi, I'm seeing some strange behaviour with many to many relationships and sequence key generators. I have a simple many to many relationship setup between ServicePackage objects and Service objects. The code to persiste the objects follows: db.begin(); ServicePackage sp = new Serv

[castor-dev] Update and Collections

2002-02-20 Thread Steve Earl
Hi, Let me give the following example: I have an object ServicePackage which contains a collection of Services objects in a file named services which is of type ArrayList. If I remove, for example, two Service objects from the services collection and then pass the service package object to the

Re: [castor-dev] Strange many to many mapping behaviour

2002-01-30 Thread Steve Earl
, Steve Earl said: SE >Hi Bruce, SE > SE >The other many to many relationships behave the same way so it must be SE >something in my code. I've attached the objects which are being persisted SE >as well as source for the mbean that controls the CRUD stuff. SE > SE >Thanks f

[castor-dev] Strange many to many mapping behaviour

2002-01-29 Thread Steve Earl
Hi, I have a many to many mapping between to objects...ServicePackage and Service. I have one ServicePackage object and three Service objects persisted in my database. The ServicePackage object has a field named services which is an ArrayList to hold related services. Likewise the Service obje

[castor-dev] Mapping Issue

2002-01-14 Thread Steve Earl
Hi, I'm just getting started with Castor and I'm having a problem storing a couple of objects. I have a ResourcePool object that has a field of type ResourcePoolType. I can successfully create and persist instance of both object types however the id of the ResourcePoolType is not stored in the

[castor-dev] RmiJdbc Driver & InstandDB

2001-12-18 Thread Steve Earl
Hi, Does Castor support using RmiJdbc to access InstantDB remotely? Steve... --- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev