On 2002.02.15 21:21:43 -0500 Jason Dillon wrote:
> I think that we will start using it more as time goes on.  I wanted such
> a feature to allow native libs to be unloaded from a deployable archive
> to then be loaded into the vm.
> 

My experience with native libraries is that you can't do that.  If I am
wrong, I would _very_ much like to know how to do it.  My experience is
that native libraries all have to be in place before the jvm is started:
anything added later is ignored.

> For the HSQL service I do not think this is needed since there aren't
> any files to copy over there, the service just needs a directory to work
> from.
> 
right, but including the directory in the sar makes it so the sar is
completely self deploying.

david

> It may make sense to simply standardize on using that for any service
> that needs a local directory anyways.  I am still trying to think of an
> effective way to abstract the fs thingy anyways...
> 
> --jason
> 
> 

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

Reply via email to