-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Description
Hello, is it possible to configure a transaction manager to be accessible by JNDI?
I tried this, but didn't work, once each time InitialContext is created, it reads from the properties files and replace all previously binded resources:
InitialContext jndiCtx = new InitialContext();
jndiCtx.bind(JNDI_TRANSACTION_MANAGER, createTransactionManager());
jndiCtx.bind(JNDI_DATASOURCE_NAME, createDataSource());
Do you have any idea no I can have my TransactionManager binded too?
Metadata
Metadata
Assignees
Labels
No labels