When I use the JNDI context to look up a bean thir error occurs: Ex: InitialContext ctx = new InitialContext(); container = (TeamContainer) ctx.lookup(TeamContainer.class.getName());
Error: $Proxy136 (org.apache.jsp.team_jsp) in org.apache.jsp.team_jsp.jspInit, line 28 in org.apache.jasper.runtime.HttpJspBase.init, line 78 in org.apache.jasper.servlet.JspServletWrapper.getServlet, line 145 in org.apache.jasper.servlet.JspServletWrapper.service, line 305 ... Any ideas? I use jboss-4.0.3RC1... Regards! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886211#3886211 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886211 ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
