Bugs item #858412, was opened at 2003-12-11 11:08
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=858412&group_id=22866

Category: JBossServer
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Rodney Russ (rruss)
Assigned to: Nobody/Anonymous (nobody)
Summary: Change in URLDeploymentScanner behavior

Initial Comment:
In 3.0.2 the URLDeploymentScanner would deploy all
components in a directory that was listed in the URL
list (configured in jboss-service.xml) before deploying
components of the next directory.  This was
accomplished in the scan method by passing off each
directory found to the scanDirectory method.  The
scanDirectory method would find all deployable files,
sort that list (with the configured sorter), then
deploy all URL's in the list.  

In 3.2.3, this behavior was changed.  All deployable
URL's found in each URL configured in jboss-service.xml
are added to a list, then that list is sorted.  The
effective behavior is to deploy in the sort order
across all directories listed instead of within each
directory listed.  

We are trying to upgrade from 3.0.2 to 3.2.3, and this
change in behavior is breaking our deployment
environment.  We created multiple directories to
account for some deployment dependencies with the
understanding that the order in jboss-service.xml would
affect deployment order.  Could we either get an
alternative URLDeploymentScanner that has the old
behavior, or have an attribute that could be set in the
URLDeploymentScanner mbean configuration in
jboss-service.xml to preserve the old behavior?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=858412&group_id=22866


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to