vmassol 2003/09/13 05:52:57
Modified: samples/ejb/src/webapp/j2ee12/WEB-INF cactus-web.xml
samples/ejb/src/webapp/j2ee13/WEB-INF cactus-web.xml
Log:
Do not link the EJB in the WAR web.xml. Ideally, we would need to add an ejb-ref.
However, as we're in the same EAR and as Orion and JBoss support this shortcut, let's
use it. The EJB sample now works with Orion 1.x, 2.x and JBoss 3.x.
Revision Changes Path
1.2 +0 -7
jakarta-cactus/samples/ejb/src/webapp/j2ee12/WEB-INF/cactus-web.xml
Index: cactus-web.xml
===================================================================
RCS file:
/home/cvs/jakarta-cactus/samples/ejb/src/webapp/j2ee12/WEB-INF/cactus-web.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cactus-web.xml 13 Sep 2003 12:11:43 -0000 1.1
+++ cactus-web.xml 13 Sep 2003 12:52:57 -0000 1.2
@@ -11,11 +11,4 @@
to edit this file if you want to change these defaults or
add other definitions required for Cactus testing. -->
- <ejb-ref>
- <ejb-ref-name>ejb/Converter</ejb-ref-name>
- <ejb-ref-type>Session</ejb-ref-type>
- <home>org.apache.cactus.sample.ejb.ConverterHome</home>
- <remote>org.apache.cactus.sample.ejb.Converter</remote>
- </ejb-ref>
-
</web-app>
1.2 +0 -7
jakarta-cactus/samples/ejb/src/webapp/j2ee13/WEB-INF/cactus-web.xml
Index: cactus-web.xml
===================================================================
RCS file:
/home/cvs/jakarta-cactus/samples/ejb/src/webapp/j2ee13/WEB-INF/cactus-web.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cactus-web.xml 13 Sep 2003 12:11:43 -0000 1.1
+++ cactus-web.xml 13 Sep 2003 12:52:57 -0000 1.2
@@ -11,11 +11,4 @@
to edit this file if you want to change these defaults or
add other definitions required for Cactus testing. -->
- <ejb-ref>
- <ejb-ref-name>ejb/Converter</ejb-ref-name>
- <ejb-ref-type>Session</ejb-ref-type>
- <home>org.apache.cactus.sample.ejb.ConverterHome</home>
- <remote>org.apache.cactus.sample.ejb.Converter</remote>
- </ejb-ref>
-
</web-app>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]