User: jules_gosnell Date: 02/02/12 13:41:49 Modified: jetty/src/main/org/jboss/jetty/ejb CoarseHttpSessionBean.java Log: publish method on remote interface Revision Changes Path 1.7 +3 -2 contrib/jetty/src/main/org/jboss/jetty/ejb/CoarseHttpSessionBean.java Index: CoarseHttpSessionBean.java =================================================================== RCS file: /cvsroot/jboss/contrib/jetty/src/main/org/jboss/jetty/ejb/CoarseHttpSessionBean.java,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- CoarseHttpSessionBean.java 3 Feb 2002 00:14:26 -0000 1.6 +++ CoarseHttpSessionBean.java 12 Feb 2002 21:41:49 -0000 1.7 @@ -18,7 +18,7 @@ * The Entity bean represents an HttpSession. * * @author [EMAIL PROTECTED] - * @version $Revision: 1.6 $ + * @version $Revision: 1.7 $ * * @ejb:bean name="CoarseHttpSession" type="CMP" jndi-name="jetty/CoarseHttpSession" primkey-field="id" * @ejb:pk class="java.lang.String" @@ -296,7 +296,8 @@ // Bulk accessor /** - * Not remote, but could be. + * @ejb:interface-method + * @ejb:transaction type="Supports" */ public abstract void setData(CoarseHttpSessionData data);
_______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development