I have an odd problem with an Axis servlet handler. Something gets stuck
in a loop when I try to do a JNDI lookup causing

  java.lang.OutOfMemoryError
        <<no stack trace available>>

Any suggestions as to how I can start to find out whats looping? The
code all works fine until I add a line such as:

  Object beanObject = context.lookup("java:comp/env/ejb/ConfigBean");

The context env values seems ok:
  
  java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
  java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces

Whats the best place to start tracking this down?

Kevin Pearcey








-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to