[
https://issues.jboss.org/browse/AS7-2415?page=com.atlassian.jira.plugin.s...
]
Brian Stansberry commented on AS7-2415:
---------------------------------------
I was able to deploy and undeploy both an ear and a war using the CLI. (Note the CLI
requires you to escape the space with a '\' -- which is fine; I'm just noting
in it in case a user reads this comment.)
I was also able to let the scanner deploy/redeploy/undeploy the same ear and war.
It's possible there may be some issues in the way the various subsystems deal with
deployments with a space; the above is far from complete testing of all possible
scenarios. But the management layer can now deal with them, and at least a more common
type of deployment, a war, can deal with them.
Unable to deploy file with a space in the name
----------------------------------------------
Key: AS7-2415
URL:
https://issues.jboss.org/browse/AS7-2415
Project: Application Server 7
Issue Type: Enhancement
Components: Domain Management
Affects Versions: 7.1.0.Alpha1, 7.1.0.CR1
Reporter: Paul Gier
Assignee: Brian Stansberry
Priority: Optional
Fix For: 7.1.2.Final-redhat1
Attachments: deployment-error.txt
I'm not able to deploy a file if the filename has a space in the name. If I copy the
file to the deployments directory, I get this error in the log.
{quote}
19:16:16,367 ERROR [org.jboss.as.controller] (DeploymentScanner-threads - 2) Operation
("composite") failed - address: (undefined): java.lang.IllegalArgumentException:
Invalid value specification jar-sign-seal-test junk.jar
{quote}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira