[jboss-user] [JBoss Seam] - Re: SEAM don't can find session bean !!

JohnBat26 do-not-reply at jboss.com
Fri Mar 30 03:10:01 EDT 2007


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



More information about the jboss-user mailing list