[
https://issues.jboss.org/browse/RF-12806?page=com.atlassian.jira.plugin.s...
]
Brian Leathem resolved RF-12806.
--------------------------------
Assignee: Brian Leathem
Fix Version/s: 4.3.1
(was: 5.0.0.M2)
(was: 4.3.2)
Resolution: Done
This will be available in the 4.3.1.Final-1 release of the kitchensink archetype.
Remote configuration in the arquillian.xml file should be commented -
See JDF-215 for details
---------------------------------------------------------------------------------------------
Key: RF-12806
URL:
https://issues.jboss.org/browse/RF-12806
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: examples
Reporter: Sande Gilda
Assignee: Brian Leathem
Fix For: 4.3.1
The kitchensink-rf arquillian.xml file contains a configuration for jbossHome
This should be commented out. All the remote configuration in the arquillian files should
look like the following:
<!-- Example configuration for a remote JBoss Enterprise Application Platform 6 or AS
7 instance -->
<container qualifier="jboss" default="true">
<!-- By default, arquillian will use the JBOSS_HOME environment variable.
Alternatively, the configuration below can be uncommented. -->
<!--<configuration> -->
<!--<property name="jbossHome">/path/to/jboss/as</property>
-->
<!--</configuration> -->
</container>
You can copy and paste from the bean-validation arquillian.xml file.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira