Re: [castor-dev] Beginner question

2002-06-20 Thread
Chris, you are a bitch. T - Original Message - From: Chris Cook Sent: 6/10/2002 11:01:11 AM To: [EMAIL PROTECTED] Subject: [castor-dev] Beginner question > I'm trying to map a Java class into two database tables and was wondering if > that is supported using Castor. > &

Re: [castor-dev] Beginner question

2002-06-11 Thread Don DeLuca
To: [EMAIL PROTECTED] Subject: [castor-dev] Beginner question I'm trying to map a Java class into two database tables and was wondering if that is supported using Castor. For example I have a Car class in Java that looks like public class Car{ private int id; priva

Re: [castor-dev] Beginner question

2002-06-10 Thread Bruce Snyder
This one time, at band camp, Chris Cook said: CC>I'm trying to map a Java class into two database tables and was wondering if CC>that is supported using Castor. Chris, This functionality is not currently supported by Castor. Bruce -- perl -e 'print unpack("u30","<0G)U8V4\@4VYY9&5R\"F9E

[castor-dev] Beginner question

2002-06-10 Thread Chris Cook
I'm trying to map a Java class into two database tables and was wondering if that is supported using Castor. For example I have a Car class in Java that looks like public class Car{ private int id; private String color; private String make; private String year;

Re: [castor-dev] BEGINNER question (I warned you!)

2002-04-08 Thread Matthew Clark
ECTED]] Sent: 08 April 2002 14:03 To: [EMAIL PROTECTED] Subject: [castor-dev] BEGINNER question (I warned you!) Hy! I'm new to Castor, but it looks a very useful project to me. I've written a small test program that should unmarshal a simple xml instance into a java object, but I alwa

Re: [castor-dev] BEGINNER question (I warned you!)

2002-04-08 Thread Cedric ROUVRAIS
02 15:03 To: [EMAIL PROTECTED] Subject: [castor-dev] BEGINNER question (I warned you!) Hy! I'm new to Castor, but it looks a very useful project to me. I've written a small test program that should unmarshal a simple xml instance into a java object, but I always get