ICEfaces
  1. ICEfaces
  2. ICE-9850

New mobi:augmentedReality components

    Details

    • Type: New Feature New Feature
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 4.0
    • Component/s: MOBI-Components
    • Labels:
      None
    • Environment:
      ICEfaces 4
    • Affects:
      Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial

      Description

      Renders a button that will launch an Augmented Reality view displaying any child marker models or locations.

      Also includes:

      - mobi:augmentedRealityLocations:
      -- Renders a list of locations to be displayed according to their latitude, longitude, icon and text label on an Augmented Reality video overlay view.

      - mobi:augmentedRealityMarkers:
      -- Renders a list of three dimensional models attached to markers displayed so that the marker ID corresponds to the list index of the model.


        Activity

        Hide
        Ken Fyten added a comment -

        Marking resolved pending final QA test results.

        Show
        Ken Fyten added a comment - Marking resolved pending final QA test results.
        Hide
        Ken Fyten added a comment -

        Re-opened to add support for an optional "fallback" facet that will be rendered by the component if the BridgeIt app. cannot be used, either due to running on an unsupported platform (such as desktop OS), or the BridgeIt app. not being installed on the device.

        Also note that the fallback attribute should be rendered when running on Android even if BridgeIt is present as it is not currently supported on that platform.

        Show
        Ken Fyten added a comment - Re-opened to add support for an optional "fallback" facet that will be rendered by the component if the BridgeIt app. cannot be used, either due to running on an unsupported platform (such as desktop OS), or the BridgeIt app. not being installed on the device. Also note that the fallback attribute should be rendered when running on Android even if BridgeIt is present as it is not currently supported on that platform.
        Hide
        Liana Munroe added a comment - - edited

        Possible issue found with mobi:augmentedRealityLocations. The location image with label is seen on the video overlay view whether the "rendered" attribute is set to true or false. I am also unclear if the other attributes such as locationLat and locationLon should be rendered anywhere on the video overlay or if they are just used for positioning. The only attribute that renders over the image is locationLabel.
        It also appears that "rendered" attribute does not work with augmentedRealityMarkers as well.

        Please see mobi:augmentedRealityLocations test and mobi:augmentedRealityMarkers test located at:
        http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Manual/augmentedReality

        Show
        Liana Munroe added a comment - - edited Possible issue found with mobi:augmentedRealityLocations. The location image with label is seen on the video overlay view whether the "rendered" attribute is set to true or false. I am also unclear if the other attributes such as locationLat and locationLon should be rendered anywhere on the video overlay or if they are just used for positioning. The only attribute that renders over the image is locationLabel. It also appears that "rendered" attribute does not work with augmentedRealityMarkers as well. Please see mobi:augmentedRealityLocations test and mobi:augmentedRealityMarkers test located at: http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Manual/augmentedReality
        Hide
        Liana Munroe added a comment -

        Issue with mobi:augmentedRealityMarkers seen in our test app as well as on the showcase augmented reality demo.
        The demo starts out with the icemobile markers as default. If both select menus are changed to puzzle 1 or puzzle 2, the new markers are shown as well as the original icemobile marker. Is this expected behaviour?

        Show
        Liana Munroe added a comment - Issue with mobi:augmentedRealityMarkers seen in our test app as well as on the showcase augmented reality demo. The demo starts out with the icemobile markers as default. If both select menus are changed to puzzle 1 or puzzle 2, the new markers are shown as well as the original icemobile marker. Is this expected behaviour?
        Hide
        Liana Munroe added a comment -

        Issue with showcase mobi:augmentedReality demo. Using the Markers demo with ARForm as a chosen model gives no overlay when using the printed augmented reality markers. When selecting a different model from the selectMenu a web page error is displayed for a javax.faces.component.UpdateModelException, and the following server errors occur:
        Aug 28, 2014 4:12:18 PM org.icefaces.impl.application.ExtendedExceptionHandler handle
        WARNING: queued exception
        javax.faces.component.UpdateModelException: javax.el.ELException: /resources/examples/mobi/augmentedreality/augmentedreality-example.xhtml @116,63 val
        ue="#

        {realityBean.selectedModel1}": Error writing 'selectedModel1' on type org.icefaces.samples.showcase.example.mobi.augmentedreality.RealityBean
        at javax.faces.component.UIInput.updateModel(UIInput.java:866)
        at javax.faces.component.UIInput.processUpdates(UIInput.java:749)
        at com.sun.faces.context.PartialViewContextImpl$PhaseAwareVisitCallback.visit(PartialViewContextImpl.java:577)
        at com.sun.faces.component.visit.PartialVisitContext.invokeVisitCallback(PartialVisitContext.java:183)
        at javax.faces.component.UIComponent.visitTree(UIComponent.java:1689)
        at javax.faces.component.UIComponent.visitTree(UIComponent.java:1700)
        at javax.faces.component.UIComponent.visitTree(UIComponent.java:1700)
        at javax.faces.component.UIComponent.visitTree(UIComponent.java:1700)
        at javax.faces.component.UIForm.visitTree(UIForm.java:371)
        at javax.faces.component.UIComponent.visitTree(UIComponent.java:1700)
        at javax.faces.component.UIComponent.visitTree(UIComponent.java:1700)
        at javax.faces.component.UIComponent.visitTree(UIComponent.java:1700)
        at javax.faces.component.UIComponent.visitTree(UIComponent.java:1700)
        at com.sun.faces.context.PartialViewContextImpl.processComponents(PartialViewContextImpl.java:403)
        at com.sun.faces.context.PartialViewContextImpl.processPartial(PartialViewContextImpl.java:266)
        at javax.faces.context.PartialViewContextWrapper.processPartial(PartialViewContextWrapper.java:219)
        at javax.faces.context.PartialViewContextWrapper.processPartial(PartialViewContextWrapper.java:219)
        at org.icefaces.impl.context.DOMPartialViewContext.processPartial(DOMPartialViewContext.java:317)
        at javax.faces.component.UIViewRoot.processUpdates(UIViewRoot.java:1252)
        at com.sun.faces.lifecycle.UpdateModelValuesPhase.execute(UpdateModelValuesPhase.java:78)
        at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)
        at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:198)
        at javax.faces.webapp.FacesServlet.service(FacesServlet.java:646)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
        at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)
        at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:953)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
        at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1023)
        at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589)
        at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoint.java:1852)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
        Caused by: javax.el.ELException: /resources/examples/mobi/augmentedreality/augmentedreality-example.xhtml @116,63 value="#{realityBean.selectedModel1}

        ": Error writing 'selectedModel1' on type org.icefaces.samples.showcase.example.mobi.augmentedreality.RealityBean
        at com.sun.faces.facelets.el.TagValueExpression.setValue(TagValueExpression.java:139)
        at javax.faces.component.UIInput.updateModel(UIInput.java:832)
        ... 38 more
        Caused by: javax.el.ELException: Error writing 'selectedModel1' on type org.icefaces.samples.showcase.example.mobi.augmentedreality.RealityBean
        at javax.el.BeanELResolver.setValue(BeanELResolver.java:153)
        at com.sun.faces.el.DemuxCompositeELResolver._setValue(DemuxCompositeELResolver.java:255)
        at com.sun.faces.el.DemuxCompositeELResolver.setValue(DemuxCompositeELResolver.java:281)
        at org.apache.el.parser.AstValue.setValue(AstValue.java:218)
        at org.apache.el.ValueExpressionImpl.setValue(ValueExpressionImpl.java:253)
        at com.sun.faces.facelets.el.TagValueExpression.setValue(TagValueExpression.java:131)
        ... 39 more
        Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
        at java.util.ArrayList.rangeCheck(ArrayList.java:635)
        at java.util.ArrayList.set(ArrayList.java:426)
        at org.icefaces.samples.showcase.example.mobi.augmentedreality.RealityBean.setSelectedModel1(RealityBean.java:267)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at javax.el.BeanELResolver.setValue(BeanELResolver.java:142)
        ... 44 more

        Aug 28, 2014 4:12:18 PM com.sun.faces.context.AjaxExceptionHandlerImpl handlePartialResponseError
        SEVERE: javax.faces.component.UpdateModelException: javax.el.ELException: /resources/examples/mobi/augmentedreality/augmentedreality-example.xhtml @11
        6,63 value="#

        {realityBean.selectedModel1}": Error writing 'selectedModel1' on type org.icefaces.samples.showcase.example.mobi.augmentedreality.Reality
        Bean
        at javax.faces.component.UIInput.updateModel(UIInput.java:866)
        at javax.faces.component.UIInput.processUpdates(UIInput.java:749)
        at com.sun.faces.context.PartialViewContextImpl$PhaseAwareVisitCallback.visit(PartialViewContextImpl.java:577)
        at com.sun.faces.component.visit.PartialVisitContext.invokeVisitCallback(PartialVisitContext.java:183)
        at javax.faces.component.UIComponent.visitTree(UIComponent.java:1689)
        at javax.faces.component.UIComponent.visitTree(UIComponent.java:1700)
        at javax.faces.component.UIComponent.visitTree(UIComponent.java:1700)
        at javax.faces.component.UIComponent.visitTree(UIComponent.java:1700)
        at javax.faces.component.UIForm.visitTree(UIForm.java:371)
        at javax.faces.component.UIComponent.visitTree(UIComponent.java:1700)
        at javax.faces.component.UIComponent.visitTree(UIComponent.java:1700)
        at javax.faces.component.UIComponent.visitTree(UIComponent.java:1700)
        at javax.faces.component.UIComponent.visitTree(UIComponent.java:1700)
        at com.sun.faces.context.PartialViewContextImpl.processComponents(PartialViewContextImpl.java:403)
        at com.sun.faces.context.PartialViewContextImpl.processPartial(PartialViewContextImpl.java:266)
        at javax.faces.context.PartialViewContextWrapper.processPartial(PartialViewContextWrapper.java:219)
        at javax.faces.context.PartialViewContextWrapper.processPartial(PartialViewContextWrapper.java:219)
        at org.icefaces.impl.context.DOMPartialViewContext.processPartial(DOMPartialViewContext.java:317)
        at javax.faces.component.UIViewRoot.processUpdates(UIViewRoot.java:1252)
        at com.sun.faces.lifecycle.UpdateModelValuesPhase.execute(UpdateModelValuesPhase.java:78)
        at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)
        at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:198)
        at javax.faces.webapp.FacesServlet.service(FacesServlet.java:646)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
        at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)
        at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:953)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
        at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1023)
        at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589)
        at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoint.java:1852)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:745)
        Caused by: javax.el.ELException: /resources/examples/mobi/augmentedreality/augmentedreality-example.xhtml @116,63 value="#{realityBean.selectedModel1}

        ": Error writing 'selectedModel1' on type org.icefaces.samples.showcase.example.mobi.augmentedreality.RealityBean
        at com.sun.faces.facelets.el.TagValueExpression.setValue(TagValueExpression.java:139)
        at javax.faces.component.UIInput.updateModel(UIInput.java:832)
        ... 38 more
        Caused by: javax.el.ELException: Error writing 'selectedModel1' on type org.icefaces.samples.showcase.example.mobi.augmentedreality.RealityBean
        at javax.el.BeanELResolver.setValue(BeanELResolver.java:153)
        at com.sun.faces.el.DemuxCompositeELResolver._setValue(DemuxCompositeELResolver.java:255)
        at com.sun.faces.el.DemuxCompositeELResolver.setValue(DemuxCompositeELResolver.java:281)
        at org.apache.el.parser.AstValue.setValue(AstValue.java:218)
        at org.apache.el.ValueExpressionImpl.setValue(ValueExpressionImpl.java:253)
        at com.sun.faces.facelets.el.TagValueExpression.setValue(TagValueExpression.java:131)
        ... 39 more
        Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
        at java.util.ArrayList.rangeCheck(ArrayList.java:635)
        at java.util.ArrayList.set(ArrayList.java:426)
        at org.icefaces.samples.showcase.example.mobi.augmentedreality.RealityBean.setSelectedModel1(RealityBean.java:267)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at javax.el.BeanELResolver.setValue(BeanELResolver.java:142)
        ... 44 more

        Show
        Liana Munroe added a comment - Issue with showcase mobi:augmentedReality demo. Using the Markers demo with ARForm as a chosen model gives no overlay when using the printed augmented reality markers. When selecting a different model from the selectMenu a web page error is displayed for a javax.faces.component.UpdateModelException, and the following server errors occur: Aug 28, 2014 4:12:18 PM org.icefaces.impl.application.ExtendedExceptionHandler handle WARNING: queued exception javax.faces.component.UpdateModelException: javax.el.ELException: /resources/examples/mobi/augmentedreality/augmentedreality-example.xhtml @116,63 val ue="# {realityBean.selectedModel1}": Error writing 'selectedModel1' on type org.icefaces.samples.showcase.example.mobi.augmentedreality.RealityBean at javax.faces.component.UIInput.updateModel(UIInput.java:866) at javax.faces.component.UIInput.processUpdates(UIInput.java:749) at com.sun.faces.context.PartialViewContextImpl$PhaseAwareVisitCallback.visit(PartialViewContextImpl.java:577) at com.sun.faces.component.visit.PartialVisitContext.invokeVisitCallback(PartialVisitContext.java:183) at javax.faces.component.UIComponent.visitTree(UIComponent.java:1689) at javax.faces.component.UIComponent.visitTree(UIComponent.java:1700) at javax.faces.component.UIComponent.visitTree(UIComponent.java:1700) at javax.faces.component.UIComponent.visitTree(UIComponent.java:1700) at javax.faces.component.UIForm.visitTree(UIForm.java:371) at javax.faces.component.UIComponent.visitTree(UIComponent.java:1700) at javax.faces.component.UIComponent.visitTree(UIComponent.java:1700) at javax.faces.component.UIComponent.visitTree(UIComponent.java:1700) at javax.faces.component.UIComponent.visitTree(UIComponent.java:1700) at com.sun.faces.context.PartialViewContextImpl.processComponents(PartialViewContextImpl.java:403) at com.sun.faces.context.PartialViewContextImpl.processPartial(PartialViewContextImpl.java:266) at javax.faces.context.PartialViewContextWrapper.processPartial(PartialViewContextWrapper.java:219) at javax.faces.context.PartialViewContextWrapper.processPartial(PartialViewContextWrapper.java:219) at org.icefaces.impl.context.DOMPartialViewContext.processPartial(DOMPartialViewContext.java:317) at javax.faces.component.UIViewRoot.processUpdates(UIViewRoot.java:1252) at com.sun.faces.lifecycle.UpdateModelValuesPhase.execute(UpdateModelValuesPhase.java:78) at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101) at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:198) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:646) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99) at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:953) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408) at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1023) at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589) at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoint.java:1852) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Caused by: javax.el.ELException: /resources/examples/mobi/augmentedreality/augmentedreality-example.xhtml @116,63 value="#{realityBean.selectedModel1} ": Error writing 'selectedModel1' on type org.icefaces.samples.showcase.example.mobi.augmentedreality.RealityBean at com.sun.faces.facelets.el.TagValueExpression.setValue(TagValueExpression.java:139) at javax.faces.component.UIInput.updateModel(UIInput.java:832) ... 38 more Caused by: javax.el.ELException: Error writing 'selectedModel1' on type org.icefaces.samples.showcase.example.mobi.augmentedreality.RealityBean at javax.el.BeanELResolver.setValue(BeanELResolver.java:153) at com.sun.faces.el.DemuxCompositeELResolver._setValue(DemuxCompositeELResolver.java:255) at com.sun.faces.el.DemuxCompositeELResolver.setValue(DemuxCompositeELResolver.java:281) at org.apache.el.parser.AstValue.setValue(AstValue.java:218) at org.apache.el.ValueExpressionImpl.setValue(ValueExpressionImpl.java:253) at com.sun.faces.facelets.el.TagValueExpression.setValue(TagValueExpression.java:131) ... 39 more Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.rangeCheck(ArrayList.java:635) at java.util.ArrayList.set(ArrayList.java:426) at org.icefaces.samples.showcase.example.mobi.augmentedreality.RealityBean.setSelectedModel1(RealityBean.java:267) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at javax.el.BeanELResolver.setValue(BeanELResolver.java:142) ... 44 more Aug 28, 2014 4:12:18 PM com.sun.faces.context.AjaxExceptionHandlerImpl handlePartialResponseError SEVERE: javax.faces.component.UpdateModelException: javax.el.ELException: /resources/examples/mobi/augmentedreality/augmentedreality-example.xhtml @11 6,63 value="# {realityBean.selectedModel1}": Error writing 'selectedModel1' on type org.icefaces.samples.showcase.example.mobi.augmentedreality.Reality Bean at javax.faces.component.UIInput.updateModel(UIInput.java:866) at javax.faces.component.UIInput.processUpdates(UIInput.java:749) at com.sun.faces.context.PartialViewContextImpl$PhaseAwareVisitCallback.visit(PartialViewContextImpl.java:577) at com.sun.faces.component.visit.PartialVisitContext.invokeVisitCallback(PartialVisitContext.java:183) at javax.faces.component.UIComponent.visitTree(UIComponent.java:1689) at javax.faces.component.UIComponent.visitTree(UIComponent.java:1700) at javax.faces.component.UIComponent.visitTree(UIComponent.java:1700) at javax.faces.component.UIComponent.visitTree(UIComponent.java:1700) at javax.faces.component.UIForm.visitTree(UIForm.java:371) at javax.faces.component.UIComponent.visitTree(UIComponent.java:1700) at javax.faces.component.UIComponent.visitTree(UIComponent.java:1700) at javax.faces.component.UIComponent.visitTree(UIComponent.java:1700) at javax.faces.component.UIComponent.visitTree(UIComponent.java:1700) at com.sun.faces.context.PartialViewContextImpl.processComponents(PartialViewContextImpl.java:403) at com.sun.faces.context.PartialViewContextImpl.processPartial(PartialViewContextImpl.java:266) at javax.faces.context.PartialViewContextWrapper.processPartial(PartialViewContextWrapper.java:219) at javax.faces.context.PartialViewContextWrapper.processPartial(PartialViewContextWrapper.java:219) at org.icefaces.impl.context.DOMPartialViewContext.processPartial(DOMPartialViewContext.java:317) at javax.faces.component.UIViewRoot.processUpdates(UIViewRoot.java:1252) at com.sun.faces.lifecycle.UpdateModelValuesPhase.execute(UpdateModelValuesPhase.java:78) at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101) at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:198) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:646) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99) at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:953) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408) at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1023) at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589) at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoint.java:1852) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Caused by: javax.el.ELException: /resources/examples/mobi/augmentedreality/augmentedreality-example.xhtml @116,63 value="#{realityBean.selectedModel1} ": Error writing 'selectedModel1' on type org.icefaces.samples.showcase.example.mobi.augmentedreality.RealityBean at com.sun.faces.facelets.el.TagValueExpression.setValue(TagValueExpression.java:139) at javax.faces.component.UIInput.updateModel(UIInput.java:832) ... 38 more Caused by: javax.el.ELException: Error writing 'selectedModel1' on type org.icefaces.samples.showcase.example.mobi.augmentedreality.RealityBean at javax.el.BeanELResolver.setValue(BeanELResolver.java:153) at com.sun.faces.el.DemuxCompositeELResolver._setValue(DemuxCompositeELResolver.java:255) at com.sun.faces.el.DemuxCompositeELResolver.setValue(DemuxCompositeELResolver.java:281) at org.apache.el.parser.AstValue.setValue(AstValue.java:218) at org.apache.el.ValueExpressionImpl.setValue(ValueExpressionImpl.java:253) at com.sun.faces.facelets.el.TagValueExpression.setValue(TagValueExpression.java:131) ... 39 more Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.rangeCheck(ArrayList.java:635) at java.util.ArrayList.set(ArrayList.java:426) at org.icefaces.samples.showcase.example.mobi.augmentedreality.RealityBean.setSelectedModel1(RealityBean.java:267) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at javax.el.BeanELResolver.setValue(BeanELResolver.java:142) ... 44 more
        Hide
        Ken Fyten added a comment -

        An initial implementation of the components has been completed and included in 4.0, however, there are some remaining issues, thus, these are currently marked as being in "Preview" status.

        Show
        Ken Fyten added a comment - An initial implementation of the components has been completed and included in 4.0, however, there are some remaining issues, thus, these are currently marked as being in "Preview" status.

          People

          • Assignee:
            Arturo Zambrano
            Reporter:
            Ken Fyten
          • Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: