JBuilderX + WebLogic8.1开发J2EE问题
mklv 2004-12-09 09:47:46 我编写完成以后,Make bookentity,便出现如下错误:
findAllBook: select book from BookITem as book
findAllOrder: select order from Orderinfo as order
请问各位大虾,是怎么回事啊?
"bookentity.jar": <2004/12/9 上午09時37分07秒 CST> <Warning> <EJB> <BEA-010099> <WARNING(S) from EJB QL Compiler.
"bookentity.jar": Query:
"bookentity.jar": EJB Name: BookItem
"bookentity.jar": Method Name: findAllBook
"bookentity.jar": Parameter Types: ()
"bookentity.jar": select book from BookItem as book
"bookentity.jar": Warning: [EJB:013061]
"bookentity.jar": Note, in EJB QL, the argument of SELECT single_valued_path_expression cannot be an identification_variable.
"bookentity.jar": The compiler will assume that you meant to write the SELECT clause as SELECT OBJECT(book).
"bookentity.jar": >
"bookentity.jar": <2004/12/9 上午09時37分07秒 CST> <Warning> <EJB> <BEA-010099> <WARNING(S) from EJB QL Compiler.
"bookentity.jar": Query:
"bookentity.jar": EJB Name: Orderinfo
"bookentity.jar": Method Name: findAllOrder
"bookentity.jar": Parameter Types: ()
"bookentity.jar": select order from Orderinfo as order
"bookentity.jar": Warning: [EJB:013061]
"bookentity.jar": Note, in EJB QL, the argument of SELECT single_valued_path_expression cannot be an identification_variable.
"bookentity.jar": The compiler will assume that you meant to write the SELECT clause as SELECT OBJECT(order).
"bookentity.jar": >