Rahul Ganjoo wrote:
Hi All!
How do I package my ejbs/class files such that only one application can access it?
If I put my class files in the lib folder, all other app ejbs can access it. I want to package some utility classes such that only a specific application should access them.

Not clear what you are trying to accomplish, but if all you want is some utility classes for use by a single EJB, then just package those classes into your EJB JAR. You are not limited to just the EJB classes in that JAR. Are are you wanting to limit access to the EJB by only a specific application? In that case, read up on the security sections in the documentation.


TIA,
Rahul Ganjoo.


--
Guy Rouillier




------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to