Sha256: e59d4d670824a71f02029257542ce54427296bf7a2f132099ea05784e83e9dcc
Contents?: true
Size: 866 Bytes
Versions: 4
Compression:
Stored size: 866 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <beans default-autowire="no" xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aop="http://www.springframework.org/schema/aop" xmlns:tx="http://www.springframework.org/schema/tx" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.0.xsd http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.0.xsd"> <bean id="echoTest" class="com.acme.EchoTest"> </bean> <bean id="jeeEjbPostProcessor" class="org.springframework.jee.ejb.config.JeeEjbBeanFactoryPostProcessor"/> </beans>
Version data entries
4 entries across 4 versions & 1 rubygems