David Jencks wrote:

> Hi,
> 
> I've been using and enjoying this new feature, many thanks.  I have had a
> slight problem,
> my system is trying to activate the "Default" deployer at startup... ain't
> no such thing.
> 
> This fixes it:
> 
>     public AutoDeployer(String urlList)
>     {
> -        this ("Default", urlList);
> +        this ("", urlList);
>     }

I'm confused, although that might be the beers talking.  What does your 
jboss.jcml entry for the AutoDeployer look like?  AFAICT, the initial 
value that is fed to setDeployers will be discarded unless you don't 
have a <attribute name="Deployers"> bit.

I think that defaulting to the deployer named "Default" is reasonable.

Toby.


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to