I successfull deployed Orbeon Forms 3.5.0.200702202124 on Liferay Portal
V.4.2.1 on Tomcat 5.5 All seams to run well but when I click on the 'Preference' icon of the Portlet I get the below error: Error Message The following error has occurred: Error Message Cannot load "/apps/portlet-welcome/page-flow-edit.xml" with webapp loader Orbeon Forms Call Stack The Orbeon Forms Call Stack helps you determine what sequence of Orbeon Forms operations have caused the error. Resource URL Line Column Description XML Element oxf:/page-flow-portlet-edit.xml 19 84 reading page model data output (page id='home', model='apps/portlet-welcome/page-flow-edit.xml') oxf:/config/prologue-portlet.xpl 36 47 executing processor (name='{http://www.orbeon.com/oxf/processors}page-flow') ... I'm starting just now to study Orbeon Forms. Please, someone coul help me? Ivano C. -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Hi Ivano,
In the portlet's edit mode the active controller will be, oxf:/page-flow-portlet-edit.xml. Here you have an entry as below: <page id="home" path-info="/" model="apps/portlet-welcome/page-flow-edit.xml"/> Now if you go to apps/portlet-welcome you won't be able to find page-flow-edit.xml. Hence the error. To solve this problem replace the above code with: <page id="home" path-info="/" model="apps/portlet-preferences/page-flow-edit.xml"/> Now, you will be directed to the specified location. ie, apps/portlet-preferences/page-flow-edit.xml. In this pageflow(apps/portlet-preferences/page-flow-edit.xml) make an additional entry as: <page id="home" path-info="/" model="get-preferences.xpl" view="edit.xhtml"/> This might hopefully settle your problem. Thanks Joseph Lawrence Stabilix Solutions Ivano Carrara - Studio 5 Liguria srl <[hidden email]> wrote: I successfull deployed Orbeon Forms 3.5.0.200702202124 on Liferay Portal
Want to start your own business? Learn how on Yahoo! Small Business. -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws |
Free forum by Nabble | Edit this page |