Hi everybody,
I am trying to set up JONAS on Win98-Machine evertything is fine til it tries connect 
the RMIregistry through the JNDI.
(The RMIRegistry is running!)

In the TMServer class (line 97) the following command fails
        initialContext.rebind("TMFactory", tm);
It throws the following Exception:
        
Cannot rebind UserTransaction:
javax.naming.CommunicationException [Root exception is java.rmi.ServerException: 
RemoteException occurred in server thread; nested exception is: 
        java.rmi.UnmarshalException: error unmarshalling arguments; nested exception 
is: 
        java.lang.ClassNotFoundException: rmitest.TransactionFactoryImpl_Stub]

Does anybody no, what's wrong??

Thanks and best regards from Germany,

Alexa Schmidt


------------------------------------------------------------------------------------------------------
Alexander Schmidt
Qubix Consulting GmbH
Schillerstr. 5
35584 Wetzlar

Tel.: 06441 / 382278
Fax.: 06441 / 33252
mail: [EMAIL PROTECTED]
homepage: www.qubix.de

-----Urspr�ngliche Nachricht-----
Von:    Paul Mahoney [SMTP:[EMAIL PROTECTED]]
Gesendet am:    Sonntag, 26. Dezember 1999 20:46
An:     [EMAIL PROTECTED]
Betreff:        Possible problem changing an entity bean primary key

Hi Team,

I've had a very satisfying day getting a environment together for EBJ
application development using JOnAS. I've just a couple of issues yet to
resolve and wondered if you guys can point me in the right direction.

Set-up

        I've started JOnAS with an simple entity bean Environment.
        There are only two persistent fields, "name" and "value".
        "name" is used by the primary key class EnvironmentPK and
        is a primary key in the Informix table "environment".

Problem
        My little test program can successfully create and remove
        row from the table using the Environment entity bean. It
        can change the value using env.setValue("new value"); But
        it cannot change the name using env.setName("new name").
        I don't not get an error when I try, but the database is
        not updated :-(

        This is a container managed entity bean.

----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to