Re: [castor-dev] Unable to find FieldDescriptor for 'driver' in

2004-09-30 Thread Werner Guttmann
>> >> >> Regards >> Ralf >> >> - Original Message - >> From: "Philip DONAGHY" <[EMAIL PROTECTED]> >> To: <[EMAIL PROTECTED]> >> Sent: Thursday, September 30, 2004 3:23 PM >> Subject: [castor-dev

Re: [castor-dev] Unable to find FieldDescriptor for 'driver' in ClassDescriptor of

2004-09-30 Thread Werner Guttmann
class-name="oracle.jdbc.driver.OracleDriver"> > > > > > > > > >Regards >Ralf > > >- Original Message - >From: "Philip DONAGHY" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >

Re: [castor-dev] Unable to find FieldDescriptor for 'driver' in

2004-09-30 Thread Philip DONAGHY
gards > Ralf > > - Original Message - > From: "Philip DONAGHY" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, September 30, 2004 3:23 PM > Subject: [castor-dev] Unable to find FieldDescriptor for 'driver' in > ClassDescri

Re: [castor-dev] Unable to find FieldDescriptor for 'driver' in ClassDescriptor of

2004-09-30 Thread Ralf Joachim
ginal Message - From: "Philip DONAGHY" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 30, 2004 3:23 PM Subject: [castor-dev] Unable to find FieldDescriptor for 'driver' in ClassDescriptor of Hi all, I just updated my castor jar using the

Re: [castor-dev] Unable to find FieldDescriptor for 'driver' in ClassDescriptor of

2004-09-30 Thread Nick Stuart
The database.xml format has changed. Take a look at the examples in the snapshot to see the difference. Mainly there is now a top level tag and few other additions inside there as well. As far as I know the mappings files shouldnt have to be changed at all. hope this helps! -Nick On Thu, 30 Se

[castor-dev] Unable to find FieldDescriptor for 'driver' in ClassDescriptor of

2004-09-30 Thread Philip DONAGHY
Hi all, I just updated my castor jar using the daily snapshot source and I got this error. I am migrating from 0.9.5.3. I am using j2sdk1.4.2_04. Below is the stack trace, the database.xml, the mapping.xml, and even the source code that all works with 0.9.5.3. unable to find FieldDescriptor for

Re: [castor-dev] unable to find FieldDescriptor for 'sql' in =

2004-04-06 Thread Werner Guttmann
Amy, Castor JDo requires you to have a element for each field defined in your mapping. If you do not want to persist all fields, please make use of the access and transient attributes as required. Werner --Original Message Text--- From: Amy Fong Date: Tue, 6 Apr 2004 15:29:40 -0400

[castor-dev] unable to find FieldDescriptor for 'sql' in =

2004-04-06 Thread Amy Fong
Hi all,I am trying to unmarshall a xml file and then using the castor jdo save =the information to the database. I am getting the following error when I =try to run the JDO portion of my program.Error Message:org.exolab.castor.jdo.DatabaseNotFoundException: Nested error: =org.xml.sax.SAXExc

Re: [castor-dev] unable to find FieldDescriptor

2004-03-15 Thread Keith Visco
You need to modify your mapping.xml file as such: should be: --Keith jose luis campos wrote: > > org.xml.sax.SAXException: unable to find FieldDescriptor for > 'product_group' in ClassDescriptor of org.sibum.amazon.Catalog{file: > [not available]; line: 6; column: 16} > > > What im

[castor-dev] unable to find FieldDescriptor

2004-03-15 Thread jose luis campos
org.xml.sax.SAXException: unable to find FieldDescriptor for 'product_group' in ClassDescriptor of org.sibum.amazon.Catalog{file: [not available]; line: 6; column: 16}   What im doing wrong? Please check the xml file at http://rcm.amazon.com/e/cm?t=universitstea-20&l=st1&search=XML&mode=books&p=

Re: [castor-dev] "unable to find FieldDescriptor" after adding namespace

2004-03-11 Thread Marko Topolnik
te. Marko >-Original Message- >From: Christian Landbo (Presys A/S) [mailto:[EMAIL PROTECTED] >Subject: Re: [castor-dev] "unable to find FieldDescriptor" >after adding namespace > >I am not exactly sure why, but adding > >elementFormDefault="qualified"

Re: [castor-dev] unable to find FieldDescriptor error

2004-02-27 Thread Keith Visco
t; > > > >

Re: [castor-dev] unable to find FieldDescriptor error

2004-02-27 Thread Ben John
-Original Message- From: Keith Visco [mailto:[EMAIL PROTECTED] Sent: Friday, February 27, 2004 2:35 PM To: [EMAIL PROTECTED] Subject: Re: [castor-dev] unable to find FieldDescriptor error The source generator binding files, used to help control the source g

Re: [castor-dev] unable to find FieldDescriptor error

2004-02-27 Thread Keith Visco
; at > org.exolab.castor.builder.SourceGenerator.main(SourceGenerator.java:1121) > -- No binding file will be used > > -Original Message- > From: bjsp [mailto:[EMAIL PROTECTED] > Sent: Friday, February 27, 2004 10:52 AM > To: [EMAIL PROTECTED] > Subject: [ca

Re: [castor-dev] unable to find FieldDescriptor error

2004-02-27 Thread bjsp
nding.BindingLoader.createBinding(BindingLoader.java:250) at org.exolab.castor.builder.SourceGenerator.main(SourceGenerator.java:1121) -- No binding file will be used -Original Message- From: bjsp [mailto:[EMAIL PROTECTED] Sent: Friday, February 27, 2004 10:52 AM To: [EMAIL PROTEC

[castor-dev] unable to find FieldDescriptor error

2004-02-27 Thread bjsp
Hi, I am getting unable to find FieldDescriptor error. I am using castor-0.9.4.3-xml.jar. Attached is the error and the mapping file. This mapping file is autogenerated using Castor source code generator and mapping tool. Any help would be highly appreciated. Thanks in advance. Mapping [EMAIL

Re: [castor-dev] unable to find FieldDescriptor for 'class'

2003-06-24 Thread Aaron Stromas
Keith Visco said: > > Try these suggestions: > > http://www.brainopolis.com/castorwiki/Wiki.jsp?page=FEEM2 > > --Keith > > I am getting the same error if I try code generation for the dtx example *if I use the mapping.xml* (if I omit it, code generation succeeds). I'm using the following ant task

[castor-dev] "unable to find FieldDescriptor for 'param' in ClassDescriptor of data-source"

2002-11-15 Thread Albert Yu
Hi The document for configuring data-source (http://castor.exolab.org/database-conf.html#The-Castor-configuration-file) reads: "The data-source element specifies the JDBC 2.0 DataSource for obtaining new connections to the database server. DataSources are defined in the JDBC 2.0 standard

[castor-dev] unable to find FieldDescriptor for 'Address' in ClassDescriptor of Result

2002-11-14 Thread andrews
I get the following error: unable to find FieldDescriptor for 'Address' in ClassDescriptor of Result Its probably my fault, but for the life of me I can't see it. Below is the source xsd which was passed to sourcegen, and the mapping file produced from the resultant java classes. The error

[castor-dev] unable to find FieldDescriptor for 'key-generator' - cvs version broken?

2002-05-23 Thread Sergey Zabaluev
Hi, I am getting the following exception when trying to run the JDO test suite with the current cvs version: 1) [castor.oracle.TC01] Duplicate key detection org.xml.sax.SAXException: unable to find FieldDescriptor for 'key-generator' in ClassDescriptor of mapping at org.exolab.castor.xml.Unmar