容器管理BEAN

我在用EJB QL开发容器管理BEAN时,
总是报"Demo2.ejbgrpx": ERROR: Error from ejbc: Error while reading 'META-INF/weblogic-cmp-rdbms-jar.xml'.
根据提示是讲我的QUERY串有误,我的串是这样写的:
Select stu From Student where stu.stuname=1?,Student是抽象模式名,stuname是数据库表中要查找的字段,

我的开发平台是:JB9+WebLogic7.0+SQL SERVER2000
其它的查找和创建方法都没有问题,但只要自己加其它的查找方法就报错~~~~请高手指教。。。

select object(o) from student as o where o.stuname=?1