[ http://issues.apache.org/jira/browse/GERONIMO-1860?page=all ]
Chris Cardona updated GERONIMO-1860:
------------------------------------
Attachment: testplans.zip
I attached the plans I used for my tests (jar and configuration dependencies).
The following are the results of my tests:
- deploy a module with a JAR dependency where only the artifactId is specified
Result: Deployed
Plan:
...
<dep:dependency>
<dep:artifactId>commons-modeler</dep:artifactId>
</dep:dependency>
...
- deploy a module with a JAR dependency where only the artifactId and groupId
are specified
Result: Deployed
Plan:
...
<dep:dependency>
<dep:groupId>commons-modeler</dep:groupId>
<dep:artifactId>commons-modeler</dep:artifactId>
</dep:dependency>
...
- deploy a module with a JAR dependency where the type is not specified
Result: Deployed
Plan:
...
<dep:dependency>
<dep:groupId>commons-modeler</dep:groupId>
<dep:artifactId>commons-modeler</dep:artifactId>
<dep:version>1.2-GERONIMO-SNAPSHOT</dep:version>
</dep:dependency>
...
- deploy a module with a JAR dependency where the version is not specified
Result: Deployed
Plan:
...
<dep:dependency>
<dep:groupId>commons-modeler</dep:groupId>
<dep:artifactId>commons-modeler</dep:artifactId>
<dep:type>jar</dep:type>
</dep:dependency>
...
- deploy a module with a configuration dependency where only the artifactId is
specified
Result: Not Deployed
Error: Unable to distribute webapp.war: Unable to create
configuration for deployment
load of test/TestWebApp1/1.1/car failed
Unable to resolve dependency /system-database//jar
Plan:
...
<dep:dependency>
<dep:artifactId>system-database</dep:artifactId>
</dep:dependency>
...
- deploy a module with a configuration dependency where only the artifactId
and groupId are specified
Result: Not Deployed
Error: Unable to distribute webapp.war: Unable to create
configuration for deployment
load of test/TestWebApp1/1.1/car failed
Unable to resolve dependency geronimo/system-database//jar
Plan:
...
<dep:dependency>
<dep:groupId>geronimo</dep:groupId>
<dep:artifactId>system-database</dep:artifactId>
</dep:dependency>
...
- deploy a module with a configuration dependency where the type is not
specified
Result: Not Deployed (assumes it's a jar)
Error: Unable to distribute webapp.war: Unable to create
configuration for deployment
load of test/TestWebApp1/1.1/car failed
Error starting configuration gbean test/TestWebApp1/1.1/car
Unable to resolve dependency
geronimo/system-database/1.1-SNAPSHOT/jar
Plan:
...
<dep:dependency>
<dep:groupId>geronimo</dep:groupId>
<dep:artifactId>system-database</dep:artifactId>
<dep:version>1.1-SNAPSHOT</dep:version>
</dep:dependency>
...
- deploy a module with a configuration dependency where the version is not
specified
Result: Deployed
Deployed test/TestWebApp1/1.1/car @
http://CCARDONA:8080/testwebapp1
Plan:
...
<dep:dependency>
<dep:groupId>geronimo</dep:groupId>
<dep:artifactId>system-database</dep:artifactId>
<dep:type>car</dep:type>
</dep:dependency>
...
> Tests of optional ConfigID components
> -------------------------------------
>
> Key: GERONIMO-1860
> URL: http://issues.apache.org/jira/browse/GERONIMO-1860
> Project: Geronimo
> Type: Test
> Security: public(Regular issues)
> Components: general
> Versions: 1.1
> Reporter: Aaron Mulder
> Assignee: Paul McMahan
> Priority: Blocker
> Fix For: 1.1
> Attachments: testplans.zip
>
> Before shipping 1.1, we need to make sure the following things work:
> - deploy a web app with no Geronimo plan
> - redeploy the same web app with no Geronimo plan
> - deploy a module with a Geronimo plan with an environment with no configId
> - redeploy the same module with a Geronimo plan with an environment with no
> configId
> - deploy a module with a Geronimo plan with no type in the configId
> - redeploy the same module with a Geronimo plan with no type in the configId
> - deploy a module with a Geronimo plan with no version in the configId
> - redeploy the same module with a Geronimo plan with no version in the
> configId
> - deploy a module with a Geronimo plan with no type or version in the
> configId
> - redeploy the same module with a Geronimo plan with no type or version in
> the configId
> - deploy a module with a Geronimo plan with only an artifactId in the
> configId
> - redeploy the same module with a Geronimo plan with only an artifactId in
> the configId
> - deploy a module with a JAR dependency where only the artifactId is
> specified
> - deploy a module with a JAR dependency where only the artifactId and
> groupId are specified
> - deploy a module with a JAR dependency where the type is not specified
> - deploy a module with a JAR dependency where the version is not specified
> - deploy a module with a configuration dependency where only the artifactId
> is specified
> - deploy a module with a configuration dependency where only the artifactId
> and groupId are specified
> - deploy a module with a configuration dependency where the type is not
> specified
> - deploy a module with a configuration dependency where the version is not
> specified
--
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