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
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
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
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
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
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