Rev 140 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 140 | Rev 195 | ||
|---|---|---|---|
| Line 22... | Line 22... | ||
| 22 | <context:annotation-config />
|
22 | <context:annotation-config />
|
| 23 | 23 | ||
| 24 | <context:component-scan base-package="br.com.ec" />
|
24 | <context:component-scan base-package="br.com.ec" />
|
| 25 | <context:component-scan base-package="*.jar!br.com.ec" />
|
25 | <context:component-scan base-package="*.jar!br.com.ec" />
|
| 26 | 26 | ||
| 27 | <!-- EXCLUIR LINHAS -->
|
- | |
| 28 | <context:component-scan base-package="br.edu.cesmac" />
|
- | |
| 29 | <context:component-scan base-package="*.jar!br.edu.cesmac" />
|
- | |
| 30 | - | ||
| 31 | <tx:annotation-driven transaction-manager="transactionManager" />
|
27 | <tx:annotation-driven transaction-manager="transactionManager" />
|
| 32 | 28 | ||
| 33 | <!-- Pós-processador de anotações JPA -->
|
29 | <!-- Pós-processador de anotações JPA -->
|
| 34 | <bean class="org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor"/>
|
30 | <bean class="org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor"/>
|
| 35 | 31 | ||
| Line 63... | Line 59... | ||
| 63 | 59 | ||
| 64 | <bean class="org.springframework.beans.factory.config.CustomScopeConfigurer">
|
60 | <bean class="org.springframework.beans.factory.config.CustomScopeConfigurer">
|
| 65 | <property name="scopes">
|
61 | <property name="scopes">
|
| 66 | <map>
|
62 | <map>
|
| 67 | <entry key="view">
|
63 | <entry key="view">
|
| 68 | <bean class="br.edu.cesmac.web.scope.ViewScope"/>
|
- | |
| - | 64 | <bean class="br.com.ec.web.scope.ViewScope"/>
|
|
| 69 | </entry>
|
65 | </entry>
|
| 70 | </map>
|
66 | </map>
|
| 71 | </property>
|
67 | </property>
|
| 72 | </bean>
|
68 | </bean>
|
| 73 | 69 | ||