Hi I want to integrate liferay 7 and orbeon-2019.2.2.202003311635-PE .I did
change in proxy-porlet.war <portlet> <portlet-name>orbeon-forms-proxy-portlet</portlet-name> <portlet-class>org.orbeon.oxf.portlet.OrbeonProxyPortlet</portlet-class> <init-param> <name>form-runner-url</name> <value>http://localhost:8580/orbeon/</value> </init-param> <init-param> <name>enable-url-parameters</name> <value>true</value> </init-param> <init-param> <name>enable-public-render-parameters</name> <value>false</value> </init-param> <init-param> <name>enable-session-parameters</name> <value>false</value> </init-param> <init-param> <name>app-name</name> <value>Nextgen</value> </init-param> <init-param> <name>form-name</name> <value>Form1</value> </init-param> I found Orbeon under application and when i clicked form runner i got Orbeon Forms - Page Not Found We are sorry, but the resource you have requested is not available on this server. Note : Orbeon is running in different port and server. -- Sent from: http://discuss.orbeon.com/ -- You received this message because you are subscribed to the Google Groups "Orbeon Forms" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/orbeon/1593023688747-0.post%40n4.nabble.com. |
Administrator
|
Can you reach the following URL from the server where Liferay is running?
http://localhost:8580/orbeon/fr/Nextgen/Form1/new -Erik -- Sent from: http://discuss.orbeon.com/ -- You received this message because you are subscribed to the Google Groups "Orbeon Forms" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/orbeon/1593060236218-0.post%40n4.nabble.com. |
No it is not working initial after i tried
http://localhost:8580/orbeon/fr/NextGen/Form1/new?form-version=1 it worked and after that
http://localhost:8580/orbeon/fr/Nextgen/Form1/new also worked. but still in liferay orbeon page not found is coming. On Thu, Jun 25, 2020 at 12:44 AM Erik Bruchez <[hidden email]> wrote: Can you reach the following URL from the server where Liferay is running? You received this message because you are subscribed to the Google Groups "Orbeon Forms" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/orbeon/CAEV-7gY0kyhoV38GqGcqej4%2B2YxcTLDSPzrf5vP1MDQCB-L7WQ%40mail.gmail.com. |
Administrator
|
Interesting: I don't see why passing the parameter would make a change. Did
you publish more than one version of that `Nextgen/Form1` form? What happens if you try with another form? Currently, the Form Runner proxy portlet doesn't support specifying the form version: https://github.com/orbeon/orbeon-forms/issues/4493 So it's going to always take the latest version. -Erik -- Sent from: http://discuss.orbeon.com/ -- You received this message because you are subscribed to the Google Groups "Orbeon Forms" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/orbeon/1593140665088-0.post%40n4.nabble.com. |
Hi I am not using exist database.I am using rest service one. <property as="xs:string" name="oxf.fr.persistence.provider.NextGen.*.data" value="RestService_Demo"/> Is there any other changes for running? On Thu, Jun 25, 2020 at 11:04 PM Erik Bruchez <[hidden email]> wrote: Interesting: I don't see why passing the parameter would make a change. Did You received this message because you are subscribed to the Google Groups "Orbeon Forms" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/orbeon/CAEV-7ga4uiUafTr1vuR%2Btv12rJYkECO76FWN-J5_8drwHyYitw%40mail.gmail.com. |
Administrator
|
Let's look at each problem separately.
1. Does Liferay work for you when using eXist? 2. Does your own persistence layer work when NOT using Liferay? -Erik -- Sent from: http://discuss.orbeon.com/ -- You received this message because you are subscribed to the Google Groups "Orbeon Forms" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/orbeon/1593192790034-0.post%40n4.nabble.com. |
Free forum by Nabble | Edit this page |