User: oberg
Date: 00/05/30 23:59:08
Modified: src/main/org/jboss/ejb/plugins/jaws/deployment
JawsEntity.java
Log:
Fixed broken CMP and Finder GUI
Revision Changes Path
1.3 +1 -7
jboss/src/main/org/jboss/ejb/plugins/jaws/deployment/JawsEntity.java
Index: JawsEntity.java
===================================================================
RCS file:
/products/cvs/ejboss/jboss/src/main/org/jboss/ejb/plugins/jaws/deployment/JawsEntity.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- JawsEntity.java 2000/05/30 18:32:24 1.2
+++ JawsEntity.java 2000/05/31 06:59:07 1.3
@@ -29,7 +29,7 @@
*
* @see <related>
* @author Rickard �berg ([EMAIL PROTECTED])
- * @version $Revision: 1.2 $
+ * @version $Revision: 1.3 $
*/
public class JawsEntity
extends com.dreambean.ejx.ejb.Entity
@@ -93,12 +93,6 @@
return Util.getChildrenByClass(iterator(),Finder.class);
}
- public Iterator iterator()
- {
- // Don't show children
- return new ArrayList().iterator();
- }
-
// BeanContextChildComponentProxy implementation -----------------
public Container getContainer()
{