| .. | .. |
|---|
| 1 | | -<beans xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|---|
| 2 | | - xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/beans_1_1.xsd"> |
|---|
| 3 | | -<interceptors> |
|---|
| 4 | | - <!-- <class>net.curisit.securis.ioc.TransactionsManager</class> --> |
|---|
| 5 | | - </interceptors> |
|---|
| 6 | | -</beans> |
|---|
| 7 | | - |
|---|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | +<beans xmlns="https://jakarta.ee/xml/ns/jakartaee" |
|---|
| 3 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|---|
| 4 | + xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/beans_4_0.xsd" |
|---|
| 5 | + version="4.0" |
|---|
| 6 | + bean-discovery-mode="annotated"> |
|---|
| 7 | +</beans> |
|---|