Re: When I am open title page of my application, the next error occurs...

2012-03-30 Thread armhold
Your IDE probably auto-imported it instead of java.lang.Object. Your IDE most likely has a feature whereby you can add org.omg.CORBA to the list of don't ever auto-import this package. Last cause: $Proxy155 cannot be cast to org.omg.CORBA.Object PS: I will forever read this package as oh my god

Re: When I am open title page of my application, the next error occurs...

2012-03-29 Thread Martin Grigorov
Hi, Do you use Corba in your app ? grep for CORBA and remove it if it's there On Thu, Mar 29, 2012 at 11:16 AM, Ivan V. Kokhan i...@rql.kiev.ua wrote: Dear All, Please help me to fix next error. Which part of the documentation I may use for the solution of this problem? When I am open

RE: When I am open title page of my application, the next error occurs...

2012-03-29 Thread Ivan V. Kokhan
1:00 PM To: users@wicket.apache.org Subject: Re: When I am open title page of my application, the next error occurs... Hi, Do you use Corba in your app ? grep for CORBA and remove it if it's there On Thu, Mar 29, 2012 at 11:16 AM, Ivan V. Kokhan i...@rql.kiev.ua wrote: Dear All, Please help me