Re: How to troubleshoot ViewExpiredException ?

2011-12-29 Thread Rohit Kelapure
Werner and Michael, I will employ the workaround suggested to see if it helps. I do have a mix of f:ajax and h:form on my facelet. showShoppingCart.xhtml h:commandButton type=submit value=Update styleClass=commandExButton id=updateButton action=#{garageSaleJSFActions.updateCart} f:ajax

Re: How to troubleshoot ViewExpiredException ?

2011-12-29 Thread Werner Punz
Not really, the ViewExpired exception just means that the current ViewState cannot be found anymore in the view history. If you navigate to a new page, you basically get a Tabula Rasa aka a new ViewState. Either way if it is the JSF Ajax problem, the javascript workaround definitely will fix

Re: How to troubleshoot ViewExpiredException ?

2011-12-29 Thread Mark Struberg
Another problem can be when being on a Cluster, having ServerSideStateSaving enabled and session affinity and/or propagation doesn't work properly. Because the ViewState is stored in the Session in this case... LieGrue, strub - Original Message - From: Werner Punz

Re: CODI on WebLogic 12c

2011-12-29 Thread Jiayun
Use the pre-packaged bundle, I will get these messages: 2011/12/30 上午10時12分06秒 TST Notice StdErr BEA-00 十二月 30, 2011 10:12:06 上午 org.apache.myfaces.extensions.cdi.core.api.provider.ServiceProvider clinit 資訊: org.apache.myfaces.extensions.cdi.core.impl.provider.DefaultServiceProvider

Re: CODI on WebLogic 12c

2011-12-29 Thread Gerhard Petracek
hi, ok - that might be caused by a very similar issue. please try the pre-packaged bundle with the version 1.0.1. (v1.0.1 doesn't have this feature [1]) regards, gerhard [1] https://issues.apache.org/jira/browse/EXTCDI-223 2011/12/30 Jiayun jia...@gmail.com Use the pre-packaged bundle, I

Re: CODI on WebLogic 12c

2011-12-29 Thread Jiayun
It seems ok on startup with v1.0.1, but I got this exception when browse the page: 2011/12/30 上午10時53分41秒 TST Notice StdErr BEA-00 十二月 30, 2011 10:53:41 上午 org.apache.myfaces.extensions.cdi.core.api.provider.ServiceProvider clinit 資訊:

Re: CODI on WebLogic 12c

2011-12-29 Thread Gerhard Petracek
hi, ok - thx for the info. i'll file an issue for the first part. the current issue sounds quite similar to a glassfish/weld integration issue we saw months ago. as you see in the log it doesn't make sense because the bean exists already: ... config implementation:

Re: CODI on WebLogic 12c

2011-12-29 Thread Jiayun
Hi Gerhard, Do you mean copying the content of the beans.xml in myfaces-extcdi-bundle-jsf20-1.0.1.jar to src\main\webapp\WEB-INF\beans.xml? I tried, but it doesn't work. I have created a service request to Oracle, hope they will solve it. Thank you. jiayun On Fri, Dec 30, 2011 at 11:38 AM,