encrypt database username and password

2009-01-09 Thread skumar123
i am trying to encrypt database username and password in the openejb.xml file, i have googled a lot for this information with no luck. i need help in how to achieve this. i am using openejb with tomcat. in my ejb jar file i have persistence.xml configured -- View this message in context:

Re: JNDI lookup in Tomcat

2009-01-09 Thread JensToerber
Hi, i can confirm this behaviour. Is it really the intention to use org.apache.openejb.client.LocalInitialContextFactory. I thought this is only for standalone local testing. Any news about looking from Web-Tier via IntialContext()? Best regards, Jens Zog wrote: In a servlet listener for

Re: OpenEJB on Oracle

2009-01-09 Thread JensToerber
Hi, addition: Tried to get my application running with Hibernate as JPA-Provider on Tomcat with Openejb: Openejb is loaded during startup of Tomcat, hence the Classes in openejb-webapp\lib (yes lib) are loaded very early. Take care to do the same Class Loading Order in your Development