[
https://jira.jboss.org/jira/browse/JBESB-2958?page=com.atlassian.jira.plu...
]
Kevin Conner commented on JBESB-2958:
-------------------------------------
product.dir is not the right variable, should be org.jboss.esb.server.home
So ${org.jboss.esb.server.home}/server/production as the file.
Sorry, my bad.
Change security for default if in embedded server
-------------------------------------------------
Key: JBESB-2958
URL:
https://jira.jboss.org/jira/browse/JBESB-2958
Project: JBoss ESB
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Examples
Affects Versions: 4.7
Reporter: Kevin Conner
Fix For: 4.7
Up to this point, the 'default' server has always been unsecured and
'production' secured.
This has now changed on the platform to the following
standalone (esb) server
- default server, unsecured
embedded (app server) server
- default server, secured (also default config)
- production server, secured
We need to change the identification of 'production' in the base-build.xml so
that it always attempts secure access if within the full SOA server. The following should
be sufficient.
@@ -335,7 +335,7 @@
<target name="dependencies" depends="classpath-dependencies-as4,
classpath-dependencies-as5, quickstart-specific-checks">
<condition property="jbossesb-server-production">
- <equals arg1="${org.jboss.esb.server.config}"
arg2="production"/>
+ <available file="${product.dir}/server/production"/>
</condition>
--
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