Hi,
thanks for reply- well I read about the new allocation of jts package.
Unfortunately my problem is that I don't know in which key (of the initial
context)
I have to insert info about the transaction (in order to retrieve it via
JNDI).
Bye
Francesco

----- Original Message -----
From: Bono, Chris <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 06, 2000 4:27 PM
Subject: Re: Retrieving the transaction via JNDI


> 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".
>
>
===========================================================================
> 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