User: starksm
Date: 01/07/09 01:54:13
Modified: src/resources/web/WEB-INF Tag: Branch_2_4 web.xml
Log:
Added test of an unsecure MDB accessing an internal entity EJB using
the run-as element.
Revision Changes Path
No revision
No revision
1.8.2.2 +4 -6 jbosstest/src/resources/web/WEB-INF/web.xml
Index: web.xml
===================================================================
RCS file: /cvsroot/jboss/jbosstest/src/resources/web/WEB-INF/web.xml,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -u -r1.8.2.1 -r1.8.2.2
--- web.xml 2001/07/09 01:06:08 1.8.2.1
+++ web.xml 2001/07/09 08:54:13 1.8.2.2
@@ -240,43 +240,41 @@
<ejb-ref>
<ejb-ref-name>ejb/bean0</ejb-ref-name>
<ejb-ref-type>Session</ejb-ref-type>
- <ejb-link>ENCBean0</ejb-link>
<home>org.jboss.test.web.interfaces.StatelessSessionHome</home>
<remote>org.jboss.test.web.interfaces.StatelessSession</remote>
+ <ejb-link>ENCBean0</ejb-link>
</ejb-ref>
<ejb-ref>
<ejb-ref-name>ejb/bean1</ejb-ref-name>
<ejb-ref-type>Session</ejb-ref-type>
- <ejb-link>ENCBean1</ejb-link>
<home>org.jboss.test.web.interfaces.StatelessSessionHome</home>
<remote>org.jboss.test.web.interfaces.StatelessSession</remote>
+ <ejb-link>ENCBean1</ejb-link>
</ejb-ref>
<ejb-ref>
<ejb-ref-name>ejb/bean2</ejb-ref-name>
<ejb-ref-type>Session</ejb-ref-type>
- <ejb-link>ENCBean1</ejb-link>
<home>org.jboss.test.web.interfaces.StatelessSessionHome</home>
<remote>org.jboss.test.web.interfaces.StatelessSession</remote>
+ <ejb-link>ENCBean1</ejb-link>
</ejb-ref>
<ejb-ref>
<ejb-ref-name>ejb/OptimizedEJB</ejb-ref-name>
<ejb-ref-type>Session</ejb-ref-type>
- <ejb-link>OptimizedEJB</ejb-link>
<home>org.jboss.test.web.interfaces.StatelessSessionHome</home>
<remote>org.jboss.test.web.interfaces.StatelessSession</remote>
+ <ejb-link>OptimizedEJB</ejb-link>
</ejb-ref>
<ejb-ref>
<ejb-ref-name>ejb/SecuredEJB</ejb-ref-name>
<ejb-ref-type>Session</ejb-ref-type>
- <ejb-link>SecuredEJB</ejb-link>
<home>org.jboss.test.web.interfaces.StatelessSessionHome</home>
<remote>org.jboss.test.web.interfaces.StatelessSession</remote>
</ejb-ref>
<ejb-ref>
<ejb-ref-name>ejb/UnsecuredEJB</ejb-ref-name>
<ejb-ref-type>Session</ejb-ref-type>
- <ejb-link>UnsecuredEJB</ejb-link>
<home>org.jboss.test.web.interfaces.StatelessSessionHome</home>
<remote>org.jboss.test.web.interfaces.StatelessSession</remote>
</ejb-ref>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development