[jboss-jira] [JBoss JIRA] (AS7-308) Provide an option to change the code source used by deployments
Arnaud Heritier (JIRA)
jira-events at lists.jboss.org
Tue Jun 4 09:29:55 EDT 2013
[ https://issues.jboss.org/browse/AS7-308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779150#comment-12779150 ]
Arnaud Heritier commented on AS7-308:
-------------------------------------
I confirm that use-physical-code-source is working with a recent version (7.2)
I added it in the jboss-deployment-structure.xml of a war to solve the zip file is empty error about a bouncycastle jar
It's working if I deploy the war directly in the application server deployments directory but sadly it doesn't work if I put it in an EAR.
I tried to define it as subdeployment of the ear but it didn't help.
Do you think that it is normal or I should report a new issue ?
> Provide an option to change the code source used by deployments
> ---------------------------------------------------------------
>
> Key: AS7-308
> URL: https://issues.jboss.org/browse/AS7-308
> Project: Application Server 7
> Issue Type: Enhancement
> Components: Class Loading, VFS
> Reporter: David Lloyd
> Assignee: Stuart Douglas
> Priority: Minor
> Fix For: 7.1.0.CR1
>
>
> For most use cases, using the VFS URL for the code source is best. However in certain cases the code source is expected to correspond to a physical filesystem location, possibly even a valid JAR URL.
> So there should be an option in jboss-deployment-structure.xml to allow the code source to be changed to be the URL of the physical location of the VFS mount point instead of the VFS root URL. This option would default to "off", meaning use the VFS URL.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list