Dear friends, As described in the "Enterprise Java Beans" by Richard Monson-Hafel to save some typing in the EntityBeans I made a EntityAdapter class by implementing the javax.ejb.EntityBean interface. But while deploying in the weblogic there is a problem 1.If the EntityAdapter class is not included in the jar file , the bean asks for the "Some bean is referencing EntityAdapter class, include the EntityAdapter Class file" . 2.If I include the Entity Adapter Class in the jar file , the deployer treats the EntityAdapter file as Bean(as this implements the EntityBean interface) and searches for the Home Interface and fails there.(Obvious). Can anybody tell how to use my EntityAdapter in my case ? I am deploying in weblogic 5.1"Deploytool". Thanks Yesudas =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".