OSGI-INF.event-comment-service.xml Maven / Gradle / Ivy
<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