Hi,

I've been starting and stopping jBoss in the middle of its deployment as
I'm examining the code, so perhaps this isn't a realistic scenario, but
I ended up producing a misleading set of log msgs from J2EEDeployer.  

Here's the section of the log...

[J2ee deployer] trying to redeploy all applications that were running
before shutdown...

[J2ee deployer] deployment state recovered.

I quit jBoss before it finished redeploying, so it saved an empty
deployments Hashtable in J2EEDeployer.  When it tried to do the
redeployment, it found no Deployment instances in this.deployments, so
it just skipped right to the log msg at the end.

These log msgs seem to indicate that the deployment state was somehow
recovered in some other way...e.g. by deserializing the whole state?? or
something. An examination of the code showed otherwise.  Is there a way
to determine this situation and log something more correctly descriptive
than...


[J2ee deployer] deployment state recovered.

btw, if you think i'm getting too nitpicky on some of these findings,
let me know and I'll tone it done :)

Rick Horowitz


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to