[EMAIL PROTECTED]: 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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user