Sorry here is the complete mail :))

Hi all,
Is Axis able to deploy web services both sequentially and in parallel
? As far as i can see in the class DeploymentEngine.java in the method
doDeploy() :

public void doDeploy() {
        if (wsToDeploy.size() > 0) {
for (int i = 0; i < wsToDeploy.size(); i++) {

....

The list is traversed sequentially. But what if i create two
instances of DeploymentEngine (and possibly try to programatically
deploy various confilicting services)? Shouldn't the DeploymentEngine
be a singleton and syncronize deployment internally ?

Moreover, what is the meaning of the "lock" parameter in the
constructor of the class ArchiveFileData :

   public ArchiveFileData(File file, int type, boolean lock)

I mean how is it used? Thanks very much in advance.

Best Regards,
Angel


On 1/31/07, Angel Todorov <[EMAIL PROTECTED]> wrote:
Hi,

Is Axis able to deploy web services both sequentially and in parallel
? As far as i can see in the class DeploymentEngine.java in the method
doDeploy() :

public void doDeploy() {
        if (wsToDeploy.size() > 0) {

....

The list is traversed sequentially


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to