Bhakti Mehta wrote:
> Kohsuke/Ken,
> I was looking through the current set of tests we have and we may not
> have those many files that would need to be copied to the
> META-INF/services on the client side or the server side as some of the
> files we used to copy previously were hacks for plugfest which have now
> been fixed.
>
> Here is one which we need right now
> 1.wsit-client.xml
> This file is required by security to copy in the
> build/classes/META-INF/services on client side
>
> 2.Certificates, keystores , truststores for security tests
> These files are needed to be copied to AS_HOME or CATALINA_HOME and
> right now our build scripts takes care of copying them to the right location
> With the harness these files can be copied before harness is run to the
> locations
>
> In our descriptor should we have an optional setting which can specify
> if particular files in the "resources" folder should be copied to
> META-INF/services ? Would that help?
I think we should ask ourselves if we can generate some of them, as
opposed to copying them verbatim from test data.
For example, keystore and certificate --- isn't it suffice to just
always use the same keystore, etc?
--
Kohsuke Kawaguchi
Sun Microsystems kohsuke.kawaguchi_at_sun.com