Hi,
I found a solution. I make my own Proxy with specific treatment for EJBException:
public class ExceptionTranslatorLocalStatelessSessionProxyFactoryBean extends...
Type: Posts; User: ofornes; Keyword(s):
Hi,
I found a solution. I make my own Proxy with specific treatment for EJBException:
public class ExceptionTranslatorLocalStatelessSessionProxyFactoryBean extends...
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:
Hi,
I have a business interface with a method that throws two service exception (DataRetrievalFailureException and IllegalArgumentException):
public interface IServeiPersones
{
/**
...