Can't deploy exploded WAR with plan with no environment
-------------------------------------------------------
Key: GERONIMO-2293
URL: http://issues.apache.org/jira/browse/GERONIMO-2293
Project: Geronimo
Issue Type: Bug
Security Level: public (Regular issues)
Components: deployment
Affects Versions: 1.1
Reporter: Aaron Mulder
Fix For: 1.1.2
Tried:
{noformat}
java -jar /server/geronimo-jetty-1.1/bin/deployer.jar deploy .
{noformat}
and got:
{noformat}
Error: Unable to distribute .: java.lang.IllegalArgumentException:
Incoming Artifact must have an ArtifactID (not ///war)
Incoming Artifact must have an ArtifactID (not ///war)
{noformat}
with geronimo-web.xml:
{noformat}
<?xml version="1.0" encoding="UTF-8"?>
<web-app
xmlns="http://geronimo.apache.org/xml/ns/j2ee/web-1.1"
xmlns:security="http://geronimo.apache.org/xml/ns/security-1.1">
<security-realm-name>TestRealm</security-realm-name>
<security:security>
...
</security:security>
</web-app>
{noformat}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira