the error message is as follows, i don't know the reason. if anybody know the solution, please help me. thanks!
"CallCenterEJB.ejbgrpx": C:\BorlandEnterpriseServer\jdk\bin\javaw -classpath "C:\bea\wlserver\lib\weblogic_sp.jar;C:\bea\wlserver\lib\weblogic.jar;C:\BorlandEnterpriseServer\lib\asrt.jar;C:\BorlandEnterpriseServer\lib\lm.jar;C:\BorlandEnterpriseServer\lib\xmlrt.jar;C:\BorlandEnterpriseServer\lib\vbjorb.jar;C:\BorlandEnterpriseServer\lib\vbejb.jar;C:\BorlandEnterpriseServer\lib\vbsec.jar;C:\BorlandEnterpriseServer\lib\beandt.jar;C:\BorlandEnterpriseServer\lib\dx.jar;C:\BorlandEnterpriseServer\SonicMQ\lib\client.jar;D:\oracle\jdbc\lib\classes12.jar;" weblogic.ejbc -keepgenerated -compiler C:/JBuilder/bin/bcjW D:/source/CallCenter/CallCenterEJB.jar.jar D:/source/CallCenter/CallCenterEJB.jar
"CallCenterEJB.ejbgrpx": ERROR: Error from ejbc: Error while reading 'META-INF/weblogic-cmp-rdbms-jar.xml'. The error was:
"CallCenterEJB.ejbgrpx":
"CallCenterEJB.ejbgrpx": weblogic.ejb20.cmp.rdbms.finders.IllegalExpressionException:
"CallCenterEJB.ejbgrpx": While trying to process Finder
"CallCenterEJB.ejbgrpx": Method Name: findByName
"CallCenterEJB.ejbgrpx": Parameter Types: (java.lang.String)
"CallCenterEJB.ejbgrpx":
EJB Query: select p from CsPersoninfo as p where p.name=?1
"CallCenterEJB.ejbgrpx": )
"CallCenterEJB.ejbgrpx": Could not parse EJB QL expression: select p from CsPersoninfo as p where p.name=?1
"CallCenterEJB.ejbgrpx": weblogic.ejb20.cmp.rdbms.finders.IllegalExpressionException:
"CallCenterEJB.ejbgrpx": While trying to process Finder
"CallCenterEJB.ejbgrpx": Method Name: findByDepartment
"CallCenterEJB.ejbgrpx": Parameter Types: (java.lang.String)
"CallCenterEJB.ejbgrpx": EJB Query: select p from CsPersoninfo as p where p.department=?1
"CallCenterEJB.ejbgrpx": )
"CallCenterEJB.ejbgrpx": Could not parse EJB QL expression: select p from CsPersoninfo as p where p.department=?1
"CallCenterEJB.ejbgrpx": weblogic.ejb20.cmp.rdbms.finders.IllegalExpressionException:
"CallCenterEJB.ejbgrpx": While trying to process Finder
"CallCenterEJB.ejbgrpx": Method Name: findManager
"CallCenterEJB.ejbgrpx": Parameter Types: ()
"CallCenterEJB.ejbgrpx": EJB Query: select p from CsPersoninfo as p where p.manager='1'
"CallCenterEJB.ejbgrpx": )
"CallCenterEJB.ejbgrpx": Could not parse EJB QL expression: select p from CsPersoninfo as p where p.manager='1'
"CallCenterEJB.ejbgrpx": weblogic.ejb20.cmp.rdbms.finders.IllegalExpressionException:
"CallCenterEJB.ejbgrpx": While trying to process Finder
"CallCenterEJB.ejbgrpx": Method Name: findChildren
"CallCenterEJB.ejbgrpx": Parameter Types: (long)
"CallCenterEJB.ejbgrpx": EJB Query: select p from CsTroubletype as p where p.fid=?1
"CallCenterEJB.ejbgrpx": )
"CallCenterEJB.ejbgrpx": Could not parse EJB QL expression: select p from CsTroubletype as p where p.fid=?1
"CallCenterEJB.ejbgrpx": weblogic.ejb20.cmp.rdbms.finders.IllegalExpressionException:
"CallCenterEJB.ejbgrpx": While trying to process Finder
"CallCenterEJB.ejbgrpx": Method Name: findFather
"CallCenterEJB.ejbgrpx": Parameter Types: (long)
"CallCenterEJB.ejbgrpx": EJB Query: select p from CsTroubletype as p where p.id=?1
"CallCenterEJB.ejbgrpx": )
"CallCenterEJB.ejbgrpx": Could not parse EJB QL expression: select p from CsTroubletype as p where p.id=?1
"CallCenterEJB.ejbgrpx": weblogic.ejb20.cmp.rdbms.finders.IllegalExpressionException:
"CallCenterEJB.ejbgrpx": While trying to process Finder
"CallCenterEJB.ejbgrpx": Method Name: findByName
"CallCenterEJB.ejbgrpx": Parameter Types: (java.lang.String)
"CallCenterEJB.ejbgrpx": EJB Query: select p from CsTroubletype as p where p.name=?1
"CallCenterEJB.ejbgrpx": )
"CallCenterEJB.ejbgrpx": Could not parse EJB QL expression: select p from CsTroubletype as p where p.name=?1
"CallCenterEJB.ejbgrpx": weblogic.ejb20.cmp.rdbms.finders.IllegalExpressionException:
"CallCenterEJB.ejbgrpx": While trying to process Finder
"CallCenterEJB.ejbgrpx": Method Name: findByTroubleType
"CallCenterEJB.ejbgrpx": Parameter Types: (java.lang.Long)
"CallCenterEJB.ejbgrpx": EJB Query: select p from CsApplyform AS p where p.troubletype=?1
"CallCenterEJB.ejbgrpx": )
"CallCenterEJB.ejbgrpx": Could not parse EJB QL expression: select p from CsApplyform AS p where p.troubletype=?1
"CallCenterEJB.ejbgrpx": weblogic.ejb20.cmp.rdbms.finders.IllegalExpressionException:
"CallCenterEJB.ejbgrpx": While trying to process Finder
"CallCenterEJB.ejbgrpx": Method Name: findByDeclarer
"CallCenterEJB.ejbgrpx": Parameter Types: (java.lang.String)
"CallCenterEJB.ejbgrpx": EJB Query: select p from CsApplyform AS p where p.declarer=?1
"CallCenterEJB.ejbgrpx": )
"CallCenterEJB.ejbgrpx": Could not parse EJB QL expression: select p from CsApplyform AS p where p.declarer=?1
"CallCenterEJB.ejbgrpx": weblogic.ejb20.cmp.rdbms.finders.IllegalExpressionException:
"CallCenterEJB.ejbgrpx": While trying to process Finder
"CallCenterEJB.ejbgrpx": Method Name: findNewApplyforms
"CallCenterEJB.ejbgrpx": Parameter Types: ()
"CallCenterEJB.ejbgrpx": EJB Query: select p from CsApplyform as p where p.state=0
"CallCenterEJB.ejbgrpx": )
"CallCenterEJB.ejbgrpx": Could not parse EJB QL expression: select p from CsApplyform as p where p.state=0
"CallCenterEJB.ejbgrpx": weblogic.ejb20.cmp.rdbms.finders.IllegalExpressionException:
"CallCenterEJB.ejbgrpx": While trying to process Finder
"CallCenterEJB.ejbgrpx": Method Name: findByHandler
"CallCenterEJB.ejbgrpx": Parameter Types: (java.lang.String)
"CallCenterEJB.ejbgrpx": EJB Query: select p from CsApplyform as p where p.handler=?1
"CallCenterEJB.ejbgrpx": )
"CallCenterEJB.ejbgrpx": Could not parse EJB QL expression: select p from CsApplyform as p where p.handler=?1
"CallCenterEJB.ejbgrpx": weblogic.ejb20.cmp.rdbms.finders.IllegalExpressionException:
"CallCenterEJB.ejbgrpx": While trying to process Finder
"CallCenterEJB.ejbgrpx": Method Name: findByTroubletype
"CallCenterEJB.ejbgrpx": Parameter Types: (long)
"CallCenterEJB.ejbgrpx": EJB Query: select p from CsExperts as p where p.troubletype=?1
"CallCenterEJB.ejbgrpx": )
"CallCenterEJB.ejbgrpx": Could not parse EJB QL expression: select p from CsExperts as p where p.troubletype=?1
"CallCenterEJB.ejbgrpx": ERROR: ejbc found errors