Hi,

You need to add
<dependency>
    <groupId>javax.inject</groupId>
    <artifactId>javax.inject</artifactId>
    <version>1</version>
</dependency>

It comes with Spring 3+.

On Thu, Oct 11, 2012 at 12:43 PM, Nitin khandelwal
<[email protected]> wrote:
> in these days i am migrating one my wicket project  from 1.5.6 to wicket
> 6.1.1 stable.
>
> for that i have download stable release and remove all compile time errors
> but now when i run the project i get following error:
>
> *java.lang.NoClassDefFoundError: javax/inject/Inject
>         at
> org.apache.wicket.spring.injection.annot.AnnotProxyFieldValueFactory.supportsField(AnnotProxyFieldValueFactory.java:304)*
>
> i am using spring 2.5.6 version and wicket 6.1.1
> <http://apache-wicket.1842946.n4.nabble.com/file/n4652875/Screenshot_2.png>
> please tell me the the solution for that as i need to download any
> dependancy jar or other thing.
>
>
>
>
>
>
>
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/Coming-Error-in-Wicket-6-1-1-during-Migration-from-1-5-6-tp4652875.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to