Hi
I have a Message Driven Bean which is calling a Stateless Session Bean. Both
of them are in seperate jar files but while deploying (in weblogic 6.0) I
have put both of them in one "application".
Now, in ejbCreate() of my MDB I perform a lookup of the Stateless Session
Bean and get a remote handle to it.
Now the problem is that when this thing gets deployed I get an error from
the MDB saying that it is unable to resolve the jndi name of SSB and hence
the lookup fails.
Also this problem is not consistent but occurs sometimes and when it occurs,
I un-deploy my "application" and re-deploy it then it works fine.
I am unable to a find a solution this problem
(Note: It is noted that the beans are loaded in alphabetical order and the
name of SSB comes earlier than that of SSB so MDB is loaded first before the
SSB is loaded)
Now one solution is to specify the name of MDB such that it is loaded after
SSB but I don't want to do that. Is there any other "clean" way of doing
that.
(Weblogic 6.2 provides something by which I can specify the EJB loading
order sequence but what do I do with Weblogic 6.0)

Thanks and Regards
Harvinder

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