I change local interface:
-----------------------------------------
package org.it.itMail.service;

import javax.ejb.*;

/**
 * Local component interface for the UserManagerBean session bean.
 * 
 */
@Local
public interface UserManagerLocal
{

    // ----------- Accessors For Constants ------------
    

    // ------------ Business Methods  -----------------
    
    /**
     * 
     */
    public java.util.List loadUsers();

}
-----------------------------------------

But SEAM don't find session bean again !!! 
:(((((((((

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033021
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to