You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Peter Karich <pe...@yahoo.de> on 2008/12/23 12:52:40 UTC

Phonebook example

Hi,

I freshly checked out the phonebook example from svn.
But I have 2 problems.
1. I have to add the following dep:
<dependency>
            <groupId>org.springframework</groupId>
            <artifactId>spring</artifactId>
            <version>2.0.8</version>
</dependency>
Otherwise it wouldn't find some ibatis and ContextLoaderListener classes.
(BTW: if I only want hibernate how can I safely remove the ibatis deps?)

2. I cannot find the referenced class wicket.contrib.phonebook.web.HibernatePhonebookApplication
in subversion

Any hints?

Regards,
Peter.


      

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