I\'m confused about the use of JNDI to lookup EJB stubs. If I have an application server that doesn\'t dynamically download stubs and thus I have the stubs on the client classpath, then what is the pu
Can any body give me idea how to do RBAC with the help of EJB framework? I am new i开发者_开发百科n Java, so I need details description about EJB and RBAC.There is JAAS.EJB itself wont help you with y
Ubuntu quad-core glassfish install. I would like to tell glassfish to use all 4 cores to process async jobs because it is only using 2 right now. I can\'t find any setting to specify that though. Do开
My EJB application looks up some configuration values from JNDI. I would like to be able to change these values and h开发者_高级运维ave the application take notice immediately, without having to resta
I have a MDB listening to particular topic. I have configured XA data source with jboss... I have set persistance .xml
I am looking for a template project a tutorial of how to build Spring 3 + EJB 3.1 + JPA 2 application. Any references or advices warmly appricated.
Glassfish 3.1.1 Jersey 1.8 I have the following stateless session bean exposed as a JAX-RS resource.VehicleResource is contained in a WAR, with the other EJBs in an EJB-JAR.The entire app is packaged
I\'d be very grateful is someone could assist me with the following questions: What are the differences between @RolesAllowed and @DeclareRoles annotations?
I am consistently finding that my already-existing transaction is getting committed inside any method of an EJB marked @ejb.transaction type=\"Required\". Can this be correct?
I have one scenario, I wrote business methods in stateful session beans using local interfaces. User can access the application in that time suddenly the database server is off. Again user re开发者_J