[
https://issues.apache.org/jira/browse/TOMEE-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13800187#comment-13800187
]
Chris Owens commented on TOMEE-1061:
------------------------------------
This is a failing arquillian.xml
{code:xml}
<?xml version="1.0" encoding="UTF-8"?>
<arquillian xmlns="http://jboss.com/arquillian"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://jboss.org/schema/arquillian
http://jboss.org/schema/arquillian/arquillian_1_0.xsd">
<container qualifier="tomee-embedded" default="true">
<configuration>
<property name="httpPort">-1</property>
<property name="stopPort">-1</property>
<property name="dir">target/tomee-embedded</property>
<property
name="appWorkingDir">target/arquillian</property>
<property name="portRange">20001-30000</property>
<property name = "properties">
openejb.provider.default = org.apache.tomee
foo = bar
</property>
<!-- uncommenting this causes a weird error about
service-jar.xml being not found
<property name="properties">
openejb.classloader.forced-load=org.apache.openejb.arquillian.tests
openejb.ear.use-as-webcontext-base=true
</property>
-->
</configuration>
</container>
</arquillian>
{/code}
> "Properties" property in arquillian.xml is not parsed correctly
> ---------------------------------------------------------------
>
> Key: TOMEE-1061
> URL: https://issues.apache.org/jira/browse/TOMEE-1061
> Project: TomEE
> Issue Type: Bug
> Components: TomEE Arquillian Adapters
> Affects Versions: 1.5.2
> Environment: Ubuntu 12.04. Openjdk 7.
> Reporter: Chris Owens
> Labels: test
> Attachments: arquillian.xml, arquillian.xml
>
>
> When using the adapter arquillian-tomee-embedded, including more than one
> property in the "Properties" property of the arquillian.xml file triggers an
> exception.
> Stack trace attached
--
This message was sent by Atlassian JIRA
(v6.1#6144)