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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...