关于jbuilder

本来运行jb好好的,可是save了一下,编译就不能通过了
出现如下错误why?
"Account.ejbgrpx": D:\bea\jdk131_02\bin\javaw -classpath "D:\bea\weblogic700\server\lib\weblogic.jar;D:\oracle\ora90\jdbc\lib\classes12.zip;" weblogic.ejbc -keepgenerated -compiler D:/JBuilder7/bin/bcjW D:/MyDocument/jbuilder/Account/Account.jar.jar D:/MyDocument/jbuilder/Account/Account.jar

"Account.ejbgrpx": ERROR: Error from ejbc: For cmp-field 'entityContext' of bean 'Test123', we expected to find a corresponding 'getEntityContext' method in the abstract bean class. Compilation cannot continue without this 'get' method

"Account.ejbgrpx": ERROR: ejbc found errors


是不是jb中ejbc坏了

可是其他的都可以编译啊

你的程序写的有问题。

可是我就改了个变量啊,之前都可以的