0 Replies Latest reply on Mar 20, 2003 5:58 AM by romanofabian

    Locating Errors in ejb-jar.xml, How?

    romanofabian

      Often, when developing EJB applications with JBoss we encounter errors like

      2003-03-20 18:46:29,141 WARN [org.jboss.system.ServiceController] Problem starting service jboss.j2ee:jndiName=edu/up/hrdo/hris/entity/jobs/PsiVersion,service=EJB
      org.jboss.deployment.DeploymentException: Error compiling ejbql; - nested throwable: (org.jboss.ejb.plugins.cmp.ejbql.ParseException: Encountered "" at line 6, column 61.
      Was expecting one of:


      But usually the error is not where the service had a problem starting as indicated by the error. Also the message displays at line 6, column 61. Does this mean anything? If not, how do you locate the error in your ejb-jar.xml using the error messages generated by JBoss?

      Please help! Thank you very much!