Hi all, I have a little but confusing problem, that since I'm new to this stuf I can't 
resolve properly:

I have an entity bean with CMP which has an ejbSelect method that performs a search 
for primary keys of the bean whose one of the persistent field has a determinate 
value. This method as not been exposed through any interface is called by a homeMethod 
in the same entity bean. Ok, this home method is called from a Session bean who use 
the resultant Collection to do some stuff.

Well, the session bean methods that use the entity methods, are called from a JSP 
(just practicing EJB, not professional project :-)). The question is that when the Jsp 
calls one of these method and so the session bean call the entity method which use the 
ejbSelec, and there is no data in the underlaying DB table, instead of trhowing an 
exception or just telling something about an error, the execution just stops there and 
so the Jsp itself stops. Why??????

I don't understand!, no null collection is returned, no exception is trhown, no data 
(this is normal) is returned, just it stops there!!!.


Please I need your expertise help. Am I wrong in anything?

Ah!, just for info, I'm using the J2EE server an deploytool that come with the 
j2eesdk_1.3.

Well, thanks a lot in advance.

Bye, Dani

===========================================================================
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".

Reply via email to