Adds transaction and other configurations to the properties files
diff --git a/build-nano/configuration/context.xml b/build-nano/configuration/context.xml
new file mode 100644
index 0000000..79d524d
--- /dev/null
+++ b/build-nano/configuration/context.xml
@@ -0,0 +1,5 @@
+<Context>

+    <Listener className="org.eclipse.virgo.javaee.web.tomcat.support.NamingResourceListener" />

+    <Resource name="UserTransaction" auth="Container" type="javax.transaction.UserTransaction" /> 

+    <Transaction factory="org.objectweb.jotm.UserTransactionFactory" jotm.timeout="60" />

+</Context>
\ No newline at end of file
diff --git a/build-nano/configuration/openejb.xml b/build-nano/configuration/openejb.xml
index 58aeefa..5ee9cf5 100644
--- a/build-nano/configuration/openejb.xml
+++ b/build-nano/configuration/openejb.xml
@@ -150,5 +150,8 @@
   IdleTimeout = 0 minutes
 
 </Container>
+    
+<TransactionManager id="jotm" provider="javax.transaction#jotm">
+</TransactionManager>
 
 </openejb>
diff --git a/build-nano/configuration/osgi.console.properties b/build-nano/configuration/osgi.console.properties
index 5400fc1..80c3b12 100644
--- a/build-nano/configuration/osgi.console.properties
+++ b/build-nano/configuration/osgi.console.properties
@@ -1,4 +1,4 @@
-telnet.enabled=false
+telnet.enabled=true
 telnet.port=2401
 telnet.host=localhost
 ssh.enabled=false
diff --git a/build-nano/publish_resources/products/nano-full/nano-full.product b/build-nano/publish_resources/products/nano-full/nano-full.product
index 40141b6..b0e4df9 100755
--- a/build-nano/publish_resources/products/nano-full/nano-full.product
+++ b/build-nano/publish_resources/products/nano-full/nano-full.product
@@ -20,9 +20,8 @@
    

    <configurations>

 	  <property name="org.eclipse.gemini.web.tomcat.config.path" value="configuration/default-server.xml"/>

-	  <property name="javaee.api.bundles" value="org.glassfish.javax.ejb;bundle-version=3.1.1"/>

-	  <property name="javaee.impl.bundles" value="org.apache.openejb.core;bundle-version=4.0.0.beta-2,org.apache.geronimo.bundles.bval-jsr303;bundle-version=0.3.0.incubating,testServletInitializer;bundle-version=1.0.0.qualifier"/>

-	  <property name="javax.ejb.Factory" value="virgo.objectfactory.EjbFactory"/>

+	  <property name="javaee.api.bundles" value="org.glassfish.javax.ejb;bundle-version=3.1.1,javax.persistence;bundle-version=2.0.3.v201010191057"/>

+	  <property name="javaee.impl.bundles" value="org.apache.openejb.core;bundle-version=4.0.0.beta-2,org.apache.geronimo.bundles.bval-jsr303;bundle-version=0.3.0.incubating,org.eclipse.virgo.javaee.web.applistener;bundle-version=1.0.0.qualifier,org.apache.derby;bundle-version=10.5.1.1,org.eclipse.persistence.jpa;bundle-version=2.3.2.v20111125-r10461"/>

    </configurations>

 

 </product>