[jboss-jira] [JBoss JIRA] Created: (JBAS-6313) Seam deployer hardcodes its location

Matt Wringe (JIRA) jira-events at lists.jboss.org
Thu Dec 11 14:50:46 EST 2008


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


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