These are classes generated by WebLogic's CMP engine. You really should not be messing with this stuff, nor should you see this type of error. Since you are, I would have to guess that there is something wrong with the jar file you are passing into ejbc or the classpath you are using for ejbc is not correct.
For help related directly to WebLogic you may want to try http://newsgroups.bea.com/ Hope that helps, /mike > -----Original Message----- > From: Chekutty, Kiran [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 16, 2002 4:00 AM > To: Ant Users List > Subject: Help ... its urgent > > > Hi all, > > This message is refering to previous message. > > I found that in EControlPSWebLogic_CMP_RDBMS > > > public class EControlPSWebLogic_CMP_RDBMS extends > weblogic.cmp.rdbms.PSRdbms_Base > implements EControlPS > > which should be > > public class EControlPSWebLogic_CMP_RDBMS extends > weblogic.cmp.rdbms.PSRdbms_Base > implements > com.petrotechnics.skyobma.service.admin.entity.control.EControlPS > > Any idea regarding this... > > > > [ejbjar] building META-INF.jar with 6 files > [ejbc] > D:\dev\projects\skyobma\ejbcgen\com\petrotechnics\skyobma\serv > ice\admin\entity\control\EControlPSWebLogic_CMP_RDBMS.java:12: > cannot resolve symbol > [ejbc] symbol : class EControlPS > [ejbc] location: class > com.petrotechnics.skyobma.service.admin.entity.control.EContro > lPSWebLogic_CMP_RDBMS > [ejbc] implements EControlPS > [ejbc] ^ > [ejbc] 1 error > [ejbc] Exec failed .. exiting > Kiran Chekutty > Petrotechnics Ltd. > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> >
