Hi,
my application is running in OAS 10.1.2 middle tier with portal,discover and sso enabled.
i have problem with jndi look up in this environment.
from oracle documentaion i found we have to provide jndi.properties
i followed that my jndi.properties files contains
java.naming.factory.initial=com.evermind.server.ApplicationClientInitialContextFactory
java.naming.provider.url=opmn:ormi://localhost/RM_Application
java.naming.security.principal=admin
java.naming.security.credentials=mypassword
but it is not wokring still i am getting the same problem
java:comp/pm/TransactionManager Not found while looking up for the transaction manager for building hibernate session.
i guess there is problem with my provider url.
please throw some light on this and let me know if you have any ideas regarding this.
Thanks in advance
Purandhar
|