Commit 6a0fb0637425eba1ce662f0f0626d33dede86a20
1 parent
a2413e82
Exists in
master
Remoção das declarações dos Interceptors do beans.xml, pois agora
será responsabilidade das aplicações declará-los nos seus próprios beans.xml.
Showing
1 changed file
with
0 additions
and
7 deletions
Show diff stats
impl/core/src/main/resources/META-INF/beans.xml
| @@ -37,11 +37,4 @@ | @@ -37,11 +37,4 @@ | ||
| 37 | <beans xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 37 | <beans xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 38 | xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/beans_1_0.xsd"> | 38 | xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/beans_1_0.xsd"> |
| 39 | 39 | ||
| 40 | - <interceptors> | ||
| 41 | - <class>br.gov.frameworkdemoiselle.internal.interceptor.ExceptionHandlerInterceptor</class> | ||
| 42 | - <class>br.gov.frameworkdemoiselle.internal.interceptor.RequiredPermissionInterceptor</class> | ||
| 43 | - <class>br.gov.frameworkdemoiselle.internal.interceptor.RequiredRoleInterceptor</class> | ||
| 44 | - <class>br.gov.frameworkdemoiselle.internal.interceptor.TransactionalInterceptor</class> | ||
| 45 | - </interceptors> | ||
| 46 | - | ||
| 47 | </beans> | 40 | </beans> |
| 48 | \ No newline at end of file | 41 | \ No newline at end of file |