-
Bug
-
Resolution: Done
-
Major
-
JBossAS-3.2.6 Final
-
None
SourceForge Submitter: frito .
Hi!
When deploying files without any suitable deployer in
jboss (JBoss 3.2.5), the jar deployer is trying to open
this file. This ends up with a ZipException. The
ZipException is cought within the class
SubDeployerSupport (processNestedDeployments) and a
warning is logged. The file is listed within the
deployed list with status: deployed and state: STARTED.
I assume this file should show up within the incomplete
deployment list with state: FAILED.
Instead of logging this warning, a DeploymentException
should be thrown as mentioned there in the source code.
I changed this (attached file) and it works for me.
Greetings,
Bernd
- is duplicated by
-
JBAS-2728 "Failed to add deployable jar" error displayed when deploying non-jar files
- Closed