Re: JavaEEComponentInjector in Wicket 1.5

2011-04-05 Thread Martin Grigorov
are you talking about
https://github.com/wicketstuff/core/tree/master/jdk-1.6-parent/javaee-inject-parent
 ?
because this has been upgraded to support Wicket 1.5 and is used by its
maintainer (Peter Major)

On Tue, Apr 5, 2011 at 2:42 AM, msj121 msj...@gmail.com wrote:

 I am not sure if this is a bug or intentional.

 But seemingly
 getComponentInstantiationListeners().add((IComponentInstantiationListener)
 new JavaEEComponentInjector(this)); No longer works in Wicket 1.5 (any
 version I tried), but perfectly works in Wicket 1.4.5.

 In Wicket 1.5 it states: cannot access
 org.apache.wicket.injection.ComponentInjector I only changed the
 version of wicket in my pom file


 I will open a bug, but I have a feeling others ran into this, and I googled
 for a solution (mostly people without wicket-ioc), but nothing yet, anyone
 have any help or advice?

 Matthew

 --
 View this message in context:
 http://apache-wicket.1842946.n4.nabble.com/JavaEEComponentInjector-in-Wicket-1-5-tp3426937p3426937.html
 Sent from the Users forum mailing list archive at Nabble.com.

 -
 To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org




-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com http://jweekend.com/


Re: JavaEEComponentInjector in Wicket 1.5

2011-04-05 Thread Major Péter
It has been upgraded (with some help for which I'm thankful :) ), and 
although I'm not using it atm, it should be working. ;)


Regards,
Peter

On 2011-04-05 09:01, Martin Grigorov wrote:

are you talking about
https://github.com/wicketstuff/core/tree/master/jdk-1.6-parent/javaee-inject-parent
  ?
because this has been upgraded to support Wicket 1.5 and is used by its
maintainer (Peter Major)

On Tue, Apr 5, 2011 at 2:42 AM, msj121msj...@gmail.com  wrote:


I am not sure if this is a bug or intentional.

But seemingly
getComponentInstantiationListeners().add((IComponentInstantiationListener)
new JavaEEComponentInjector(this)); No longer works in Wicket 1.5 (any
version I tried), but perfectly works in Wicket 1.4.5.

In Wicket 1.5 it states: cannot access
org.apache.wicket.injection.ComponentInjector I only changed the
version of wicket in my pom file


I will open a bug, but I have a feeling others ran into this, and I googled
for a solution (mostly people without wicket-ioc), but nothing yet, anyone
have any help or advice?

Matthew

--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/JavaEEComponentInjector-in-Wicket-1-5-tp3426937p3426937.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org







-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: JavaEEComponentInjector in Wicket 1.5

2011-04-05 Thread msj121
Haza! I had switched back to 1.4 momentarily after almost giving up hope.
Didn't realize there was a package on github, my mistake. And great wiki
available on using it in maven, was a quick solution.

Thank you so much!

Matthew

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/JavaEEComponentInjector-in-Wicket-1-5-tp3426937p3429587.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



JavaEEComponentInjector in Wicket 1.5

2011-04-04 Thread msj121
I am not sure if this is a bug or intentional. 

But seemingly
getComponentInstantiationListeners().add((IComponentInstantiationListener)
new JavaEEComponentInjector(this)); No longer works in Wicket 1.5 (any
version I tried), but perfectly works in Wicket 1.4.5.

In Wicket 1.5 it states: cannot access
org.apache.wicket.injection.ComponentInjector I only changed the
version of wicket in my pom file


I will open a bug, but I have a feeling others ran into this, and I googled
for a solution (mostly people without wicket-ioc), but nothing yet, anyone
have any help or advice?

Matthew

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/JavaEEComponentInjector-in-Wicket-1-5-tp3426937p3426937.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org