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);
    }


Thanks
David Jencks

On 2001.04.16 02:12:30 -0400 Toby Allsopp wrote:
> Hey, Toby, that sounds great! However, I got pissed off with all the 
> AutoDeployers springing up all over the place so I've made it so that a 
> single AutoDeployer instance can be configured to use multiple delegate 
> deployers.
> 
> This means that now you can just drop RARs into the deploy directory 
> without worrying about adding extra AutoDeployers.
> 
> Cheers,
> Toby.
> 
> Toby Allsopp wrote:
> 
> > Hello, current and potential users of JBossCX, JBoss's J2EE Connector 
> > Architecture implementation.
> > 
> > I have just committed some changes that allow resource adapters to be 
> > deployed by simply dropping them into a directory just as you would for
> 
> > ejb-jars, EARs or WARs.
> > 
> > This amazing new feature is enabled by configuring an instance of the 
> > AutoDeployer service to watch a directory and delegate to the 
> > RARDeployer service instead of the J2eeDeployer service.
> > 
> > I have updated the default jboss.jcml to add an AutoDeployer watching 
> > deploy/lib. The purpose of this is so that resource adapters that are 
> > bundled with JBoss will be deployed at server startup. I suggest that
> if 
> > you are using other resource adapters then you should create a new 
> > directory, say deploy/resource, and add an AutoDeployer for that
> directory.
> > 
> > It should be possible to add another AutoDeployer, using RARDeployer, 
> > for the deploy directory, but I haven't tested that.
> > 
> > So, please try this out.
> > 
> > Toby.
> 
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
> 


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

Reply via email to