Gia sou Alberto, 
I use class descriptors?

When i have the following xml i I can read the xml with no problem.
<ejbtags>
    <ejbtag>
        <name>@ejb:bean</name>
        <level>Class</level>
        <vendor>jboss</vendor>                        
    </ejbtag>
</ejbtags>

but when i put another level in my xml(see below ) that i got the error??
Error: org.xml.sax.SAXException: unable to find FieldDescriptor for 'ejbtag'
in ClassDescriptor of ejbtags{file: [not available]; line: 3; column: 10}



<ejbtags>
    <ejbtag>
        <name>@ejb:bean</name>
        <level>Class</level>
        <vendor>aaaaaaaaa</vendor>        
        <type>
            <name>Stateful Session EJB</name>
            <param>
                <name>name</name>
            </param>
            <param>
                <name>display-name</name>
            </param>
            <param>
                <name>small-icon</name>
            </param>
            <param>
                <name>large-icon</name>
            </param>
        </type>        
    </ejbtag>
</ejbtags>




-----Original Message-----
From: Alberto Gattegno [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 15, 2003 3:24 PM
To: [EMAIL PROTECTED]
Subject: Re: [castor-dev] Help,


Vango Kalispera,

Are you using class descriptors?

If not you either have to write them on your own or generate them.

Cheers!
Alberto

-----Original Message-----
From: Konstantinis Evagelos ([EMAIL PROTECTED])
[mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 15, 2003 3:11 PM
To: [EMAIL PROTECTED]
Subject: [castor-dev] Help,


Hi,

I am new to Castor,
I run the examples from the website, and every thing is ok.

I make a project with classes, and xml file, maping.xml similiar
to the examples from Castor website.

when i am trying to read from the file (xml ) i am getting the following
error:

Error: org.xml.sax.SAXException: unable to find FieldDescriptor for 'ejbtag'
in ClassDescriptor of ejbtags{file: [not available]; line: 3; column: 10}

what does it mean, ???, why it's happening ???


I saw in archive  some message related the above error but i did'n find a
solution?

Any ideas???

I am usin Castor 0.9.4.1 version

Thanks in advance...
Vangos.

-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev
###########################################

This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange.

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to