All Downloads are FREE. Search and download functionalities are using the official Maven repository.

OSGI-INF.event-comment-service.xml Maven / Gradle / Ivy

There is a newer version: 16.7
Show newest version
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0"
               name="org.opencastproject.event.comment.EventCommentServiceImpl" immediate="true">
  <implementation class="org.opencastproject.event.comment.EventCommentServiceImpl"/>
  <property name="service.description" value="Event Comment Service"/>
  <service>
    <provide interface="org.opencastproject.event.comment.EventCommentService"/>
  </service>
  <reference name="eventCommentDatabaseService"
             interface="org.opencastproject.event.comment.persistence.EventCommentDatabaseService"
             cardinality="1..1" policy="static" bind="setEventCommentDatabaseService"/>
</scr:component>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy