[jboss-jira] [JBoss JIRA] Commented: (AS7-1236) copied lib directory in the deployments directory results in deployment
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Mon Jul 11 19:00:23 EDT 2011
[ https://issues.jboss.org/browse/AS7-1236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12613589#comment-12613589 ]
Brian Stansberry commented on AS7-1236:
---------------------------------------
One of the well known extensions is .jar, the standard deployment type for an ejb deployment.
Most of the unit tests around scanner behavior can be found in https://github.com/jbossas/jboss-as/blob/master/deployment-scanner/src/test/java/org/jboss/as/server/deployment/scanner/FileSystemDeploymentServiceUnitTestCase.java
> copied lib directory in the deployments directory results in deployment
> -----------------------------------------------------------------------
>
> Key: AS7-1236
> URL: https://issues.jboss.org/browse/AS7-1236
> Project: Application Server 7
> Issue Type: Feature Request
> Environment: JBoss AS 7 CR 1
> Reporter: Jim Tyrrell
> Assignee: Brian Stansberry
> Fix For: 7.0.0.Final
>
> Attachments: Sample.war
>
>
> Having an existing zipped up war file, and then unzipping it in the deployment directory, creates a lib directory that has a bunch of jar files in it. It appears that these jar files in this lib directory are marked as .failed as they are tried to be deployed.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list