有哪位朋友能看明白下面的错误信息的?(关键字:linux,weblogic,ejb,bea-010054)
梦想家起飞 2004-05-01 10:40:17 我已经没有力气了...
开发调试平台是RH Linux9+Oracle817+Weblogic812+JBuilder9.
开发一般的jdbc应用,sessionBean等,正常,而只要开发entityBean就会出现以下的错误(make的时候,还不到deploy).但是相同的代码,相同的操作过程,在windowsXP下则可以通过.
问题若能解决,定当重分相谢!!!
=======================================================================
"Cmp.jar": /u01/bea/jdk141_05/bin/java -classpath "/root/jbproject/cmpSample/classes:/u01/bea/weblogic81/server/lib/weblogic_sp.jar:/u01/bea/weblogic81/server/lib/weblogic.jar:/u01/bea/weblogic81/server/lib/webservices.jar:/u01/oracle/classes12.zip:" weblogic.appc -keepgenerated -forceGeneration -compiler /u01/bea/jdk141_05/bin/javac /root/jbproject/cmpSample/Cmp.jar.jar -output /root/jbproject/cmpSample/Cmp.jar
"Cmp.jar": <2004-5-1 下午22时14分25秒 CST> <Warning> <EJB> <BEA-010054> <EJB Deployment: Student has a class cmpsample.StudentBean that is in the classpath. This class should only be located in the ejb-jar file.>
"Cmp.jar": <2004-5-1 下午22时14分26秒 CST> <Warning> <EJB> <BEA-010054> <EJB Deployment: Student has a class cmpsample.StudentRemoteHome that is in the classpath. This class should only be located in the ejb-jar file.>
"Cmp.jar": <2004-5-1 下午22时14分26秒 CST> <Warning> <EJB> <BEA-010054> <EJB Deployment: Student has a class cmpsample.StudentRemote that is in the classpath. This class should only be located in the ejb-jar file.>
"Cmp.jar": <2004-5-1 下午22时14分26秒 CST> <Warning> <EJB> <BEA-010054> <EJB Deployment: Student has a class cmpsample.StudentHome that is in the classpath. This class should only be located in the ejb-jar file.>
"Cmp.jar": <2004-5-1 下午22时14分26秒 CST> <Warning> <EJB> <BEA-010054> <EJB Deployment: Student has a class cmpsample.Student that is in the classpath. This class should only be located in the ejb-jar file.>
"Cmp.jar": /tmp/appcgen/cmpsample/Student_z53p80__WebLogic_CMP_RDBMS.java:305: cannot resolve symbol
"Cmp.jar": symbol : variable __W_modifiedBeanIsRegistered
"Cmp.jar": location: class cmpsample.Student_z53p80__WebLogic_CMP_RDBMS
"Cmp.jar": if (! __W_modifiedBeanIsRegistered) {
"Cmp.jar": ^
"Cmp.jar": 1 error
"Cmp.jar": Exec failed .. exiting
=======================================================================