Hi everyone,
I've got the book Professional
Java Server Programming
J2EE 1.3 Edition. Trying to run examples in Chapter 16 Entity Beans. I've got a strange error:
C:\WLSexamples\EJB\Ch16\factory>java -classpath %WL_HOME%\lib\weblogic_sp.jar;%WL_HOME%\lib\weblogic.jar weblogic.ejbc -compiler javac build\std_Factory.jar Factory.jar
ERROR: Error from ejbc:
In EJB Orders, method create(int,int,factory.product.LocalProduct,java.u
til.Date) exposes local interface types or local home interface types through th
e remote home interface of the bean. This is not allowed.
ERROR: ejbc found errors
How come I've got this error? Is that a buggy code downloaded from Wrox website or there are bugs in WLS6.1sp2???
WLS gurus, please, I need your help!!!
I really apreciate for your time.
Thanks,
Al