0 Replies Latest reply on Jul 29, 2003 2:49 AM by ck1

    UnknownPathException on 3.2.x

    ck1

      Hi all,

      I'm trying to do some maintenance on a J2EE application I've inherited, but I can't seem to get the thing to deploy properly under 3.2.x.

      The ant build works just fine, xdoclet tasks seem to be OK, but the deployment chokes on 4 or 5 different EJB-QL statements which appear to be correct. Ex:

      SELECT DISTINCT OBJECT(h)
      FROM ResourceEntity AS h,
      IN(h.ProjectResourceAssignments) pra
      WHERE pra.ProjectEntity.id = ?1


      Version Info:
      JBoss 3.2.1
      Tomcat 4.1.24
      J2EE SDK 1.4
      Ant 1.5.3-1
      XDoclet 1.2-beta3

      The relationships all appear to be correctly defined via xdoclet in the java source, but as I am relatively new to xdoclet, i may have missed a tag somewhere.

      I don't know if it's significant, but it seems that the relationships that are failing are all relating to the same entity, this ProjectEntityBean that I have defined in the system.

      Any assistance would be appreciated!

      Thanks,

      -ck1