[jboss-user] [JBossWS] - Re: NotSerializableException: org.jboss.ws.core.soap.SOAPFau

2009-05-27 Thread ivan.indrawan
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

[jboss-user] [JBoss Seam] - Re: Seam, problem with EntityManager

2007-11-22 Thread ivan.indrawan
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 :

[jboss-user] [JBoss Seam] - No injection on my session bean

2007-05-28 Thread ivan.indrawan
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

[jboss-user] [Installation, Configuration & Deployment] - My JBOSS is still pointing to JSF-RI instead of myfaces when

2007-02-05 Thread ivan.indrawan
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

[jboss-user] [JBoss Portal] - Re: Server 500 error after modifying the JSF portlet tutoria

2006-11-15 Thread ivan.indrawan
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

[jboss-user] [JBoss Portal] - Re: Server 500 error after modifying the JSF portlet tutoria

2006-11-15 Thread ivan.indrawan
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

[jboss-user] [JBoss Portal] - Server 500 error after modifying the JSF portlet tutorial

2006-11-15 Thread ivan.indrawan
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.