I'm getting the following error in my program, javax.naming.NamingException: Error instantiating web-app JNDI-context: No locat ion specified and no suitable instance of the type 'com.express_scripts.security.SecuritySession' found for the ejb-ref ejb/com/express_scripts/security/SecuritySessionBean Which is really strange, when I look in the generated orion-ejb descriptor I'm seeing that the references are there correctly. I've also looped the enumeration of the context at "java:comp/env/ejb/" and find nothing. Justen Stepka
