Hi Guillaume,

This is how the classes are declared:

public interface EventSqlSchema<T>
public class GenericEventSqlSchema<T> implements EventSqlSchema<T>
public class OrientDbEventSqlSchema extends GenericEventSqlSchema<byte[]>

And below is the configuration:

<bean id="sqlSchema"
class="com.modulariti.eventstore.OrientDbEventSqlSchema">
     <property name="forceUtc" value="true"/>
</bean>


Thanks & Regards,
Setya








--
View this message in context: 
http://karaf.922171.n3.nabble.com/Blueprint-and-Custom-Namespace-tp4046737p4046847.html
Sent from the Karaf - User mailing list archive at Nabble.com.

Reply via email to