Hello,

using the generated *Util classes, it seems that their getHome() methods
fail when they're invoked 'outside' of the EJB environment. As I see if I
get the home manually (getting InitialContext, doing lookup and narrow the
home class), and use the classes' JNDI_NAME, it works fine, but fails using
COMP_NAME, and unfortunately the *Util classes defaults to that.

I'm still not an EJB expert, so I cant really explain why the beans don't
get bounded into 'java:comp/env/ejb/', I only see that using the plain
JNDI_NAME would be fine for me. Is there any way to change the generated
Util classes behaviour from an xdoclet tag or somehow else; or shall I do
something else to get my beans working with the current settings?

All that happens on JBoss3, last working snap, the exact error at getHome()
invocation is: 'javax.naming.NameNotFoundException: comp not bound'

Christopher
-- 
.Digital.Yearning.for.Networked.Assassination.and.Xenocide

_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to