Do you mean the SOAPFault is generated on the server side? The fault cant be
generated on the client side.
If you are controlling the server side code, make sure that the member
properties of the exception that you are throwing (wrapped by the
SOAPFaultException) are all serializable.
View th
Hi there,
Try checking the library (the rich faces jars) whether they are all the same
version? If not necessary, dont put the rich-faces jars in the server
deployment library (/server/default/lib).
I had the same problem and managed to fix it that way.
Cheers,
Ivan
View the original post :
Hi there,
I got the following problem on my Seam application. Looking at the error, it
seems my properties are not injected by Seam. Thanks beforehand for your help.
The application is to register new user before enabling the user to login to
the system.
When clicking "register" on the regist
Hi there,
I am trying to use tomahawk with jboss seam but I have an early problem with
myfaces. It seems that my application is still pointing to the sun
implementation instead of myfaces. I have the following exception:
10:43:35,601 INFO [STDOUT] 10:43:35,586 ERROR [[/Epsilon]] Exception sendi
Sorry, got it done It was my Ant config that was wrong :p
Thanks to those looking at it and sorry for filling up your time :)
Ivan
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986097#3986097
Reply to the post :
http://www.jboss.com/index.html?module
i checked the log and come up with the following error:
11:17:15,909 ERROR [[/phoenixportlet]] Root cause: Exception while invoking expr
ession #{phoenix.verify}
javax.faces.el.EvaluationException: Exception while invoking expression #{phoeni
x.verify}
at org.apache.myfaces.el.MethodBinding
I am learning to develop JSF based portlet.
I took the JSF tutorial template for a ground of my application. First thing as
usual, I develop the login menu.
I have managed to show the portlet in the window. But when clicking the login
button, it generates HTTP500 error with thousands of error.