1 Reply Latest reply on Jun 8, 2006 10:40 AM by gavin.king

    Seam's Dependant Libraries

    brianleonard

      I've deployed a Seam application to the GlassFish container. In order to do so, I needed to include several dependent libraries. Do you recommend I grab these libraries from their sources?

      commons-logging-1.1.jar (jakarta.apache)
      dom4j.jar (dom4j.org)
      hibernate-annotations.jar (hibernate.org)
      cglib.jar (cglib.sourceforge)

      or must a developer also install JBoss from which to pull these libraries (I'm assuming the latter because cglib-2.1_3.jar was missing some classes Seam required).

      Has any thought been given to providing a companion archive with these required libraries?