I tried to deploy your jar. As far as I can see your
ejb-ql is missing an AND:
<ejb-ql><![CDATA[SELECT OBJECT(owner) FROM AccountHolder owner WHERE owner.clientId = 
?1 owner.createDate = ?2]]></ejb-ql> 

just before the "owner.createDate".

The exception says:
org.jboss.deployment.DeploymentException: Could not deploy 
file:/I:/jboss/jboss-3.0.0beta2/serve
r/pmsystem/deploy/atmApplication2.jar; - nested throwable is: 
org.jboss.deployment.DeploymentExc
eption: Error compiling ejbql; - nested throwable is: 
org.jboss.ejb.plugins.cmp.ejbql.ParseExcep
tion: Encountered "owner.createDate" at line 1, column 79.
Was expecting one of:
    <EOF>
    "AND" ...
    "OR" ...
    "+" ...
    "-" ...
    "*" ...
    "/" ...

which is correct.

HTH.

Georg


_________________________________________________________
View thread online: http://main.jboss.org/thread.jsp?forum=66&thread=10464

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to