[jboss-jira] [JBoss JIRA] Resolved: (JBAS-6313) Seam deployer hardcodes its location
Ales Justin (JIRA)
jira-events at lists.jboss.org
Mon Feb 8 13:36:19 EST 2010
[ https://jira.jboss.org/jira/browse/JBAS-6313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ales Justin resolved JBAS-6313.
-------------------------------
Fix Version/s: JBossAS-6.0.0.M2
Resolution: Done
I've added UrlIntegrationDeployer::getDeployerLocation which should help with such issues.
> Seam deployer hardcodes its location
> ------------------------------------
>
> Key: JBAS-6313
> URL: https://jira.jboss.org/jira/browse/JBAS-6313
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Deployers
> Affects Versions: JBossAS-5.0.0.GA
> Reporter: Matt Wringe
> Assignee: Ales Justin
> Fix For: JBossAS-6.0.0.M2
>
>
> The Seam deployer in JBoss AS5 hardcodes the location of where it should locate its jars.
> It always specifies them to be within ${jboss.server.home.url}/deployers/seam.deployer/lib-int/
> [please see http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/jboss-seam-int/trunk/microcontainer/src/main/java/org/jboss/seam/integration/microcontainer/deployers/SeamUrlIntegrationDeployer.java?revision=81700&view=markup]
> But the directory for the deployers doesn't have to exists at ${jboss.server.home.url}/deployers. The deployers can be moved to a new directory specified in the conf/bootstrap/profile.xml.
> If the directory is moved to another location or if the name of the seam deployer is changed, the seam deployer will fail since its only looking in the default location.
> Since its jars are located within the seam deployer directory it shouldn't even need to specify the full path of where to find it. Or at least look at the profile.xml file to find the information or allow it to be set in a configuration file.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list