Hello again,

I am still getting this problem and I don't understand why.
In case anybody out there can help - I am posting a copy of my ejb-jar file to provide 
further insight into what i am deploying.

Thanks again.

Pete

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN"
                                                                                       
 "http://java.sun.com/dtd/ejb-jar_2_0.dtd";>

<ejb-jar        xmlns="http://java.sun.com/xml/ns/j2ee";
                                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
                                xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
                                                                                       
                 http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd";
                                version="2.1">
        <enterprise-beans>
                
                        <ejb-name>LoginEJB</ejb-name>
                        com.peteslater.template.business.ejb.login.LoginHome
                        com.peteslater.template.business.ejb.login.LoginRemote
                        
<ejb-class>com.peteslater.template.business.ejb.login.LoginEJB</ejb-class>
                        <session-type>Stateless</session-type>
                        <transaction-type>Container</transaction-type>
                        <ejb-ref>
                                <ejb-ref-name>ejb/CustomerEJB</ejb-ref-name>
                                <ejb-ref-type>Entity</ejb-ref-type>
                                
com.peteslater.template.business.ejb.customer.CustomerHome
                                
com.peteslater.template.business.ejb.customer.CustomerRemote
                        </ejb-ref>
                
                
                        <ejb-name>CustomerEJB</ejb-name>
                        com.peteslater.template.business.ejb.customer.CustomerHome
                        com.peteslater.template.business.ejb.customer.CustomerRemote
                        
<ejb-class>com.peteslater.template.business.ejb.customer.CustomerEJB</ejb-class>
                        <persistence-type>Container</persistence-type>
                        <prim-key-class>java.lang.Integer</prim-key-class>
                        False
                        <cmp-version>2.x</cmp-version>
                        <abstract-schema-name>Customer</abstract-schema-name>
                        <cmp-field><field-name>id</field-name></cmp-field>
                        <cmp-field><field-name>firstName</field-name></cmp-field>
                        <cmp-field><field-name>lastName</field-name></cmp-field>
                        <primkey-field>id</primkey-field>
                        <security-identity><use-caller-identity/></security-identity>
                
        </enterprise-beans>
        <assembly-descriptor>
                <container-transaction>
                        
                                <ejb-name>CustomerEJB</ejb-name>
                                <method-name>*</method-name>
                        
                        <trans-attribute>Supports</trans-attribute>
                </container-transaction>
        </assembly-descriptor>
</ejb-jar>

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849505#3849505

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849505


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to