<?xml version="1.0" ?>
<ejb-jar ID="">
    <description>An Entity Bean for my Yahoo-style index</description>
    <display-name>Yahoo Entity</display-name>
    <small-icon></small-icon>
    <large-icon></large-icon>
    <ejb-client-jar></ejb-client-jar>
    <enterprise-beans>
        <entity>
            <display-name>YahooEnt</display-name>
            <ejb-name>YahooEnt</ejb-name>
            <home>cylikon.YahooEnt.CategoryHome</home>
            <remote>cylikon.YahooEnt.Category</remote>
            <ejb-class>cylikon.YahooEnt.CategoryBean</ejb-class>
            <persistence-type>Container</persistence-type>
            <prim-key-class>cylikon.YahooEnt.CategoryPK</prim-key-class>
            <reentrant>False</reentrant>
            <primkey-field>cat_no</primkey-field>
            <cmp-field>
                <description>A String in the DB YahooEnt for reporting
                    database errors</description>
                <field-name>crs_error</field-name>
            </cmp-field>
            <cmp-field>
                <description>A String in the DB YahooEnt for reporting
                    the database url</description>
                <field-name>db_url</field-name>
            </cmp-field>
            <cmp-field>
                <description>An int (mediumint) that reflects the
                    category of related sites, found in the field
                    &quot;itsgroup&quot; in the db/table Siteindex2/thesites</description>
                <field-name>cat_no</field-name>
            </cmp-field>
            <cmp-field>
                <description>An int for reporting the number of rows in
                    the CachedRowSet</description>
                <field-name>row_count</field-name>
            </cmp-field>
            <cmp-field>
                <description>A String in the DB YahooEnt for assigning
                    names to CachedRowSets</description>
                <field-name>name</field-name>
            </cmp-field>
   

         <cmp-field>
                <description>An int for reporting the number of columns
                    in the CachedRowSet.</description>
                <field-name>col_count</field-name>
            </cmp-field>
            <cmp-field>
                <description>An int of 1 or 0 (true or false) for
                    reporting whether database queries succeeded for failed.</description>
                <field-name>crs_ready</field-name>
            </cmp-field>
        </entity>
    </enterprise-beans>
    <assembly-descriptor>
        <container-transaction>
            <description></description>
            <trans-attribute>Required</trans-attribute>
            <method>
                <description></description>
                <ejb-name>YahooEnt</ejb-name>
                <method-name>*</method-name>
            </method>
        </container-transaction>
    </assembly-descriptor>
</ejb-jar>
