Paul Robinson created AS7-3690:
----------------------------------
Summary: standalone-xts.xml fallen out of sync with standalone-full.xml
Key: AS7-3690
URL:
https://issues.jboss.org/browse/AS7-3690
Project: Application Server 7
Issue Type: Bug
Components: Transactions
Reporter: Paul Robinson
Assignee: Paul Robinson
Fix For: 7.1.0.Final
The only differences between
./build/src/main/resources/docs/examples/configs/standalone-xts.xml and
./build/src/main/resources/standalone/configuration/standalone-full.xml should be as
follows:
{code}
34d33
< <extension module="org.jboss.as.xts"/>
379,381d377
< <subsystem xmlns="urn:jboss:domain:xts:1.0">
< <xts-environment
url="http://localhost:8080/ws-c11/ActivationService"/>
< </subsystem>
{code}
However, the diff is now as follows:
{code}
diff ./build/src/main/resources/docs/examples/configs/standalone-xts.xml
./build/src/main/resources/standalone/configuration/standalone-full.xml
13a14
<extension module="org.jboss.as.jaxr"/>
33d33
< <extension module="org.jboss.as.xts"/>
42a43,47
<security-realm name="ApplicationRealm">
<authentication>
<properties path="application-users.properties"
relative-to="jboss.server.config.dir"/>
</authentication>
</security-realm>
100d104
< <pool></pool>
173a178,181
<subsystem
xmlns="urn:jboss:domain:jaxr:1.0">
<connection-factory
jndi-name="java:jboss/jaxr/ConnectionFactory"/>
<juddi-server publish-url="http://localhost:8080/juddi/publish"
query-url="http://localhost:8080/juddi/query"/>
</subsystem>
199c207
< <subsystem xmlns="urn:jboss:domain:jpa:1.0">
---
<subsystem xmlns="urn:jboss:domain:jpa:1.0">
241d248
< <!--default for catch all-->
247d253
<
<message-counter-history-day-limit>10</message-counter-history-day-limit>
248a255
<message-counter-history-day-limit>10</message-counter-history-day-limit>
312c319
< <connector name="remoting-connector"
socket-binding="remoting"/>
---
<connector name="remoting-connector"
socket-binding="remoting" security-realm="ApplicationRealm"/>
320c327,335
< <login-module code="UsersRoles"
flag="required"/>
---
<login-module code="Remoting"
flag="optional">
<module-option name="password-stacking"
value="useFirstPass"/>
</login-module>
<login-module code="RealmUsersRoles"
flag="required">
<module-option name="usersProperties"
value="${jboss.server.config.dir}/application-users.properties"/>
<module-option name="rolesProperties"
value="${jboss.server.config.dir}/application-roles.properties"/>
<module-option name="realm"
value="ApplicationRealm"/>
<module-option name="password-stacking"
value="useFirstPass"/>
</login-module>
363,365d377
< <subsystem xmlns="urn:jboss:domain:xts:1.0">
< <xts-environment
url="http://localhost:8080/ws-c11/ActivationService"/>
< </subsystem>
383a396
<socket-binding name="management-https"
interface="management" port="${jboss.management.https.port:9443}"/>
394d406
<
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira