Update of /cvsroot/xdoclet/xdoclet/samples/src/java/test/ejb In directory sc8-pr-cvs1:/tmp/cvs-serv18577/src/java/test/ejb
Modified Files: CustomerBean.java Log Message: fixed samples build Index: CustomerBean.java =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/samples/src/java/test/ejb/CustomerBean.java,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** CustomerBean.java 13 Mar 2003 00:08:03 -0000 1.16 --- CustomerBean.java 30 Jun 2003 08:47:25 -0000 1.17 *************** *** 159,165 **** * members-name="Account" * relation="external" ! * type="Collection" */ ! public Collection getAccounts() { // Some code here under that will flame the guy who break multiple method tags CustomerNormalValue normal = new CustomerNormalValue(); --- 159,165 ---- * members-name="Account" * relation="external" ! * type="java.util.Collection" */ ! public java.util.Collection getAccounts() { // Some code here under that will flame the guy who break multiple method tags CustomerNormalValue normal = new CustomerNormalValue(); *************** *** 262,268 **** * members-name="ShippingAddress" * relation="external" ! * type="Collection" */ ! public Collection getShippingAddresses() { try { AddressLocalHome home = (AddressLocalHome) new InitialContext().lookup("java:comp/env/ejb/bank/Address"); --- 262,268 ---- * members-name="ShippingAddress" * relation="external" ! * type="java.util.Collection" */ ! public java.util.Collection getShippingAddresses() { try { AddressLocalHome home = (AddressLocalHome) new InitialContext().lookup("java:comp/env/ejb/bank/Address"); ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel