[JBoss-user] Intra-VM JNDI Lookup Problem On Red Hat 7.1

2001-07-19 Thread Xandy Johnson
A call to an InitialContext.lookup() from within an EJB never returns. External clients do not have a problem. I have placed System.out.println statements both immediately before and immediately after the lookup, as well as in a "catch Throwable" clause and a finally block. Only the before logg

Re: [JBoss-user] ClassPathExtension mechanism does not seem towork...

2001-05-21 Thread Xandy Johnson
Could you include the snippet from your jboss.conf where you have added the extra libs? It sounds like you might be adding individual jar files, but as far as I know, the ClassPathExtension is for adding directories that contain jar files. Also, are you running run.bat from within the jboss\bin

Re: [JBoss-user] Running JBoss as a Service on Windows NT/2k

2001-05-19 Thread Xandy Johnson
I am aware that there is an 'ntservice' in the JBoss contrib module, which can be checked out from CVS on SourceForge. I have not yet been able to look at it. I am currently using JSL (the Java Service Launcher) . Xandy On Fri, 18 May 2001, Vineet Bhatia w

Connection refused to host: 127.0.0.1 [was: Re: [JBoss-user] Re:JBoss-user -- confirmation of subscription -- request 343542]

2001-05-15 Thread Xandy Johnson
I think the problem is that RedHat ships a broken /etc/hosts file. If you make yours look something like this it will probably help: 127.0.0.1 localhost.fgm.com localhost 216.2.54.97 tux.fgm.com tux Xandy On Tue, 15 May 2001, Guy Rouillier wrote: > >> Conn

RE: [JBoss-user] Using Xerces

2001-05-15 Thread Xandy Johnson
First, I am cross-posting this message to jboss-dev because I think it may involve a development issue regarding class loaders. At the minimum, I think some explanatory material should be developed both for using other XML parsers and for migrating to 2.2.x from earlier versions. I am willing t