In ejb1.1 the package name has changed from javax.jts to javax.transaction so change 
javax.jts.UserTransaction to
javax.transaction.UserTransaction (section 1.3 ejb1.1 spec)

Chris
-----Original Message-----
From: Francesco Marchioni
[mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 06, 2000 4:14 AM
To: [EMAIL PROTECTED]
Subject: Retrieving the transaction via JNDI


Hi all,
I'd like to retrieve the User tx from the client side, using Weblogic 5.1.

Issuing this command:

UserTransaction ut =
(UserTransaction)context.lookup("javax.jts.UserTransaction");

Will simply cause an error message...so I thought the UserTransaction must
be
inserted "manually" in the initial Context, as well as
INITIAL_CONTEXT_FACTORY
and PROVIDER_URL. But I cannot find the right key in Initial Context......
where do I have to insert it ?
Hope I was clear
Thanks
Francesco

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  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 "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to