Search:

Type: Posts; User: ofornes; Keyword(s):

Search: Search took 0.02 seconds.

  1. Hi, I found a solution. I make my own Proxy...

    Hi,

    I found a solution. I make my own Proxy with specific treatment for EJBException:


    public class ExceptionTranslatorLocalStatelessSessionProxyFactoryBean extends...
  2. Depends on J2EE container

    I have EJB3 in jboss EAP 4.3. I use jboss annotations for deploy:


    org.jboss.annotation.ejb.LocalBinding
    org.jboss.annotation.ejb.RemoteBinding


    I use it in EJB:
  3. No service Exception translation on EJBException

    Hi,

    I have a business interface with a method that throws two service exception (DataRetrievalFailureException and IllegalArgumentException):


    public interface IServeiPersones
    {
    /**
    ...
Results 1 to 3 of 3