jsf-spring-integration - cleaning up
(cherry picked from commit 3d6aa91)
This commit is contained in:
parent
6e6f7c4e1e
commit
98fbb50879
@ -9,7 +9,7 @@
|
|||||||
http://www.springframework.org/schema/lang/spring-lang-2.5.xsd http://www.springframework.org/schema/lang/spring-lang-2.5.xsd/spring-spring-lang-2.5.xsd-3.1.1.RELEASE.xsd
|
http://www.springframework.org/schema/lang/spring-lang-2.5.xsd http://www.springframework.org/schema/lang/spring-lang-2.5.xsd/spring-spring-lang-2.5.xsd-3.1.1.RELEASE.xsd
|
||||||
">
|
">
|
||||||
|
|
||||||
<bean class="org.springframework.context.annotation.CommonAnnotationBeanPostProcessor" />
|
<bean class="org.springframework.context.annotation.CommonAnnotationBeanPostProcessor"/>
|
||||||
<bean class="com.baeldung.springintegration.dao.UserManagementDAOImpl" id="userManagementDAO"/>
|
<bean class="com.baeldung.springintegration.dao.UserManagementDAOImpl" id="userManagementDAO"/>
|
||||||
|
|
||||||
</beans>
|
</beans>
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
<bindings
|
|
||||||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
||||||
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
|
|
||||||
wsdlLocation="http://localhost:8084/AxiaTest/TestIt?wsdl"
|
|
||||||
xmlns="http://java.sun.com/xml/ns/jaxws">
|
|
||||||
<bindings node="wsdl:definitions">
|
|
||||||
<package name="com.me.transport.test"/>
|
|
||||||
<enableAsyncMapping>true</enableAsyncMapping>
|
|
||||||
|
|
||||||
</bindings>
|
|
||||||
</bindings>
|
|
@ -1,5 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<beans xmlns="http://java.sun.com/xml/ns/javaee"
|
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
||||||
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/beans_1_0.xsd">
|
|
||||||
</beans>
|
|
@ -10,7 +10,7 @@
|
|||||||
<application>
|
<application>
|
||||||
<resource-bundle>
|
<resource-bundle>
|
||||||
<base-name>
|
<base-name>
|
||||||
messages
|
messages
|
||||||
</base-name>
|
</base-name>
|
||||||
<var>
|
<var>
|
||||||
msg
|
msg
|
||||||
@ -26,7 +26,7 @@
|
|||||||
</resource-bundle>
|
</resource-bundle>
|
||||||
<el-resolver>org.springframework.web.jsf.el.SpringBeanFacesELResolver</el-resolver>
|
<el-resolver>org.springframework.web.jsf.el.SpringBeanFacesELResolver</el-resolver>
|
||||||
</application>
|
</application>
|
||||||
|
|
||||||
<navigation-rule>
|
<navigation-rule>
|
||||||
<from-view-id>/*</from-view-id>
|
<from-view-id>/*</from-view-id>
|
||||||
<navigation-case>
|
<navigation-case>
|
||||||
@ -35,16 +35,5 @@
|
|||||||
<redirect/>
|
<redirect/>
|
||||||
</navigation-case>
|
</navigation-case>
|
||||||
</navigation-rule>
|
</navigation-rule>
|
||||||
|
|
||||||
<navigation-rule>
|
|
||||||
<from-view-id>/register.xhtml</from-view-id>
|
|
||||||
<navigation-case>
|
|
||||||
<from-outcome>review registration</from-outcome>
|
|
||||||
<to-view-id>/review_registration.xhtml</to-view-id>
|
|
||||||
<redirect/>
|
|
||||||
</navigation-case>
|
|
||||||
</navigation-rule>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</faces-config>
|
</faces-config>
|
||||||
|
@ -1,10 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<!DOCTYPE glassfish-web-app PUBLIC "-//GlassFish.org//DTD GlassFish Application Server 3.1 Servlet 3.0//EN" "http://glassfish.org/dtds/glassfish-web-app_3_0-1.dtd">
|
|
||||||
<glassfish-web-app error-url="">
|
|
||||||
<class-loader delegate="true"/>
|
|
||||||
<jsp-config>
|
|
||||||
<property name="keepgenerated" value="true">
|
|
||||||
<description>Keep a copy of the generated servlet class' java code.</description>
|
|
||||||
</property>
|
|
||||||
</jsp-config>
|
|
||||||
</glassfish-web-app>
|
|
Loading…
x
Reference in New Issue
Block a user