1 2 3 Previous Next 32 Replies Latest reply on Dec 18, 2007 6:09 PM by alesj Go to original post
      • 30. Re: BSH script from client
        alesj

         

        "dimitris@jboss.org" wrote:
        This is a workaround, right? ;-)

        Until this comment on JarStructure changes
         // For non top level directories that don't look like jars
         // we require a META-INF otherwise each subdirectory would be a subdeployment
        

        this is the only way of doing this. ;-)

        Or place it in the root of .sar archive.
        Or standalone.

        ;-)

        • 31. Re: BSH script from client
          starksm64

          It needs to be documented as a change in behavior for sars. The separation of the deployers into a structure and non-structural phase has changed the way sars are handled. To restore the same behavior, we would have to introduce a SARStructure deployer rather than changing the JARStructure behavior. You could not have bsh scripts in an arbitrary jar in 4.x. It was up to the deployer as to whether or not it supported subdeployments.

          • 32. Re: BSH script from client
            alesj

            I can 'hack' this SARStructure for the next release, just assign me a JIRA task. :-)

            1 2 3 Previous Next