posted 19 years ago
I am trying to use ejbSelect method but I am getting NullPointerException can anybody please see the code and exception below and guide me
This is a part of code from my bean class
and ejb-ql in ejb-jar.xml is
SELECT OBJECT(o) FROM Customer AS o
and this the part of exception
I am using jboss4.0.0. What could be the reason?
Please help me out...
[ July 21, 2005: Message edited by: Soni Prasad ]