Hi all,
Aries Blueprint fails to instantiate bean with the following constructors:
public AggregateAnnotationCommandHandler(Class<T> aggregateType,
Repository<T> repository)
{
}
It seems to have problems with the second argument since it contains generic
parameter.
While it successfully instantiates the following bean:
public EventSourcingRepository(AggregateFactory<T> aggregateFactory,
EventStore eventStore)
{
}
I'm using Apache Karaf 4.0.8.
Any insight would be greatly appreciated.
Thanks & Regards,
Setya
--
View this message in context:
http://karaf.922171.n3.nabble.com/Blueprint-fails-instantiating-bean-with-generic-constructor-tp4049986.html
Sent from the Karaf - User mailing list archive at Nabble.com.