Thanks for fixing this in 1.6.0.  Any idea when that version will be
released?

For version 1.5.1, i have tried setting the openejb.provider.default
property as you suggested but it hasn't fixed the problem.  My
arquillian.xml file is...

<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" default="true">
           <configuration>
               <property name="httpPort">19876</property>
               <property name="stopPort">19875</property>
               <property name="version">1.5.1</property>
               <property name="classifier">plus</property>
               <property
name="openejb.provider.default">org.apache.tomee</property>
           </configuration>
       </container>
       
</arquillian>

Is it possible to get this working with 1.5.1?



--
View this message in context: 
http://openejb.979440.n4.nabble.com/Security-issue-using-arquillian-tomee-embedded-tp4661417p4661463.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Reply via email to