1 Reply Latest reply on Nov 29, 2001 7:56 AM by petersen

    Problem deploying .jar file

    petersen

      I am having a problem deploying a .jar file. When deploying this particular file (it is by the way generated by Ant 1.4.1), the following error message is returned by JBoss:

      [Container factory] Deploying S_person
      [Container factory] Deploying S_nameForPerson
      [JAWS] Created table 'CRM_ENTITY' successfully.
      [Container factory] ERROR : Nested Field does not have a get method
      [JAWS] Created table 'CRM_NAME' successfully.
      [Container factory] ERROR : Nested Field does not have a get method
      [JAWS] Created table 'CRM_PERSON' successfully.
      [Bean Cache] Cache policy scheduler started

      If I rename my .jar file to .zip, I am having no problems. Does anyone have any idea as to what is wrong?

      Regards
      KP