[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-3529) use more representive names for hot and standard classpath entries
Dan Allen (JIRA)
jira-events at lists.jboss.org
Wed Oct 8 04:25:21 EDT 2008
[ https://jira.jboss.org/jira/browse/JBSEAM-3529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dan Allen updated JBSEAM-3529:
------------------------------
Fix Version/s: 2.1.0.GA
(was: 2.0.3.CR2)
> use more representive names for hot and standard classpath entries
> ------------------------------------------------------------------
>
> Key: JBSEAM-3529
> URL: https://jira.jboss.org/jira/browse/JBSEAM-3529
> Project: Seam
> Issue Type: Feature Request
> Components: Tools
> Affects Versions: 2.1.0.CR1
> Reporter: Dan Allen
> Assignee: Dan Allen
> Fix For: 2.1.0.GA
>
> Original Estimate: 1 hour
> Remaining Estimate: 1 hour
>
> The classpath entry for hot deployable components is currently src/action and the path for non-hot deployable components is src/model. That problem is that we are mixing the function of the classes with the way they get deployed. The classpath entries should have names which represent how they are handled.
> The suggested mapping is as follows:
> src/action -> src/hot
> src/model -> src/main
--
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 seam-issues
mailing list