<?xml version="1.0" ?>
<ejb-jar ID="">
    <description>This is a stateless Session Bean responsible for
        helping clients create new user preference accounts to allow for
        customization on my home page. Created March 2000 by LI&apos;L
        CJ         (cylikon@hotmail.com).  Visit
        ./ButchWhipAppeal/  for more great Java
        stuff.  This EJB IS copyrighted and may not be used by anyone in
        any way without my express written consent.</description>
    <display-name>New Accounts Bean</display-name>
    <small-icon></small-icon>
    <large-icon></large-icon>
    <ejb-client-jar></ejb-client-jar>
    <enterprise-beans>
        <session>
            <description>This is a stateless Session Bean responsible
                for helping clients create new user preference accounts
                to allow for customization on my home page. Created
                March 2000 by LI&apos;L CJ
                (cylikon@hotmail.com).  Visit
                ./ButchWhipAppeal/  for more great
                Java         stuff.  This EJB IS copyrighted and may not
                be used by anyone in         any way without my express
                written consent.</description>
            <display-name>New Accounts Bean</display-name>
            <ejb-name>NewAccounts</ejb-name>
            <home>cylikon.PreferencesEJB.CreateAccountHome</home>
            <remote>cylikon.PreferencesEJB.CreateAccount</remote>
            <ejb-class>cylikon.PreferencesEJB.CreateAccountBean</ejb-class>
            <session-type>Stateless</session-type>
            <transaction-type>Bean</transaction-type>
            <env-entry>
                <description></description>
                <env-entry-name></env-entry-name>
                <env-entry-type>java.lang.String</env-entry-type>
                <env-entry-value></env-entry-value>
            </env-entry>
            <resource-ref>
                <description></description>
                <res-ref-name></res-ref-name>
                <res-type></res-type>
                <res-auth>Container</res-auth>
            </resource-ref>
        </session>
    </enterprise-beans>
    <assembly-descriptor/>
</ejb-jar>
