Hello, In my CMP entity bean, I have a Set whose values will always implement an interface (KMDefinitionFactory). When I try to deploy this, I get an error: Error compiling file:/C:/dev/lib/: Dependent OR class com.epistemic.km.KMDefinitionFactory cannot be abstract unless the ejb-jar.xml has a <dependent> tag for it Could someone please tell me where I should add the suggested <dependent> tag? I looked in ejb-jar.xml and orion-ejb-jar.xml but can't find an appropriate place. Thanks, Vidur
