Hello,

I would appreciate anyone's help/insight on this problem:

I'm using jboss-3.2.3 and in a finder method am using the following EJB QL statement:

     SELECT OBJECT(st) FROM StockType st WHERE st.stockTypeCode LIKE 'BLANK%'

which gets put into the ejb-jar.xml as:
  
           <ejb-ql>
          <![CDATA[SELECT OBJECT(st) FROM StockType st WHERE st.stockTypeCode LIKE 
'BLANK%']]>
        </ejb-ql>

When starting jboss, I get the following error:

org.jboss.deployment.DeploymentException: Error compiling EJB-QL statement ''; - 
nested throwable: (org.jboss.ejb.plugins.cmp.ejbql.ParseException: FROM not found) at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCEJBQLQuery. (JDBCEJBQLQuery.java:50) at ...

Thank you in advance!

Lorange

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849475#3849475

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849475


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to