I\'m looking to use Enum\'s to return both Codes and Messages from an EJB. Currently only an integer value Code is returned.
I\'m trying to use a ExtendedPersistenceContext to implement the detached object pattern using EJB 3 and Seam.
I have a structure like this @Stateless public class CoreMainEJB implements CoreMainEJBRemote, CoreMainEJBLocal {
i have got bit confused about the functionality of ejbcreate and ejbremove in stateless and stateful session beans? here is my understandingand doubts:-
On higher level if we analyze EJB say statelessEJB Bean , its seems to be that ejb framework created out of RMI API\'s.
I\'m using a CDI session scoped bean to hold user related information (His user entity bean, credential, etc). I have a save method for everytime a user changes his info (like email, password, etc).
Disclaimer: I only have a very basic understanding of how Web Services work and don\'t know much about advanced WS topics such transactions, etc.
We have a J2EE application that comprises of Spring+Struts+Hibernate+JPA, which also uses JBPM for workflow management.
Is there a way to assign an identity to a Weblogic server so that calls from one server to another will propagate the calling server identity?
I get the messages <Warning> <EJB> <BEA-010202> <Call-by-reference is not enabled for the EJB \'myEjb\'.