The problem is in these classes:

[class=it.loginet.petrol.presentation.sinottico.CachedDataProviderModel]
                                private final java.lang.Object
it.loginet.commons.wicket.repeater.DefaultSortableDataProvider$1.val$object
[class=it.loginet.petrol.domain.viaggio.ViaggioRete]
                                  protected
it.loginet.petrol.application.prenotazione.ViaggioService
it.loginet.petrol.domain.viaggio.AbstractViaggio.viaggioService
[class=it.loginet.petrol.application.prenotazione.ViaggioService]

It seems ViaggioService is not injected by Wicket here, i.e. not with
@SpringBean annotation.

On Mon, Jan 22, 2018 at 11:50 PM, Leonardo D'Alimonte <
leonardo.dalimo...@loginet.it> wrote:

> Actually field "stampeFactory" implements Spring interface
> 'org.springframework.beans.factory.config.ServiceLocatorFactoryBean',
> which
> allows us to retrieve beans as prototypes but it's not Serializable (spring
> version is 3.2.2.RELEASE).
>
> I don't think I can use @SpringBean in this situation, as my
> BettolinaService is not directly inside a Page but it's just a field of
> another Service injected in a Page.
>
> --
> Sent from: http://apache-wicket.1842946.n4.nabble.com/Users-forum-
> f1842947.html
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to