[jboss-user] [EJB 3.0] - Re: Swing Client Catching Exception from EJB3-Server by HTTP

2009-02-16 Thread knoppT
Its a bug in JBoss Version 4.2.2! It has been fixed in JBoss 4.2.3! here is the Link: https://jira.jboss.org/jira/browse/JBREM-813 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210274#4210274 Reply to the post : http://www.jboss.org/index.html?module=bb&op

[jboss-user] [EJB 3.0] - Swing Client Catching Exception from EJB3-Server by HTTP-Tun

2009-02-05 Thread knoppT
I'm using JBoss 4.2.2 GA with EJB3. My Client is a SWING-Client and I accessed the Server as described in http://www.jboss.org/community/docs/DOC-9049 with HTTP Connector! Now, I throw an Runtimeexception("Versionerror by update") in my SessionBean and I want to show this Messsage on my Client.