[JBoss JIRA] (JBDS-3531) versionwatch install not working with JBDS 10 - os detection fails
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-3531?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-3531:
-----------------------------
Description:
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevSt...
{code}
/qa/tools/opt/amd64/jdk1.8.0_last/bin/java -DTRACE=true -DSTREAM_NAME=10.0 -jar /qa/services/http/binaries/RHDS/10.0/snapshots/builds/devstudio.product_master/latest/all/jboss-devstudio-10.0.0.Alpha1-v20150918-1953-B3976-installer-standalone.jar /home/hudson/static_build_env/jbds/versionwatch/installations/jbds-10.0.0.Alpha1.install.xml
10:48:07 TRACE enabled.
10:48:07 checking if os constraints [Os family unix name null version null arch null jre null ] match current OS
10:48:07 matched current OS.
10:48:07 checking if os constraints [Os family windows name null version null arch null jre null ] match current OS
10:48:07 checking if os constraints [Os family null name null version null arch x86 jre null ] match current OS
10:48:07 no match with current OS!
10:48:08 Custom langpack for eng available.
10:48:08 Initializing RulesEngine
10:48:08 RulesEngine.init()
10:48:08 Initializing builtin conditions for packs.
10:48:08 Pack.getCondition(): null for pack jbds-installer
10:48:08 Pack.getCondition(): null for pack jbds.update
10:48:08 Pack.getCondition(): null for pack jbds.generate
10:48:08 Pack.getCondition(): null for pack jbosseap
10:48:08 [ Starting automated installation ]
10:48:08 java.lang.NullPointerException
10:48:08 java.lang.NullPointerException
10:48:08 at com.jboss.devstudio.core.installer.PathInputPanelAutomationHelper.runAutomated(PathInputPanelAutomationHelper.java:48)
10:48:08 at com.izforge.izpack.installer.AutomatedInstaller.installPanel(AutomatedInstaller.java:432)
10:48:08 at com.izforge.izpack.installer.AutomatedInstaller.doInstall(AutomatedInstaller.java:388)
10:48:08 at com.izforge.izpack.installer.Installer.main(Unknown Source)
10:48:08 [ Automated installation FAILED! ]
{code}
Tested locally on dev01:
{code} /qa/tools/opt/jdk1.8.0_last/bin/java -DTRACE=true -DSTREAM_NAME=10.0 -jar jboss-devstudio-10.0.0.Alpha1-v20150918-1953-B3976-installer-standalone.jar /tmp/jbds-10.0.0.Alpha1.install.xml
TRACE enabled.
checking if os constraints [Os family unix name null version null arch null jre null ] match current OS
matched current OS.
checking if os constraints [Os family windows name null version null arch null jre null ] match current OS
checking if os constraints [Os family null name null version null arch x86 jre null ] match current OS
no match with current OS!
Custom langpack for eng available.
Initializing RulesEngine
RulesEngine.init()
Initializing builtin conditions for packs.
Pack.getCondition(): null for pack jbds-installer
Pack.getCondition(): null for pack jbds.update
Pack.getCondition(): null for pack jbds.generate
Pack.getCondition(): null for pack jbosseap
[ Starting automated installation ]
java.lang.NullPointerException
java.lang.NullPointerException
at com.jboss.devstudio.core.installer.PathInputPanelAutomationHelper.runAutomated(PathInputPanelAutomationHelper.java:48)
at com.izforge.izpack.installer.AutomatedInstaller.installPanel(AutomatedInstaller.java:432)
at com.izforge.izpack.installer.AutomatedInstaller.doInstall(AutomatedInstaller.java:388)
at com.izforge.izpack.installer.Installer.main(Unknown Source)
[ Automated installation FAILED! ]
{code}
So, we might have to tweak the XML file - [^jbds-10.0.0.Alpha1.install.xml] as I suspect something is missing, or else maybe the OS detection is faulty.
was:
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevSt...
{code}
/qa/tools/opt/amd64/jdk1.8.0_last/bin/java -DTRACE=true -DSTREAM_NAME=10.0 -jar /qa/services/http/binaries/RHDS/10.0/snapshots/builds/devstudio.product_master/latest/all/jboss-devstudio-10.0.0.Alpha1-v20150918-1953-B3976-installer-standalone.jar /home/hudson/static_build_env/jbds/versionwatch/installations/jbds-10.0.0.Alpha1.install.xml
10:48:07 TRACE enabled.
10:48:07 checking if os constraints [Os family unix name null version null arch null jre null ] match current OS
10:48:07 matched current OS.
10:48:07 checking if os constraints [Os family windows name null version null arch null jre null ] match current OS
10:48:07 checking if os constraints [Os family null name null version null arch x86 jre null ] match current OS
10:48:07 no match with current OS!
10:48:08 Custom langpack for eng available.
10:48:08 Initializing RulesEngine
10:48:08 RulesEngine.init()
10:48:08 Initializing builtin conditions for packs.
10:48:08 Pack.getCondition(): null for pack jbds-installer
10:48:08 Pack.getCondition(): null for pack jbds.update
10:48:08 Pack.getCondition(): null for pack jbds.generate
10:48:08 Pack.getCondition(): null for pack jbosseap
10:48:08 [ Starting automated installation ]
10:48:08 java.lang.NullPointerException
10:48:08 java.lang.NullPointerException
10:48:08 at com.jboss.devstudio.core.installer.PathInputPanelAutomationHelper.runAutomated(PathInputPanelAutomationHelper.java:48)
10:48:08 at com.izforge.izpack.installer.AutomatedInstaller.installPanel(AutomatedInstaller.java:432)
10:48:08 at com.izforge.izpack.installer.AutomatedInstaller.doInstall(AutomatedInstaller.java:388)
10:48:08 at com.izforge.izpack.installer.Installer.main(Unknown Source)
10:48:08 [ Automated installation FAILED! ]
{code}
Tested locally on dev01:
{code} /qa/tools/opt/jdk1.8.0_last/bin/java -DTRACE=true -DSTREAM_NAME=10.0 -jar jboss-devstudio-10.0.0.Alpha1-v20150918-1953-B3976-installer-standalone.jar /tmp/jbds-10.0.0.Alpha1.install.xml
TRACE enabled.
checking if os constraints [Os family unix name null version null arch null jre null ] match current OS
matched current OS.
checking if os constraints [Os family windows name null version null arch null jre null ] match current OS
checking if os constraints [Os family null name null version null arch x86 jre null ] match current OS
no match with current OS!
Custom langpack for eng available.
Initializing RulesEngine
RulesEngine.init()
Initializing builtin conditions for packs.
Pack.getCondition(): null for pack jbds-installer
Pack.getCondition(): null for pack jbds.update
Pack.getCondition(): null for pack jbds.generate
Pack.getCondition(): null for pack jbosseap
[ Starting automated installation ]
java.lang.NullPointerException
java.lang.NullPointerException
at com.jboss.devstudio.core.installer.PathInputPanelAutomationHelper.runAutomated(PathInputPanelAutomationHelper.java:48)
at com.izforge.izpack.installer.AutomatedInstaller.installPanel(AutomatedInstaller.java:432)
at com.izforge.izpack.installer.AutomatedInstaller.doInstall(AutomatedInstaller.java:388)
at com.izforge.izpack.installer.Installer.main(Unknown Source)
[ Automated installation FAILED! ]
{code}
So, we might have to tweak the XML file - suspect something is missing, or else the OS detection is faulty.
{code}
> versionwatch install not working with JBDS 10 - os detection fails
> ------------------------------------------------------------------
>
> Key: JBDS-3531
> URL: https://issues.jboss.org/browse/JBDS-3531
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: build
> Affects Versions: 10.0.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Attachments: jbds-10.0.0.Alpha1.install.xml
>
>
> http://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevSt...
> {code}
> /qa/tools/opt/amd64/jdk1.8.0_last/bin/java -DTRACE=true -DSTREAM_NAME=10.0 -jar /qa/services/http/binaries/RHDS/10.0/snapshots/builds/devstudio.product_master/latest/all/jboss-devstudio-10.0.0.Alpha1-v20150918-1953-B3976-installer-standalone.jar /home/hudson/static_build_env/jbds/versionwatch/installations/jbds-10.0.0.Alpha1.install.xml
> 10:48:07 TRACE enabled.
> 10:48:07 checking if os constraints [Os family unix name null version null arch null jre null ] match current OS
> 10:48:07 matched current OS.
> 10:48:07 checking if os constraints [Os family windows name null version null arch null jre null ] match current OS
> 10:48:07 checking if os constraints [Os family null name null version null arch x86 jre null ] match current OS
> 10:48:07 no match with current OS!
> 10:48:08 Custom langpack for eng available.
> 10:48:08 Initializing RulesEngine
> 10:48:08 RulesEngine.init()
> 10:48:08 Initializing builtin conditions for packs.
> 10:48:08 Pack.getCondition(): null for pack jbds-installer
> 10:48:08 Pack.getCondition(): null for pack jbds.update
> 10:48:08 Pack.getCondition(): null for pack jbds.generate
> 10:48:08 Pack.getCondition(): null for pack jbosseap
> 10:48:08 [ Starting automated installation ]
> 10:48:08 java.lang.NullPointerException
> 10:48:08 java.lang.NullPointerException
> 10:48:08 at com.jboss.devstudio.core.installer.PathInputPanelAutomationHelper.runAutomated(PathInputPanelAutomationHelper.java:48)
> 10:48:08 at com.izforge.izpack.installer.AutomatedInstaller.installPanel(AutomatedInstaller.java:432)
> 10:48:08 at com.izforge.izpack.installer.AutomatedInstaller.doInstall(AutomatedInstaller.java:388)
> 10:48:08 at com.izforge.izpack.installer.Installer.main(Unknown Source)
> 10:48:08 [ Automated installation FAILED! ]
> {code}
> Tested locally on dev01:
> {code} /qa/tools/opt/jdk1.8.0_last/bin/java -DTRACE=true -DSTREAM_NAME=10.0 -jar jboss-devstudio-10.0.0.Alpha1-v20150918-1953-B3976-installer-standalone.jar /tmp/jbds-10.0.0.Alpha1.install.xml
> TRACE enabled.
> checking if os constraints [Os family unix name null version null arch null jre null ] match current OS
> matched current OS.
> checking if os constraints [Os family windows name null version null arch null jre null ] match current OS
> checking if os constraints [Os family null name null version null arch x86 jre null ] match current OS
> no match with current OS!
> Custom langpack for eng available.
> Initializing RulesEngine
> RulesEngine.init()
> Initializing builtin conditions for packs.
> Pack.getCondition(): null for pack jbds-installer
> Pack.getCondition(): null for pack jbds.update
> Pack.getCondition(): null for pack jbds.generate
> Pack.getCondition(): null for pack jbosseap
> [ Starting automated installation ]
> java.lang.NullPointerException
> java.lang.NullPointerException
> at com.jboss.devstudio.core.installer.PathInputPanelAutomationHelper.runAutomated(PathInputPanelAutomationHelper.java:48)
> at com.izforge.izpack.installer.AutomatedInstaller.installPanel(AutomatedInstaller.java:432)
> at com.izforge.izpack.installer.AutomatedInstaller.doInstall(AutomatedInstaller.java:388)
> at com.izforge.izpack.installer.Installer.main(Unknown Source)
> [ Automated installation FAILED! ]
> {code}
> So, we might have to tweak the XML file - [^jbds-10.0.0.Alpha1.install.xml] as I suspect something is missing, or else maybe the OS detection is faulty.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 9 months
[JBoss JIRA] (JBDS-3531) versionwatch install not working with JBDS 10 - os detection fails
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-3531?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-3531:
-----------------------------
Component/s: installer
> versionwatch install not working with JBDS 10 - os detection fails
> ------------------------------------------------------------------
>
> Key: JBDS-3531
> URL: https://issues.jboss.org/browse/JBDS-3531
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Components: build, installer
> Affects Versions: 10.0.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Attachments: jbds-10.0.0.Alpha1.install.xml
>
>
> http://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevSt...
> {code}
> /qa/tools/opt/amd64/jdk1.8.0_last/bin/java -DTRACE=true -DSTREAM_NAME=10.0 -jar /qa/services/http/binaries/RHDS/10.0/snapshots/builds/devstudio.product_master/latest/all/jboss-devstudio-10.0.0.Alpha1-v20150918-1953-B3976-installer-standalone.jar /home/hudson/static_build_env/jbds/versionwatch/installations/jbds-10.0.0.Alpha1.install.xml
> 10:48:07 TRACE enabled.
> 10:48:07 checking if os constraints [Os family unix name null version null arch null jre null ] match current OS
> 10:48:07 matched current OS.
> 10:48:07 checking if os constraints [Os family windows name null version null arch null jre null ] match current OS
> 10:48:07 checking if os constraints [Os family null name null version null arch x86 jre null ] match current OS
> 10:48:07 no match with current OS!
> 10:48:08 Custom langpack for eng available.
> 10:48:08 Initializing RulesEngine
> 10:48:08 RulesEngine.init()
> 10:48:08 Initializing builtin conditions for packs.
> 10:48:08 Pack.getCondition(): null for pack jbds-installer
> 10:48:08 Pack.getCondition(): null for pack jbds.update
> 10:48:08 Pack.getCondition(): null for pack jbds.generate
> 10:48:08 Pack.getCondition(): null for pack jbosseap
> 10:48:08 [ Starting automated installation ]
> 10:48:08 java.lang.NullPointerException
> 10:48:08 java.lang.NullPointerException
> 10:48:08 at com.jboss.devstudio.core.installer.PathInputPanelAutomationHelper.runAutomated(PathInputPanelAutomationHelper.java:48)
> 10:48:08 at com.izforge.izpack.installer.AutomatedInstaller.installPanel(AutomatedInstaller.java:432)
> 10:48:08 at com.izforge.izpack.installer.AutomatedInstaller.doInstall(AutomatedInstaller.java:388)
> 10:48:08 at com.izforge.izpack.installer.Installer.main(Unknown Source)
> 10:48:08 [ Automated installation FAILED! ]
> {code}
> Tested locally on dev01:
> {code} /qa/tools/opt/jdk1.8.0_last/bin/java -DTRACE=true -DSTREAM_NAME=10.0 -jar jboss-devstudio-10.0.0.Alpha1-v20150918-1953-B3976-installer-standalone.jar /tmp/jbds-10.0.0.Alpha1.install.xml
> TRACE enabled.
> checking if os constraints [Os family unix name null version null arch null jre null ] match current OS
> matched current OS.
> checking if os constraints [Os family windows name null version null arch null jre null ] match current OS
> checking if os constraints [Os family null name null version null arch x86 jre null ] match current OS
> no match with current OS!
> Custom langpack for eng available.
> Initializing RulesEngine
> RulesEngine.init()
> Initializing builtin conditions for packs.
> Pack.getCondition(): null for pack jbds-installer
> Pack.getCondition(): null for pack jbds.update
> Pack.getCondition(): null for pack jbds.generate
> Pack.getCondition(): null for pack jbosseap
> [ Starting automated installation ]
> java.lang.NullPointerException
> java.lang.NullPointerException
> at com.jboss.devstudio.core.installer.PathInputPanelAutomationHelper.runAutomated(PathInputPanelAutomationHelper.java:48)
> at com.izforge.izpack.installer.AutomatedInstaller.installPanel(AutomatedInstaller.java:432)
> at com.izforge.izpack.installer.AutomatedInstaller.doInstall(AutomatedInstaller.java:388)
> at com.izforge.izpack.installer.Installer.main(Unknown Source)
> [ Automated installation FAILED! ]
> {code}
> So, we might have to tweak the XML file - [^jbds-10.0.0.Alpha1.install.xml] as I suspect something is missing, or else maybe the OS detection is faulty.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 9 months
[JBoss JIRA] (JBDS-3531) versionwatch install not working with JBDS 10 - os detection fails
by Nick Boldt (JIRA)
Nick Boldt created JBDS-3531:
--------------------------------
Summary: versionwatch install not working with JBDS 10 - os detection fails
Key: JBDS-3531
URL: https://issues.jboss.org/browse/JBDS-3531
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: build
Affects Versions: 10.0.0.Alpha1
Reporter: Nick Boldt
Assignee: Nick Boldt
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevSt...
{code}
/qa/tools/opt/amd64/jdk1.8.0_last/bin/java -DTRACE=true -DSTREAM_NAME=10.0 -jar /qa/services/http/binaries/RHDS/10.0/snapshots/builds/devstudio.product_master/latest/all/jboss-devstudio-10.0.0.Alpha1-v20150918-1953-B3976-installer-standalone.jar /home/hudson/static_build_env/jbds/versionwatch/installations/jbds-10.0.0.Alpha1.install.xml
10:48:07 TRACE enabled.
10:48:07 checking if os constraints [Os family unix name null version null arch null jre null ] match current OS
10:48:07 matched current OS.
10:48:07 checking if os constraints [Os family windows name null version null arch null jre null ] match current OS
10:48:07 checking if os constraints [Os family null name null version null arch x86 jre null ] match current OS
10:48:07 no match with current OS!
10:48:08 Custom langpack for eng available.
10:48:08 Initializing RulesEngine
10:48:08 RulesEngine.init()
10:48:08 Initializing builtin conditions for packs.
10:48:08 Pack.getCondition(): null for pack jbds-installer
10:48:08 Pack.getCondition(): null for pack jbds.update
10:48:08 Pack.getCondition(): null for pack jbds.generate
10:48:08 Pack.getCondition(): null for pack jbosseap
10:48:08 [ Starting automated installation ]
10:48:08 java.lang.NullPointerException
10:48:08 java.lang.NullPointerException
10:48:08 at com.jboss.devstudio.core.installer.PathInputPanelAutomationHelper.runAutomated(PathInputPanelAutomationHelper.java:48)
10:48:08 at com.izforge.izpack.installer.AutomatedInstaller.installPanel(AutomatedInstaller.java:432)
10:48:08 at com.izforge.izpack.installer.AutomatedInstaller.doInstall(AutomatedInstaller.java:388)
10:48:08 at com.izforge.izpack.installer.Installer.main(Unknown Source)
10:48:08 [ Automated installation FAILED! ]
{code}
Tested locally on dev01:
{code} /qa/tools/opt/jdk1.8.0_last/bin/java -DTRACE=true -DSTREAM_NAME=10.0 -jar jboss-devstudio-10.0.0.Alpha1-v20150918-1953-B3976-installer-standalone.jar /tmp/jbds-10.0.0.Alpha1.install.xml
TRACE enabled.
checking if os constraints [Os family unix name null version null arch null jre null ] match current OS
matched current OS.
checking if os constraints [Os family windows name null version null arch null jre null ] match current OS
checking if os constraints [Os family null name null version null arch x86 jre null ] match current OS
no match with current OS!
Custom langpack for eng available.
Initializing RulesEngine
RulesEngine.init()
Initializing builtin conditions for packs.
Pack.getCondition(): null for pack jbds-installer
Pack.getCondition(): null for pack jbds.update
Pack.getCondition(): null for pack jbds.generate
Pack.getCondition(): null for pack jbosseap
[ Starting automated installation ]
java.lang.NullPointerException
java.lang.NullPointerException
at com.jboss.devstudio.core.installer.PathInputPanelAutomationHelper.runAutomated(PathInputPanelAutomationHelper.java:48)
at com.izforge.izpack.installer.AutomatedInstaller.installPanel(AutomatedInstaller.java:432)
at com.izforge.izpack.installer.AutomatedInstaller.doInstall(AutomatedInstaller.java:388)
at com.izforge.izpack.installer.Installer.main(Unknown Source)
[ Automated installation FAILED! ]
{code}
So, we might have to tweak the XML file - suspect something is missing, or else the OS detection is faulty.
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 9 months
[JBoss JIRA] (JBIDE-20537) wildfly-ejb-multi-server-app-one-ejb quickstart content incomplete
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20537?page=com.atlassian.jira.plugi... ]
Martin Malina commented on JBIDE-20537:
---------------------------------------
[~rob.stryker] where can I verify this? Is the quickstart also available from Central, or do I simply get it from github?
> wildfly-ejb-multi-server-app-one-ejb quickstart content incomplete
> ------------------------------------------------------------------
>
> Key: JBIDE-20537
> URL: https://issues.jboss.org/browse/JBIDE-20537
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: server
> Affects Versions: 4.3.0.CR1
> Reporter: Rob Stryker
> Labels: xml_validation_quickstart_content, xml_validation_quickstarts_wildfly
> Fix For: 4.3.0.CR1
>
>
> Even after fixing https://issues.jboss.org/browse/JBIDE-20536 to import some namespaces using exact schema locations on the web, wildfly-ejb-multi-server-app-one-ejb fails to validate.
> The file jboss-ejb3.xml has the following content (trimmed for brevity):
> {code}
> <jboss:ejb-jar (cut out xml:ns stuff) version="3.1" impl-version="2.0">
> <enterprise-beans>
> </enterprise-beans>
> <assembly-descriptor>
> </assembly-descriptor>
> </jboss:ejb-jar>
> {code}
> Unfortunately, empty enterprise-beans tags are invalid according to the xsd against which this is validated. Error message as follows:
> {code}
> cvc-complex-type.2.4.b: The content of element 'enterprise-beans' is not complete. One of '{"http://
> java.sun.com/xml/ns/javaee":session, "http://java.sun.com/xml/ns/javaee":entity, "http://
> java.sun.com/xml/ns/javaee":message-driven}' is expected.
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 9 months
[JBoss JIRA] (JBIDE-20533) Bean-validation quickstart fails to validate in jbt
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20533?page=com.atlassian.jira.plugi... ]
Martin Malina commented on JBIDE-20533:
---------------------------------------
[~rob.stryker], how can I verify this? Do I need to get the quickstart from github and then import? Or can I do that via Central? In Central, I found only two versions of bean-validation project - one for EAP 6.4 and one for EAP 6.3.
> Bean-validation quickstart fails to validate in jbt
> ---------------------------------------------------
>
> Key: JBIDE-20533
> URL: https://issues.jboss.org/browse/JBIDE-20533
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: server
> Affects Versions: 4.3.0.CR1
> Reporter: Rob Stryker
> Assignee: Rob Stryker
> Labels: xml_validation_quickstart_content, xml_validation_quickstarts_wildfly
> Fix For: 4.3.0.CR1
>
>
> bean-validation quickstart fails to validate in arquillian.xml.
> The arquillian_1_0.xsd file includes the following:
> {code}
> <element name="container">
> <complexType>
> <choice minOccurs="1" maxOccurs="unbounded">
> <element ref="tns:configuration" minOccurs="0" maxOccurs="1" />
> <!--
> <element ref="tns:dependencies" minOccurs="0" maxOccurs="1" />
> -->
> <element ref="tns:protocol" minOccurs="0" maxOccurs="unbounded" />
> </choice>
> <attribute name="qualifier" type="string" use="required" />
> <attribute name="default" type="boolean" use="optional" default="false" />
> <attribute name="mode" use="optional" default="suite">
> <simpleType>
> <restriction base="string">
> <enumeration value="suite" />
> <enumeration value="class" />
> <enumeration value="manual" />
> <enumeration value="custom" />
> </restriction>
> </simpleType>
> </attribute>
> </complexType>
> <unique name="unique-protocol-within-container">
> <annotation>
> <documentation>
> @type must be unique between all
> protocols in a container.
> </documentation>
> </annotation>
> <selector xpath="tns:protocol" />
> <field xpath="@type" />
> </unique>
> </element>
> {code}
> The arquillian.xml included in the example includes the following:
> {code}
> <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">C:/tools/wildfly-9.0.0.Final</property>
> <!--</configuration> -->
> </container>
> {code}
> Validation error is that "property" is not a valid sub-element, which is true based on the xsd file.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 9 months