I am trying to use ejbSelect method, but getting the following exception: Auto-deploying model (ejb-jar.xml had been touched since the previous deployment)... Error compiling C:\work\individualnetwork\deployment\development\symbiosis\enterprise\server \model: Illegal abstrac t method in dependent class com.indnet.symbiosis.service.adpricingplacement.strategy.user.saturation.Use rSaturationEntityBean: public abstract double com.indnet.symbiosis.service.adpricingplacement.st rategy.user.saturation.UserSaturationEntityBean.ejbSelectTotalSaturation(com .indnet.symbiosis.model.entity.user.UserEntity,java.util.Date,java.util.Date ) Orion/1.5.1 initialized My code looks like this: public abstract double ejbSelectTotalSaturation(UserEntity user, Date fromDate, Date toDate); The exception talks about dependent class, but this is a regular EJB CMP bean (2.0 style). Thanks. -AP_
