moved flow engine into webapp bundle

This commit is contained in:
Scott Andrews
2008-06-30 13:41:52 +00:00
parent 360a709acf
commit 5f801e631b
5 changed files with 21 additions and 73 deletions

View File

@@ -2,6 +2,10 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.springframework.samples.springtravel.webapp
Bundle-Name: Spring Travel Web Application Module
Import-Package:
org.springframework.samples.springtravel.hotel,
org.springframework.samples.springtravel.hotel.booking,
org.springframework.samples.springtravel.hotel.search
Import-Bundle:
org.springframework.webflow;version="[2.0.3,3.0.0)",
org.springframework.js;version="[2.0.3,3.0)",
@@ -9,7 +13,8 @@ Import-Bundle:
com.springsource.org.apache.myfaces;version="[1.2.0,2.0.0)",
com.springsource.org.apache.myfaces.javax.faces;version="[1.2.0,2.0.0)",
com.springsource.com.sun.facelets;version="[1.1.14,1.2.0)",
org.springframework.security;version="[2.0.0,2.1.0)"
org.springframework.security;version="[2.0.0,2.1.0)",
com.springsource.org.jboss.el;version="[2.0.0,3.0.0)"
Import-Library:
org.springframework.spring;version="[2.5.4,3.0.0)",
org.hibernate.ejb;version="[3.3.1.ga, 3.3.1.ga]"

View File

@@ -8,11 +8,8 @@
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.5.xsd">
<reference id="hotelHandlerMappings">
<interfaces>
<beans:value>org.springframework.web.servlet.HandlerMapping</beans:value>
<beans:value>org.springframework.core.Ordered</beans:value>
</interfaces>
</reference>
<reference id="bookingAgent" interface="org.springframework.samples.springtravel.hotel.BookingAgent" />
<reference id="transactionManager" interface="org.springframework.orm.jpa.JpaTransactionManager" />
<reference id="entityManagerFactory" interface="javax.persistence.EntityManagerFactory" />
</beans:beans>