Subject | Re: External procedures: implementation proposal. |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-07-26T16:47:30Z |
> Opinions differ on this :-). I think thread locals are a dreadfulNot only in this case. How did you implement the following code in
> hack and should be eliminated wherever possible. They are normally
> a way to tell component C about the context available in A without
> telling B, the guy in the middle.
Geronimo?
InitialContext ctx = new InitialContext();
UserTransaction tx = ctx.lookup("UserTransaction");
I doubt that there are no TLS here. Same approach I consider for the
callbacks. What is wrong with it?
Roman