This is a bug in the Weblogic deployment GUI wizard. It has been
there since the previous version. You can do one of two things:
1. Open your deployment descriptor, make sure everything is set
correctly and then deploy. However, if you check the code in
<BeanName>ImplJDBC you will see it is just throwing the NYI
exception. Without closing the wizard, make sure the finder
parameters are correct (likely not) and deploy again. This time
the code will be generated correctly.
2. Use the command line version of the deployment code, by
running weblogic DDCreator java code. This takes a text input
DD file and creates a serialized deployment descriptor. Then
use the weblogic ejbc java code with that .SER as input and
that will create all the correct generated classes for the EJB
deployment.
Good luck.
Gord
-----Original Message-----
From: A mailing list for Enterprise JavaBeans development
[mailto:[EMAIL PROTECTED]]On Behalf Of Jeelani Basha
Sent: Saturday, November 20, 1999 1:52 PM
To: [EMAIL PROTECTED]
Subject: Problem with Custom finder methods
Hi,
Can anypone please help me to sort out the following problem..
I am using BEA's WebLogic 4.5.1 for writing my container managed
entity beans.I have written custom finder method and deployed the bean.
But when I try to access it, thru my servlet client, it is throwing NYI
error.
Infact I checked the implementation file <BeanName>ImplJDBC and
found that for my custom finder method,
it says no descriptor found and throwing an error explicitly..
Can any one help me out about the syntax to be used to define condition
for finder method at deployment time..I have used the one specified in
deploymetn docs of Weblogic at path www.weblogic/docs/..
But no use..
Thanks and regards,
Jeelani
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".