0 Replies Latest reply on Jun 14, 2007 5:24 AM by leezard

    Seam application packaging question

    leezard

      Hi all,

      I'm trying to build seam sample application using maven.
      I have only a few dependencies in my project:
      seam-1.2.1, seam-ui-1.2.1, facelets and java5 api (just for development).

      Now when I package whole application into EAR maven includes all seam's dependencies into this EAR. Those dependencies are:

      hibernate-annotatnions
      asm
      hibernate
      commons-logging
      jta
      persistence-api
      asm-attrs
      antlr
      jms
      javaassist
      ecache
      dom4j
      cglib
      commons-collections

      I read "packaging" chapter of seam doc, and there is shown sample EAR structure of seam application. There are only a few jars included:
      seam
      seam-ui
      facelets
      el-api
      el-ri

      Now, do I have to exclude all the dependencies from my EAR and include only jars mentioned in seam doc? Are the other jars avalilable in Jboss already?