Hi,

Thank you :).

I was using 1.1.1.Final. Downgrading to 1.0.3.Final solved it and I an see
the service being configured successfully.

What is the correct way to configure these properties for later versions via
arquilian.xml? I tried setting each property separately like - 

            <property name="db1">new://Resource?type=DataSource</property>
            <property name="db1.JdbcUrl">jdbc:hsqldb:mem:db1</property>

But this does not work and I get a configuration warning - 

WARNING - Configuration contain properties not supported by the backing
object org.apache.openejb.arquillian.openejb.OpenEJBConfiguration
Unused property entries: {db1=new://Resource?type=DataSource,
db1.JdbcUrl=jdbc:hsqldb:mem:db1}
Supported property names: [properties]

Thanks again for your help.

Regards,
Dinabandhu



--
View this message in context: 
http://openejb.979440.n4.nabble.com/Problem-configuring-properties-in-arquillian-xml-tp4664614p4664621.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Reply via email to