[jboss-jira] [JBoss JIRA] Updated: (JBAS-6948) Refactor the conf/jboss-service.xml services: round 2
Shelly McGowan (JIRA)
jira-events at lists.jboss.org
Mon Nov 23 16:10:30 EST 2009
[ https://jira.jboss.org/jira/browse/JBAS-6948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Shelly McGowan updated JBAS-6948:
---------------------------------
The the changes committed, the 'standard' config fails to start (see referenced forum post). The changes for the jboss-service.xml for the standard config look deliberate:
http://fisheye.jboss.org/browse/JBossAS/trunk/server/src/etc/conf/standard/jboss-service.xml?r=96504
so am hesitant to remove override in build.xml:
===================================================================
--- build.xml (revision 96738)
+++ build.xml (working copy)
@@ -353,7 +353,8 @@
<copy todir="${install.standard}">
<fileset dir="${install.default}">
<include name="conf/**"/>
- <exclude name="conf/jboss-service.xml"/>
+<!--
+ <exclude name="conf/jboss-service.xml"/> -->
<!-- call-by-value for jndi -->
<exclude name="conf/jndi.properties"/>
<!-- ORBInitialContextFactory -->
@@ -384,7 +385,8 @@
<!-- install descriptor overrides -->
<copy todir="${install.standard.conf}">
<fileset dir="${project.root}/server/target/etc/conf/standard">
- <include name="jboss-service.xml"/>
+<!--
+ <include name="jboss-service.xml"/> -->
<include name="jndi.properties"/>
</fileset>
</copy>
> Refactor the conf/jboss-service.xml services: round 2
> -----------------------------------------------------
>
> Key: JBAS-6948
> URL: https://jira.jboss.org/jira/browse/JBAS-6948
> Project: JBoss Application Server
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Deployers
> Reporter: Scott M Stark
> Assignee: Scott M Stark
> Priority: Critical
> Fix For: JBossAS-6.0.0.M3
>
>
> The legacy/conf/jboss-service.xml needs to be stripped down, possibly removed as there are too many non-core services in this currently.
> Round 2 refactoring for AS 6.
--
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