<?xml version="1.0" encoding="UTF-8"?>

<deployment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xsi:schemaLocation="urn:jboss:bean-deployer bean-deployer_1_0.xsd"
            xmlns="urn:jboss:bean-deployer">
   <bean name="SimpleBean" class="org.jboss.test.kernel.SimpleBeanImpl">
      <property name="string">Hello World</property>
   </bean>
</deployment>
