1 Reply Latest reply on Aug 4, 2004 4:28 AM by aloubyansky

    Problem with the ejb-ql when i start a Entity EJB

    feden

      i have problem when deploying the EJb with the same ejb-ql.

      This is the error...


      ERROR [org.jboss.ejb.EntityContainer] Starting failed
      org.jboss.deployment.DeploymentException: Error compiling EJB-QL statement 'select object(o) from BprInstSubProActivityEJB o where o.pngId = ?1 and o.insId = ?2 and o.versionId = ?3 and o.actId = ?4'; - nested throwable: (java.lang.NoSuchMethodError)

      2004-08-03 17:25:25,273 WARN [org.jboss.system.ServiceController] Problem starting service jboss.j2ee:jndiName=local/BprLogsActivityExtEJB,service=EJB
      org.jboss.deployment.DeploymentException: Error compiling EJB-QL statement 'select object(o) from BprInstSubProActivityEJB o where o.pngId = ?1 and o.insId = ?2 and o.versionId = ?3 and o.actId = ?4'; - nested throwable: (java.lang.NoSuchMethodError)

      at last the console have this message..

      INFO [org.jboss.ejb.plugins.jms.DLQHandler] Started null

      if someone have the solution please, tell me abaut it...