User: salborini
Date: 00/08/14 11:26:40
Modified: . CDEJB.tar.gz jboss_cmp3.html
Log:
Fixed ejb-jar.xml in CD example for ejb1.1 compliance
Revision Changes Path
1.2 +190 -194 website/CDEJB.tar.gz
<<Binary file>>
1.2 +2 -0 website/jboss_cmp3.html
Index: jboss_cmp3.html
===================================================================
RCS file: /products/cvs/ejboss/website/jboss_cmp3.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jboss_cmp3.html 2000/08/01 01:37:11 1.1
+++ jboss_cmp3.html 2000/08/14 18:26:40 1.2
@@ -77,6 +77,8 @@
<home>com.web_tomorrow.cd.CDCollectionHome</home>
<remote>com.web_tomorrow.cd.CDCollection</remote>
<ejb-class>com.web_tomorrow.cd.CDCollectionBean</ejb-class>
+ <session-type>Stateless</session-type>
+ <transaction-type>Container</transaction-type>
<ejb-ref>
<ejb-ref-name>ejb/CD</ejb-ref-name>
<ejb-ref-type>Entity</ejb-ref-type>