<?xml version="1.0" encoding="UTF-8"?>
<!-- $Id: business-config.xml,v 1.2 2014/10/06 08:25:45 dick Exp $
   - $Log: business-config.xml,v $
   - Revision 1.2  2014/10/06 08:25:45  dick
   - It was a fun 6 hours to figure out that the cxf decls had to be at the root level of the spring config. argh.
   -
  -->
<!--
    Repository and Service layers
-->
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns:p="http://www.springframework.org/schema/p" xmlns:context="http://www.springframework.org/schema/context"
	xmlns:tx="http://www.springframework.org/schema/tx" xmlns:jpa="http://www.springframework.org/schema/data/jpa"
	xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
		http://www.springframework.org/schema/data/jpa http://www.springframework.org/schema/data/jpa/spring-jpa.xsd
		http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx.xsd
		http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd">
 
    <!-- ========================= RESOURCE DEFINITIONS ========================= -->

    <!-- import the dataSource definition -->
<!-- 	<import resource="classpath:META-INF/cxf/cxf.xml" /> -->
<!-- 	<import resource="classpath:META-INF/cxf/cxf-servlet.xml" /> -->
</beans>