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": >
...全文
110 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
mklv 2004-12-15
  • 打赏
  • 举报
回复
问题解决了
谢谢
D99 2004-12-14
  • 打赏
  • 举报
回复
select object(o) from BookITem as o

1,237

社区成员

发帖
与我相关
我的任务
社区描述
企业软件 中间件技术
社区管理员
  • 中间件
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧