[JBoss-user] [EJB/JBoss] - Re: context.lookup takes 7+ _seconds_ to return over LAN on

2004-06-01 Thread davetron5000
OK, so sorry to be posting 8000 messages, but I solved my problem, and I believe that it was the result of a bug in JBoss that I was thankfully able to workaroud. In org.jboss.web.WebService there is a method: | protected void startService() throws Exception |{ | // Host must be

[JBoss-user] [EJB/JBoss] - Re: context.lookup takes 7+ _seconds_ to return over LAN on

2004-06-01 Thread davetron5000
BTW, it seems that the WebService MBean controls the RMI Codebase, and it's "Host" attribute controls the 'name of the public interface'. This is set to ${jboss.bind.address} and as such I would expect it to get my IP address as its value, based on my system properties MBean setup. Appears tha

[JBoss-user] [EJB/JBoss] - Re: context.lookup takes 7+ _seconds_ to return over LAN on

2004-06-01 Thread davetron5000
OK, part of my problem seems to be that JBoss sends, to the client, a URL like http://hostname:8083/ and in the log, this appears as: Using RMI Server codebase: http://hostname:8083 It seems to be happening during the JNDI handshaking process (presumably JBoss is telling the client where to go

[JBoss-user] [EJB/JBoss] - Re: context.lookup takes 7+ _seconds_ to return over LAN on

2004-06-01 Thread davetron5000
I forgot to specify that I'm not using DNS. We're using the IP address. Furthermore, this behavior occurs on every Windows box on our LAN (at least all those where we've tried it), and on none of the Linux boxes on our LAN. Is there something else I can check? What happens during the look

[JBoss-user] [EJB/JBoss] - context.lookup takes 7+ _seconds_ to return over LAN on Wind

2004-05-28 Thread davetron5000
Basic setup is JBoss 3.2.3, default server, no config changes (save a datasource). Swing client makes Stateless Session EJB calls. On linux (RedHat 9.0), EJB calls behave normally; context is created, lookup occurs quickly, call proceeds normally. On both Windows 2000 and Windows XP, same subne

[JBoss-user] [EJB/JBoss] - Re: Writing my own Interceptor - cannot deploy

2004-04-01 Thread davetron5000
Last bump before giving up. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828739#3828739 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828739 --- This SF.Net email

[JBoss-user] [EJB/JBoss] - Re: Writing my own Interceptor - cannot deploy

2004-03-26 Thread davetron5000
Someone's got to be able to help me, right? http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827600#3827600";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827600>Reply to the post --- Thi

[JBoss-user] [EJB/JBoss] - Re: Writing my own Interceptor - cannot deploy

2004-03-23 Thread davetron5000
Anyone have any ideas? http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827080#3827080";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827080>Reply to the post --- This SF.Net email is spo

[JBoss-user] [EJB/JBoss] - Re: Writing my own Interceptor - cannot deploy

2004-03-19 Thread davetron5000
OK, I didn't include the details hoping it was an obvious mistake. Stacktrace is below. server/default/standardjboss.xml contains the default stuff, except for the following stanza (to which I added one line): | | Standard Stateless SessionBean | false |

[JBoss-user] [EJB/JBoss] - Writing my own Interceptor - cannot deploy

2004-03-17 Thread davetron5000
Java 1.4.2 JBoss 3.2.3 Linux (RH9) I'm writing an Interceptor. As a first step, I basically copied the LogInterceptor's implementation. I put the class in jboss' classpath (via run.conf). I put a reference to the classname in standardjboss.xml, right after the stanza reference LogInterceptor