|
Revision 17941, 0.7 kB
(checked in by janguenot, 2 years ago)
|
fixup contribution
|
| Line | |
|---|
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 |
<component |
|---|
| 3 |
name="org.nuxeo.ecm.platform.audit.service.NXAuditEventsService.contrib"> |
|---|
| 4 |
|
|---|
| 5 |
<require>org.nuxeo.ecm.platform.audit.service.NXAuditEventsService</require> |
|---|
| 6 |
|
|---|
| 7 |
<documentation> Service that deals with log entry factory. |
|---|
| 8 |
|
|---|
| 9 |
<p/> Most of the work is done at EJB layer though This supports JMS events based |
|---|
| 10 |
notifications on a dedicated topic. |
|---|
| 11 |
@version 1.0 |
|---|
| 12 |
@author <a href="mailto:ja@nuxeo.com">Julien Anguenot</a> |
|---|
| 13 |
</documentation> |
|---|
| 14 |
|
|---|
| 15 |
<extension target="org.nuxeo.ecm.platform.audit.service.NXAuditEventsService" |
|---|
| 16 |
point="logEntryFactory"> |
|---|
| 17 |
<logEntryFactory |
|---|
| 18 |
class="org.nuxeo.ecm.platform.audit.ejb.LogEntryFactoryImpl"/> |
|---|
| 19 |
</extension> |
|---|
| 20 |
|
|---|
| 21 |
</component> |
|---|