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=bb&op=viewtopic&p=3839762#3839762
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839762
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 to
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=bb&op=viewtopic&p=3837169#3837169
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837169
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 CMR-fiel
Hi
I'm new to CMR. I tried to create a one-to-many relationship between CompanyBean
entity bean and UserGroupBean entity bean by XDoclet.
I'm using JBOSS3.2.3 and Postgresql 7.4.2.
Without creating the relationship between them, I was able to insert records into
Postgresql database by both be