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

JohnBat26 do-not-reply at jboss.com
Thu Mar 29 12:32:51 EDT 2007


shane.bryzak at jboss.com: My session bean has the local interface:
--------------
package org.it.itMail.service;

/**
 * Local component interface for the UserActionBean session bean.
 * 
 */
public interface UserActionLocal
{

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

    // ------------ Business Methods  -----------------
    
    /**
     * 
     */
    public org.it.itMail.domain.User getUser(java.lang.Integer id);

    /**
     * 
     */
    public void getUsers();


    // ------------ Lifecycle Methods  -----------------
    
    public void destroy();
}
----------------

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

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



More information about the jboss-user mailing list