[JBoss-user] [JBoss.NET SOAP] - Re: how to get start to learn JBoss.NETSOAP

2004-06-23 Thread pockey
Another useful and practical link http://www.nsdev.org/jboss/stories/jboss-net.html View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3839762#3839762 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839762

[JBoss-user] [JBoss.NET SOAP] - Need help in catching custom exceptions on web service's cli

2004-06-21 Thread pockey
Hi I tried to catch a custom exception class, ServerException, on a static-stub client of a web service. However, I was not able to catch the ServerException. The client always caught SOAPFaultException. This SOAPFaultException contains ServerException string in its message. So it's tedious

[JBoss-user] [Persistence CMP/JBoss] - Re: column

2004-06-02 Thread pockey
If it worked for you, then it should not miss anything? So far, I don't see that you miss anything. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3837169#3837169 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3837169

[JBoss-user] [Persistence CMP/JBoss] - Re: column

2004-05-31 Thread pockey
Hi Thanks you very much for your help. The problem is solved. Now it does not show the error message. The solution that I took was 1. to take out public abstract String getCompanyID() public abstract void setCompanyID(String companyID). because of the conflict between CMP-fiend and