age -
> > From: "Jeff Hubbach" <[EMAIL PROTECTED]>
> > To: "Orion-Interest" <[EMAIL PROTECTED]>
> > Sent: Friday, June 15, 2001 6:05 AM
> > Subject: Re: UserTransaction
> >
> > > Check www.orionserver.com, u
rk.
Jeff.
Phan Anh Tran wrote:
> Yeah, but can I do that from a stand-alone APP running in separate VM?
>
> Anh
>
> - Original Message -
> From: "Jeff Hubbach" <[EMAIL PROTECTED]>
> To: "Orion-Interest" <[EMAIL PROTECTED]>
> Se
o reason why
it wouldn't work.
Jeff.
Phan Anh Tran wrote:
> Yeah, but can I do that from a stand-alone APP running in separate VM?
>
> Anh
>
> - Original Message -
> From: "Jeff Hubbach" <[EMAIL PROTECTED]>
> To: "Orion-Interest" <
way and do it manually (it
still has a lot of bugs).
I'm talking about the earassembler.jar
-Original Message-
From: David- [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 15, 2001 9:32 PM
To: Orion-Interest
Subject:Re: UserTransaction
hi guys,
i m new to ejb and
hi Devid
you have to prepare 3 files:
1) a .jar file containig the ejbs classes and the .xml descriptor (under
Meta-inf)
2) a .war file containig your jsps, static files, and the web.xml file (under
web-inf)
3) a .ear file containing the ejb .jar file the .war file and the
application.xml file (un
hi guys,
i m new to ejb and want to develop them using the orion server...could
someone explain where do i put up my ejbs and my jsps..i mean what im
looking for is a directory pattern...I tried alot of combos but...does not
seem to work...
thanks in advance
David
Yeah, but can I do that from a stand-alone APP running in separate VM?
Anh
- Original Message -
From: "Jeff Hubbach" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Friday, June 15, 2001 6:05 AM
Subject: Re: UserTransaction
> C
Check www.orionserver.com, under the FAQ link:
How do I get a reference to the TransactionManager?
import javax.naming.*;
import javax.transaction.*;
...
TransactionManager manager = (TransactionManager)new
InitialContext().lookup("java:comp/UserTransaction");
Jeff
Hi Karl,
Well, you really have a way to make us users feel special,
don't you... ;)
Rui Gil
>
> Hello Rui,
>
> Ok, since you want it, we'll implement it. It's put up as a
> feature request, so expect it in about a week.
>
Hello Rui,
Ok, since you want it, we'll implement it. It's put up as a feature request, so
expect it in about a week.
Rui Gil wrote:
> Hi Karl,
>
> Well, you're right, as far as I know the specification doesn't say
> that this should be implemented, but it doesn't say the opposite
> either... a
t understand why the implementation is not going to be portable,
aren't we talking about standard interfaces here ?
Thanks,
Rui Gil
-Original Message-
From: Karl Avedal [mailto:[EMAIL PROTECTED]]
Sent: quarta-feira, 5 de Julho de 2000 10:26
To: Rui Gil
Cc: Orion-Interest
Sub
Hello Rui,
Currently we do not support getting a UserTransaction reference from an
application client (the specification does not say that clients should have
access to it). We will probably implement it in a future release, but it will
then be Orion specific and not portable to every J2EE server
Hello Klaus,
from what kind of module are you doing this? From a Servlet? Something else?
Only certain modules have access to the TransactionManager...
Regards,
Karl Avedal
Klaus Thiele wrote:
> Hello,
>
> as described in your FAQ i tried the
> (TransactionManager)context.lookup("java:comp/Use
Hello Klaus,
We'll check this out, it does seem weird,
Regards,
Karl Avedal
Klaus Thiele wrote:
> Hello,
>
> i have a SessionBean:
>
>public class PersonBean implements SessionBean {
> private UserTransaction ut = null;
> private SessionContext ctx;
> [...]
>public vo
14 matches
Mail list logo