|
| InitialContext as singleton |
 |
Mon, 14 Apr 2008 02:08:36 -070 |
I have concerning InitialContext and number of instances of this class.
We have an application that uses a singleton InitialContext to obtain references
to
UserTransaction, DataSources of two databases and some ejbs.
Could the fact that the InitialContext is singleton cause some kind of error,
multithreading or performance problem or similar?
|
| Post Reply
|
|
|
|
|
|
|
|
|
|