We are developing an application with around 400 database tables. and have equal number of EJBs (All are Local interfaces and EJB is stateless) and one EJB is injected into another EJB by @EJB tag.
Is it possible to make the container inject the same stateful session bean instance into multiple other stateful session beans?
I am new to EJB. I have a requirement of calling a method of remote stateless bean and setting a value, before calling any method on the same bean. The value set from first method call should be avail
I am new in Java EJB 3.0. It is possible to call a (session) bean—d开发者_如何转开发eployed on JBoss—from a desktop application client?
I\'m using EJB and JPA, and when I try to access PhoneNumber objects in phoneNumbers attribute of Contact contact, it sometimes take several minutes for it to actually return data. It just returns no
I try to build simple Java EE application that uses JPA + EJB3 and Stripes. It\'s a little address book. I\'m using 2 JPA entities, Person and Email. Every person can have more emails, but each email
I have a Java client for a session bean, I want to send it an inputStream as following: Note: I am working with EJB 3.0
I\'m attempting to call methods on a secured EJB from an unauthenticated source (a Message Driven Bean hooked up to a queue).The MDB has an EJB injected into it v开发者_如何学JAVAia @EJB, which is fin
I want to be able to : define different jobs and triggers. modify the expirations dates and intervals on demand
Closed. This question is opinion-based. It is not currently accepting answers. 开发者_运维知识库