Hi,

in my init() i used the addComponentInstantiationListener for loading the wicket-contrib-javaee ejb3 bridge, but this is now broken, as

@Override
    protected void init()
    {
addComponentInstantiationListener(new JavaEEComponentInjector(this));

.....

is not valid anymore - i looked in the migrate 1.3 guide but there is no info about this.

So, I wonder what has changed and why - as its breaking the current wicket-contrib-javaee.

Best

Korbinian

Reply via email to