[JBoss-user] RE: [JBoss-dev] MarshalException for Remote Invocation (610392)

2002-09-17 Thread Josh Davis
Brian Towles, How do you have this working? What are you doing differently than everyone else that allows your session bean to call another bean on another server? I get a Caused by: java.io.NotSerializableException: tyrex.tm.impl.TransactionImpl Also see forumn thread: http://www.jboss.org/f

RE: [JBoss-user] Is anyone able to use two jboss's on different machines?

2002-09-03 Thread Josh Davis
is working with version 3.0. Also what are the implications of leaving the transaction interceptor commented out? Shouldn't you theoretically be able to call any bean on any jboss instance in a distributed environment? Isn't this what the J2EE architecture is all about? Josh Davis &g

RE: [JBoss-user] Is anyone able to use two jboss's on different machines?

2002-08-30 Thread Josh Davis
s in the classpath to allow jboss to see >the other host. > >Josh Davis wrote: > > Does anyone have JBoss 3.0 running on two different machines with ejb > >lookups working correctly between them? I'm not talking clustering > here. > I want to know if anyone can s

[JBoss-user] Is anyone able to use two jboss's on different machines?

2002-08-30 Thread Josh Davis
Does anyone have JBoss 3.0 running on two different machines with ejb lookups working correctly between them? I'm not talking clustering here. I want to know if anyone can successfully do a lookup from a session bean to a session bean on two different machines running jboss. Lookups work fin

RE: [JBoss-user] Serious Naming Service Weekness with JBoss

2002-08-29 Thread Josh Davis
acha >-Message d'origine- >De : [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED]]De la part de Josh Davis >Envoyé : jeudi, 29 août 2002 18:39 >À : [EMAIL PROTECTED] >Objet : [JBoss-user] Serious Naming Service Weekness with JBoss > > > >I have been attempting to perfo

[JBoss-user] Serious Naming Service Weekness with JBoss

2002-08-29 Thread Josh Davis
I have been attempting to perform a lookup call from one jboss instance to another. It never works due to NotSerializableExceptions being thrown from the MarshalledObject. According to the documentation, plugging in Tyrex should fix this but Tyrex has the same problem. I can't believe that