Hi everybody,
Great t have a the Authors here.
I have some problem while running the entity bean.
Following is the error i get when i run the following comand,
It prepares the std_ejb_jar file and when executing the ejbc command following error ocurs :
D:\bea\wlserver6.0\samples\ejb\com\entity\cabin>
java -classpath d:\bea\wlserver6.0/lib/weblogic_sp.jar;d:\bea\wlserver6.0/lib/weblogic.jar weblogic.ejbc -verbose -compiler javac build\std_ejb_cabin.jar \ejb_cabin.jar
ERROR: Error from ejbc: [9.7.12] In
EJB cabinmethod, the findByPrimaryKey method must return the Entity bean's remote interface type, and it's parameter must be the primary key type or java.lang.Object: findByPrimaryKey(ejb.com.entity.cabin.CabinPK) ERROR: ejbc found errors Process Exit...
I have a table called cabin_table with id has not null.
THanx in Advance