JBoss Community

Re: Hide JBoss internal exceptions from the client

created by Frank Ulbricht in JBoss AS 7 Development - View the full discussion

I found another way. When I create a facade with another session bean with transaction attribute NEVER, I can invoke the original bean locally. The transaction will be over before the method of my facade bean ends. No an interceptor around the facade method call can catch the exception and convert it to something useful. It is a solution but finally it means that I have to duplicate all interface methods in my facade beans...

 

Regards,

Frank.

Reply to this message by going to Community

Start a new discussion in JBoss AS 7 Development at Community