[EMAIL PROTECTED] wrote:
>
> Hi,
> Thanks for replying previous question. Here I've
> few more questions:
>
> Q1) For JOnAs we define all Find methods in a
> property file & all the examples I've seen
> so far are when the database coloumn is int/number.
> I wonder how you define these Find(s)(in property
> file) in case you've VarChar in a where clause?
>
> Q2) In my example program I've only one default Find
> method i.e. findByPrimaryKey & my understanding
> was that this default Find does not need any
> defination in property file. Is that a correct
> statement? Now, when I debug my client &
> call (code snippet):
>
> interface_eventsPK pk = new interface_eventsPK();
> pk.interface_eventsId = 1000;
> interface_events iface = null;
> iface = (interface_events)home.findByPrimaryKey(pk);
>
> As soon I call findByPrmaryKey, I get an
> exception, as follows:
>
> "Unexpected Error java.rmi.ServerError: Server
> Error; nested exception is:
> java.lang.IncompatibleClassChangeError:
> Unimplemented interface method"
>
> I checked my bean with CheckEJB utility - no problem.
> I tried defining findByPrimaryKey in property file -
> same results?
> Please help me with this as I'm out of wits...
>
> Q3) How do you pronouce "JOnAs" - I mean what does it
> mean..
JOnAS: Java Open Application Server
>
> I again, will appretiate your response.
> Thanks
>