Hi All,
I am new to J2EE.
I am using J2EE reference implementation 1.2.1 and
trying to deploy CMP entity bean with MS Access in the
backend.
I am facing few problems with my J2EE server while
deploying beans.
1) There has been a constant problem on my machine
since long time that my J2EE deploytool does not
generate
queries for the finder methods and other mthods.
It gives a message to check whether database server is
on or to check the username password where as
there is no username and password to my MS Access
database.
2) I am trying to deploy a CMP enitity bean called
Product with a primary key class by manually writing
the queries.
In case CMP entity bean with primary key in a
seperate class the findByPimaryKey() method in the
home interface takes
primary key object as an argument.
Now since I am writing queries mannually I want to
know how should I write the query string for
findByPimaryKey(ProductPK pk)
and since J2EE 1.2.1 implements EJB 1.1 I can't use
EJB QL like with EJB 2.0 .
Please help me and answer my second question amd if
possible 1st question also.
Thanks in advance
Rupesh
__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com
===========================================================================
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".