Hi,

In aries we have an ArtifactInstaller for FileInstall that is will
install an OSGi Application. The code, in theory, can cope with it
being either an archive with a .eba extension, or an expanded
directory (also with a .eba extension). This does not work though. The
reason is that when canHandle is called I am provided a jared up
version of the directory, which ends with .jar. As a result canHandle
returns false.

If it returned true then the install method is called, but is passed
the directory in watched directory. I was wondering why different
things are being passed in these two cases. What is the right way to
cope in this situation and correctly identify myself as being
responsible.

Thanks
Alasdair

-- 
Alasdair Nottingham
[email protected]

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to