4 Replies Latest reply on Dec 23, 2011 12:51 AM by rhacker

    SAR packaging and deployment in AS 7

    porobd

      I am trying to deploy a SAR (which was working fine in AS 4.2.3) to AS 7. But am getting a ClassNotFoundException for a class that is present in a jar packaged at the SAR level. The packaging of the SAR is as follows:

       

      test.sar

      |

      |------- com/test/TestBean.class

      |

      |--------helper.jar

      |

      |--------META-INF/jboss-service.xml

       

      TestBean.class uses a class which is packaged in helper.jar but is not able to find it ? Is there something wrong with the packaging?