junit, weblogic and ldap

2015-06-30 Thread limaia
Hi, I'm a starter on wicket. My project is running on Oracle weblogic WebServer and I don't use Maven. I'm a little confused how to start to program unit tests using wickettester. There are any tutorial that I could follow? thanks -- View this message in context: http://apache-wicket.1842946

Re: junit, weblogic and ldap

2015-07-01 Thread limaia
Thanks for answer me! I tried this tutorial. But when I run as JUnit Test, the eclipse show the following error: /Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial./ thanks, -- View this mess

Re: junit, weblogic and ldap

2015-07-01 Thread limaia
Hi! There is my test code: http://pastebin.com/87TQjcyR And there is th code being tested, where the error occurred: http://pastebin.com/VGVmQjSP I suppose I have to configure manually the context. Is it right? thanks, cumps, -