Re: TypeNotPresentException

2010-03-25 Thread Swanthe Lindgren
Look more like a REST deserialization problem then a wicket. Could it be that se.**.core.domain.KmsUser only is available in your back end server? We use an environment very much like yours, with a back end which we send REST request to from our wicket layer, and we don't use the same classes

TypeNotPresentException

2010-03-22 Thread Svante Reutland
Hi! Im working on a project and I'm getting a weird exception in which I don't understand how to resolve. My application resides in two modules. One server side module where all business logic are. On the server side I user spring and restful webservices. Than I have a web module which

Re: TypeNotPresentException

2010-03-22 Thread Martijn Dashorst
From the JavaDoc from TypeNotFoundException: * Thrown when an application tries to access a type using a string * representing the type's name, but no definition for the type with * the specified name can be found. This exception differs from * {...@link ClassNotFoundException} in that

Re: TypeNotPresentException

2010-03-22 Thread svantepower
Anyone have any idea of what can cause my problem? -- View this message in context: http://old.nabble.com/TypeNotPresentException-tp27957971p27985887.html Sent from the Wicket - User mailing list archive at Nabble.com

TypeNotPresentException

2010-03-19 Thread Svante Reutland
Hi! Im working on a project and I'm getting a weird exception in which I don't understand how to resolve. My application resides in two modules. One server side module where all business logic are. On the server side I user spring and restful webservices. Than I have a web module which