I made an EJB (CMP-EB) that accesses a relational database. This works fine. Now I 
need the following:
1) The database password may not be seen from anyone but the bean programmer. This is 
due to the fact that the password is a
company confidential and may not be seen even from the JOnAS admin. How could this be 
done (maybe there is a hook where JOnAS
asks the bean for the password if it cannot find it in the DD)?
2) I need different user ID and Password for the access to the DB, because there are 
different user permissions. How can this
be done without complete managing persistency manually?
Thank you
Markus

Reply via email to