4 Replies Latest reply on Jul 28, 2004 2:24 AM by aloubyansky

    EJB-QL not equals to

    juniorcarl


      Can anyone help identify the problem with the EJB-QL statement below? I'm using JBoss 3.2.5.

      <ejb-ql>
      SELECT OBJECT(s) FROM Service s WHERE s.price <> 0
      </ejb-ql>

      org.jboss.deployment.DeploymentException: The content of elements must consist of well-formed character data or markup.; - nested throwable: (org.xml.sax.SAXParseException: The content of elements must consist of well-formed character data or markup.)