0 Replies Latest reply on Dec 28, 2004 3:55 PM by fbiaggi

    How to convert JAWS joins to JBOSS-QL

    fbiaggi

      Hello,
      searched but very difficult to find,
      how can I convert a jaws finder like (no CMR's):

      <query>, MySub...</query>

      to a joboss-ql like:
      <jboss-ql>select object(h) from Myhead AS h, MyUsb AS s where....

      Error:
      org.jboss.deployment.DeploymentException: Error compiling JBossQL statement 'select object(h) from Myhead AS h, MyUsb AS s where ...
      Encountered "MyUsb" at line 1, column ...

      Thanks for help.