Re: [castor-dev] Castor in production?

2001-11-01 Thread Arnaud Blandin
Great Idea, anyone interested in filling the little form submitted by Jacek can send it to me. Thanks, Arnaud -> -Original Message- -> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] -> Sent: Wednesday, October 31, 2001 8:50 AM -> To: [EMAIL PROTECTED] -> Subject: Re: [castor-dev] Cas

Re: [castor-dev] Castor in production?

2001-11-01 Thread ychiu
Nice idea - validates the product. How about having the same for Castor-XML ? Thanks. Jacek

Re: [castor-dev] Question on Castor's Source Generator tool.

2001-11-01 Thread Yan
Title: Question on Castor's Source Generator tool. Hi Arnaud,   Thank you for your quick response. Yes, I did use the CVS version. I think my problem was because I used the source code instead of the jar file.  After I change that, it works.     But when I try to compile them, it gener

Re: [castor-dev] SourceGenerator Improvements!

2001-11-01 Thread Green, Nathan
One of the main reasons I did it was because I run the source generator from a script and I like to be informed of what's going on, but I don't want to make the script too complicated. > -Original Message- > From: Keith Visco [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 01, 2001

Re: [castor-dev] SourceGenerator Improvements!

2001-11-01 Thread Keith Visco
"Green, Nathan" wrote: > > Yeah, but it's not as cool :) True, and -f could potentially suppress other warnings also. OkWe'll review it, and make any necessary mods, and get it committed. Thanks, --Keith > > > -Original Message- > > From: Keith Visco [mailto:[EMAIL PROTECTED]]

Re: [castor-dev] SourceGenerator Improvements!

2001-11-01 Thread Green, Nathan
Yeah, but it's not as cool :) > -Original Message- > From: Keith Visco [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 01, 2001 2:04 PM > To: [EMAIL PROTECTED] > Subject: Re: [castor-dev] SourceGenerator Improvements! > > > > > You can already do an all by adding the "-f" flag.

Re: [castor-dev] SourceGenerator Improvements!

2001-11-01 Thread Keith Visco
You can already do an all by adding the "-f" flag. --Keith "Green, Nathan" wrote: > > I made a little change to the source generator because > repeatedly pressing the 'y' key is just annoying, and > I didn't like to manually remove all my source files > before generating, so I added an 'all'

[castor-dev] SourceGenerator Improvements!

2001-11-01 Thread Green, Nathan
I made a little change to the source generator because repeatedly pressing the 'y' key is just annoying, and I didn't like to manually remove all my source files before generating, so I added an 'all' feature. In the process I added some functionality to ConsoleDialog as well. Let me know if I l

[castor-dev] Next Release Version

2001-11-01 Thread Trevor Cook
Title: Next Release Version Just curious on the timing for the next release.  I have the current CVS code, but the previous Castor jar is from July 3.  Not asking about features that will be in it, just when the next "stable" version is going to be available. Trevor -Original Message---

Re: [castor-dev] cannot resolve symbol DecimalFieldHandler

2001-11-01 Thread Green, Nathan
That seemed to fix it. Thanks! > -Original Message- > From: Arnaud Blandin [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 01, 2001 12:29 PM > To: [EMAIL PROTECTED] > Subject: Re: [castor-dev] cannot resolve symbol DecimalFieldHandler > > > Hi Nathan, > > try first to regenerate

Re: [castor-dev] XML Schema timeInstant -> java.util.Date in Source Code Generator

2001-11-01 Thread Zeev Halevi
Thanks, It works :) --- Arnaud Blandin <[EMAIL PROTECTED]> wrote: > Hi, > > replace 'timeInstant' by 'dateTime', 'timeInstant' > is no longer an XML Schema type. > > Arnaud > > -> -Original Message- > -> From: Zeev Halevi [mailto:[EMAIL PROTECTED]] > -> Sent: Thursday, November 01, 2

Re: [castor-dev] cannot resolve symbol DecimalFieldHandler

2001-11-01 Thread Arnaud Blandin
Hi Nathan, try first to regenerated your classes before compiling it. The CVS version no longer has DecimalFieldHandler, it has totally disappear. Thanks, Arnaud -> -Original Message- -> From: Green, Nathan [mailto:[EMAIL PROTECTED]] -> Sent: Thursday, November 01, 2001 9:31 AM -> To:

Re: [castor-dev] Question on Castor's Source Generator tool.

2001-11-01 Thread Arnaud Blandin
Title: Question on Castor's Source Generator tool. Hi Yan,   Are you using the CVS version?   Arnaud -Original Message-From: Yan [mailto:[EMAIL PROTECTED]]Sent: Thursday, November 01, 2001 7:11 AMTo: [EMAIL PROTECTED]Subject: [castor-dev] Question on Castor's Source Generat

Re: [castor-dev] XML Schema timeInstant -> java.util.Date in Source Code Generator

2001-11-01 Thread Arnaud Blandin
Hi, replace 'timeInstant' by 'dateTime', 'timeInstant' is no longer an XML Schema type. Arnaud -> -Original Message- -> From: Zeev Halevi [mailto:[EMAIL PROTECTED]] -> Sent: Thursday, November 01, 2001 9:02 AM -> To: [EMAIL PROTECTED] -> Subject: [castor-dev] XML Schema timeInstant ->

Re: [castor-dev] suggestion

2001-11-01 Thread ben . galehouse
Lemme give an example. Suppose that you have a system which displays two account balances to the user, and they are both equal to $20. The user was told at a meeting this morning to make certain that the balances add to $50, so the user modifies one of the accounts to contain $30 instead. Now, a

Re: [castor-dev] cannot resolve symbol DecimalFieldHandler

2001-11-01 Thread Green, Nathan
Also, the original 0.9.3 code I downloaded a long time ago *will* compile it (I just change jars on my classpath). So I'm going to assume it's not the source generator that's causing the problem. > -Original Message- > From: Arnaud Blandin [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, O

Re: [castor-dev] cannot resolve symbol DecimalFieldHandler

2001-11-01 Thread Green, Nathan
No, it's still not fixed. Here's a bit more detail: symbol : class DecimalFieldHandler location: class com.thazar.xml.WorkTypeDescriptor desc.setHandler( new DecimalFieldHandler(handler)); ^ > -Original Message- > From: Arnaud Blandin [mailto:[EMAI

[castor-dev] XML Schema timeInstant -> java.util.Date in Source Code Generator

2001-11-01 Thread Zeev Halevi
Hi all, I'm new to this amazing tool. I want the Source Code Generator to generate java.util.Date, In the schema I use: And the generator complains: Type not found for element: fromDate The generated code looks like: private FromDate _fromDate; Can someone advise? Thanks, Zeev Ha

[castor-dev] Question on Castor's Source Generator tool.

2001-11-01 Thread Yan
Title: Question on Castor's Source Generator tool. Hi, I spend some time on Castor’s Source Generator. I think it is really a very good tool which does save resources and efforts for our company. But I came across some problems when I try to use Source Generator to generate classes from an X

Re: [castor-dev] JDO. Problem while trying to create an object with related fields

2001-11-01 Thread Sebastien Dumais
Hi everybody, I've finally found my problem. I was getting a new instance of Database with each bean call, thus instanciating a new TransactionContext ojbect (DUH!!!). I've fixed my problem and everything works now... Thank you to all those who answered me... Sebastien Dumais

[castor-dev] Problems with SQL Server

2001-11-01 Thread Federico E. Carpi
I have this problems:   I use TDS_Driver  for use MS_SQLServer. What is the problem ??   [Test Castor] Loading mapping descriptors from file:/C:/Fec/PruebaCastor/prueba/prueba/mapping.xml [Test Castor] org.exolab.castor.jdo.DatabaseNotFoundException: Nested error: java.lang.IllegalArgumentE

[castor-dev] mapping problems in FieldMolder

2001-11-01 Thread Jakob Braeuchi
i use get-/set-method for my booleans:              although the method setBoss(boolean) is available it is not found. imho this is a problem of FiledMolder, it calls findAccessor with wrong class (methodClass):   // Second look up the set/add accessorif ( fieldMap.getSetMethod() !

Re: [castor-dev] Castor / XSLT problem

2001-11-01 Thread Nick Fortescue
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Sent: 01 November 2001 11:37 > To: [EMAIL PROTECTED] > Subject: [castor-dev] Castor / XSLT problem > > > > Hi all, > > I've created a small program to convert an XML file in java source code. > > The problem I

[castor-dev] Castor / XSLT problem

2001-11-01 Thread michiel . kalkman
Hi all, I've created a small program to convert an XML file in java source code. The problem I have occurs when I try to convert an XML object into a java object. My XML file contains: Property session.sle indicates bla bla bla.