On 2002.04.21 14:02:40 -0400 marc fleury wrote:
> 
> |just "I haven't taken the time to find out how the deployment works or
> test
> 
> I wrote the fucking deployment.

Along with me, Jason, and Larry Sanderson, to name a few.
> 
> |it, and my pet idea isn't implemented, so I'm going to bitch"
> 
> No in fact it is the contrary my pet idea was the directory names
> first/second/third this is what the class in London decided was the
> simplest
> to use (as opposed to going and setting mbean names left and right which
> is
> the direction you are heading full speed).  David, you are really useless
> when it comes to user input, I will take the input of 20 guys when it
> comes
> to usability any day.
> 
> And now stop pissing me off.
> 
> |What doesn't work now????  give an example!
> 
> How do you say *simply*
> 
> jar1 before sar2 before war3?
> 
> marcf
> 
> 
> 
  <mbean code="org.jboss.deployment.scanner.URLDeploymentScanner"
         name="jboss.deployment:type=DeploymentScanner,flavor=URL">

    <!-- Uncomment (and comment/remove version below) to enable usage of
the DeploymentCache
    <depends 
optional-attribute-name="Deployer">jboss.deployment:type=DeploymentCache</depends>
    -->
    <depends 
optional-attribute-name="Deployer">jboss.system:service=MainDeployer</depends>

    <attribute name="ScanPeriod">5000</attribute>

    <!-- 
       | URLs are comma seperated and unprefixed arguments are considered
       | file URLs and resolve relative to server home unless the given
path
       | is absolute.
     -->
    <attribute name="URLs">
       ./deploy/jar1.jar,
       ./deploy/sar2.sar,
       ./deploy/war3.war,
       ./deploy/jar4.jar,
       ./deploy
    </attribute>
  </mbean>

Which is easier, setting it one place here or changing n names in your m
ant build scripts, scattered all over your hard drive?  Suppose you want to
change the order?  Would you rather go to one config file or your nXm
places in ant scripts?  Please explain how distributing the deployment
order over so many places is easier to use than concentrating it in one
place.

david jencks

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to