Re: [JBoss-user] Using java.util.Calendar with CMP

2003-06-12 Thread Colin McFarlane
rror.interfaces.TicketData [javac] TicketLightValue.setValidFrom( getValidFrom() ); [javac] ^ [javac] C:\src\backup-server\target\gen-src\com\incito\mirror\interfaces\TicketData. java:44: cannot resolve symbol [javac] symbol : method getValidTo () [javac] location: class com.incito.mirror.interfaces

Re: [JBoss-user] Using java.util.Calendar with CMP

2003-06-11 Thread Jonathan . O'Connor
Mobile: +353 86 824 0736 "Colin McFarlane" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 11.06.2003 09:34 Please respond to jboss-user To: <[EMAIL PROTECTED]> cc: Subject: [JBoss-user] Using java.util.Calendar with CMP I se

Re[2]: [JBoss-user] Using java.util.Calendar with CMP

2003-06-11 Thread Alexey Loubyansky
We don't support mapping for GregorianCalendar. You should use Date and create GregorianCalendar yourself. alex Wednesday, June 11, 2003, 12:19:39 PM, Alexey Loubyansky wrote: AL> Hello Colin, AL> could you provide the mapping you are using? AL> alex AL> Wednesday, June 11, 2003, 11:34:18 AM,

Re: [JBoss-user] Using java.util.Calendar with CMP

2003-06-11 Thread Alexey Loubyansky
Hello Colin, could you provide the mapping you are using? alex Wednesday, June 11, 2003, 11:34:18 AM, Colin McFarlane wrote: CM> I seem to be unable to use a CMP bean that has persistent fields of type java.util.Calendar with a mySQL database. (I am using XDoclet to generate the bean). I can

[JBoss-user] Using java.util.Calendar with CMP

2003-06-11 Thread Colin McFarlane
I seem to be unable to use a CMP bean that has persistent fields of type java.util.Calendar with a mySQL database. (I am using XDoclet to generate the bean). I can create the bean class and deploy it okay and the table is created with the correct SQL columns. But when I try to create an inst