David Treves wrote:

>  
> 
> Note that I used all JBoss's defaults, I did not add <ejb-ref> tags to 
> the web.xml file, 

That's one reason the java:comp/AuthHome didn't work. The other is that 
even with the ejb-ref tag, you'd need to look up 
'java:comp/env/{whatever you named the ejb-ref}'

As you note in your other mail, looking up the bare JNDI name for the 
bean (or the bean name, taking JBoss' defaults) works fine. That _is_ 
less portable, however.

-danch


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

Reply via email to