User: jules_gosnell
Date: 02/01/13 13:30:13
Modified: jetty/src/main/org/jboss/jetty/ejb
CoarseHttpSessionBean.java
Log:
a fixed watchdog ear will now deploy/undeploy happily and tests can be run:
[java] [gtest] *** 333 TEST(S) PASSED! ***
[java] [gtest] *** 9 TEST(S) FAILED! ***
Revision Changes Path
1.5 +1 -3
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.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- CoarseHttpSessionBean.java 2002/01/13 13:26:45 1.4
+++ CoarseHttpSessionBean.java 2002/01/13 21:30:13 1.5
@@ -18,7 +18,7 @@
* The Entity bean represents an HttpSession.
*
* @author [EMAIL PROTECTED]
- * @version $Revision: 1.4 $
+ * @version $Revision: 1.5 $
*
* @ejb:bean name="jetty/CoarseHttpSession" type="CMP"
jndi-name="ejb/jetty/CoarseHttpSession" primkey-field="id"
* @ejb:pk class="java.lang.String"
@@ -66,7 +66,6 @@
* Create httpSession.
*
* @ejb:create-method
- * @ejb:permission role-name="Administrator"
*/
public Integer ejbCreate(CoarseHttpSessionData data)
throws CreateException
@@ -303,7 +302,6 @@
/**
* @ejb:interface-method
- * @ejb:permission role-name="Administrator"
* @ejb:transaction type="Supports"
*/
public abstract CoarseHttpSessionData getData();
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development