OPS Portlet

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

OPS Portlet

songsin1
Erik and ALL,
 
 Thank you for you help. I would like some help about:

 The porltet show errors message:

 Error Message
 
 The following error has occurred:
 Error Message
 Pipeline input "xformed-data" is not connected
 
 
OPS Call Stack
 
The OPS Call Stack helps you determine what sequence of OPS
operations
 have caused the error.
 Resource URL Line Column Description XML Element
 oxf:/config/epilogue-portlet-liferay.xpl 29 48
 oxf:/config/epilogue-portlet-liferay.xpl 137 45 executing
processor
 (name='{http://www.orbeon.com/oxf/processors}http-serializer')
   <p:processor name="oxf:http-serializer">...</p:processor>
 oxf:/my-portlet/page-flow.xml 19 63 executing processor
 (name='{http://www.orbeon.com/oxf/processors}pipeline')
 
 
 These are codes:
 
 My portlet.xml
 
 <portlet-app>
  <portlet>
   <portlet-name>OXFSimplePortlet</portlet-name>
   <portlet-class>org.orbeon.oxf.portlet.OPSPortlet</portlet-class>
   <init-param>
    <name>oxf.main-processor.name</name>
    <value>{http://www.orbeon.com/oxf/processors}page-flow</value>
   </init-param>
   <init-param>
    <name>oxf.main-processor.input.controller</name>
    <value>oxf:/my-portlet/page-flow.xml</value>
   </init-param>
   <init-param>
    <name>oxf.error-processor.name</name>
    <value>{http://www.orbeon.com/oxf/processors}pipeline</value>
   </init-param>
   <init-param>
    <name>oxf.er ror-processor.input.config</name>
    <value>oxf:/config/error.xpl</value>
   </init-param>
   <supports>
    <mime-type>text/html</mime-type>
   </supports>
   <portlet-info>
    <title>PresentationServer Simple Portlet</title>
   </portlet-info>
  </portlet
 
 </portlet-app>
 
 2. page-flow.xml
 
 <config xmlns="http://www.orbeon.com/oxf/controller"
         xmlns:xu="http://www.xmldb.org/xupdate">
     <page id="home" path-info="/" view="view.xhtml"/>
     <epilogue url="oxf:/config/epilogue-portlet-liferay.xpl"/>
 
 </config
 
 
 3. view.xhtml from "todo" example.
 
 
 If I take epilogue off page-flow.xml, I get only text show without
form.
 Do I miss something? How I get xformed-data connect and xforms process before XPL?



--
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
Reply | Threaded
Open this post in threaded view
|

RE: OPS Portlet

Ryan Puddephatt
Hi,
        I believe you still need to use eplilogue.xpl as your url rather
than the portlet-liferay one, as this does some other processing before
passing the data to portlet-liferay.xpl

Ryan

Ryan Puddephatt
Software Engineer

Teleflex Group - IT UK
1 Michaelson Square
Livingston
West Lothian
Scotland
EH54 7DP

e> [hidden email]
t> +44(0)1506 407 110
f> +44(0)1506 407 108

 

>-----Original Message-----
>From: [hidden email] [mailto:[hidden email]]
>Sent: 22 November 2006 21:25
>To: [hidden email]
>Subject: [ops-users] OPS Portlet
>
>Erik and ALL,
>  
> Thank you for you help. I would like some help about:
>
> The porltet show errors message:
>
> Error Message
>  
> The following error has occurred:
> Error Message
> Pipeline input "xformed-data" is not connected
>  
>  
>OPS Call Stack
>  
>The OPS Call Stack helps you determine what sequence of OPS
>operations  have caused the error.
> Resource URL Line Column Description XML Element  
>oxf:/config/epilogue-portlet-liferay.xpl 29 48  
>oxf:/config/epilogue-portlet-liferay.xpl 137 45 executing processor
> (name='{http://www.orbeon.com/oxf/processors}http-serializer')
>   <p:processor name="oxf:http-serializer">...</p:processor>
> oxf:/my-portlet/page-flow.xml 19 63 executing processor
> (name='{http://www.orbeon.com/oxf/processors}pipeline')
>  
>  
> These are codes:
>  
> My portlet.xml
>  
> <portlet-app>
>  <portlet>
>   <portlet-name>OXFSimplePortlet</portlet-name>
>   <portlet-class>org.orbeon.oxf.portlet.OPSPortlet</portlet-class>
>   <init-param>
>    <name>oxf.main-processor.name</name>
>    <value>{http://www.orbeon.com/oxf/processors}page-flow</value>
>   </init-param>
>   <init-param>
>    <name>oxf.main-processor.input.controller</name>
>    <value>oxf:/my-portlet/page-flow.xml</value>
>   </init-param>
>   <init-param>
>    <name>oxf.error-processor.name</name>
>    <value>{http://www.orbeon.com/oxf/processors}pipeline</value>
>   </init-param>
>   <init-param>
>    <name>oxf.er ror-processor.input.config</name>
>    <value>oxf:/config/error.xpl</value>
>   </init-param>
>   <supports>
>    <mime-type>text/html</mime-type>
>   </supports>
>   <portlet-info>
>    <title>PresentationServer Simple Portlet</title>
>   </portlet-info>
>  </portlet
>  
> </portlet-app>
>  
> 2. page-flow.xml
>  
> <config xmlns="http://www.orbeon.com/oxf/controller"
>         xmlns:xu="http://www.xmldb.org/xupdate">
>     <page id="home" path-info="/" view="view.xhtml"/>
>     <epilogue url="oxf:/config/epilogue-portlet-liferay.xpl"/>
>  
> </config
>  
>  
> 3. view.xhtml from "todo" example.
>  
>  
> If I take epilogue off page-flow.xml, I get only text show
>without form.
> Do I miss something? How I get xformed-data connect and
>xforms process before XPL?
>
>



--
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
Reply | Threaded
Open this post in threaded view
|

RE: OPS Portlet

songsin1
Hi Ryan,
 
Thank you for your anwser. When I switch back to epliogue.xpl, i got the same error said xformed-data not connect.
 
Here is my page-flow.xml in my liferay portlet
 
    <page path-info="/" view="view.xhtml"/>
    <epilogue url="oxf:/config/epilogue.xpl"/>
</config>
 
Sam

Ryan Puddephatt <[hidden email]> wrote:
Hi,
I believe you still need to use eplilogue.xpl as your url rather
than the portlet-liferay one, as this does some other processing before
passing the data to portlet-liferay.xpl

Ryan

Ryan Puddephatt
Software Engineer

Teleflex Group - IT UK
1 Michaelson Square
Livingston
West Lothian
Scotland
EH54 7DP

e> [hidden email]
t> +44(0)1506 407 110
f> +44(0)1506 407 108



>-----Original Message-----
>From: [hidden email] [mailto:[hidden email]]
>Sent: 22 November 2006 21:25
>To: [hidden email]
>Subject: [ops-users] OPS Portlet
>
>Erik and ALL,
>
> Thank you for you help. I would like some help about:
>
> The porltet show errors message:
>
> Error Message
>
> The following error has occurred:
> Error Message
> Pipeline input "xformed-data" is not connected
>
>
>OPS Call Stack
>
>The OPS Call Stack helps you determine what sequence of OPS
>operations have caused the error.
> Resource URL Line Column Description XML Element
>oxf:/config/epilogue-portlet-liferay.xpl 29 48
>oxf:/config/epilogue-portlet-liferay.xpl 137 45 executing processor
> (name='{http://www.orbeon.com/oxf/processors}http-serializer')
> ...
> oxf:/my-portlet/page-flow.xml 19 63 executing processor
> (name='{http://www.orbeon.com/oxf/processors}pipeline')
>
>
> These are codes:
>
> My portlet.xml
>
>
>
> OXFSimplePortlet
> org.orbeon.oxf.portlet.OPSPortlet
>
> oxf.main-processor.name
> {http://www.orbeon.com/oxf/processors}page-flow
>

>
> oxf.main-processor.input.controller
> oxf:/my-portlet/page-flow.xml
>

>
> oxf.error-processor.name
> {http://www.orbeon.com/oxf/processors}pipeline
>

>
> oxf.er ror-processor.input.config
> oxf:/config/error.xpl
>

>
> text/html
>

>
>
>

>
>
>

>
> 2. page-flow.xml
>
> > xmlns:xu="http://www.xmldb.org/xupdate">
>
>
>
>
>
>
> 3. view.xhtml from "todo" example.
>
>
> If I take epilogue off page-flow.xml, I get only text show
>without form.
> Do I miss something? How I get xformed-data connect and
>xforms process before XPL?
>
>



--
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



--
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
Reply | Threaded
Open this post in threaded view
|

Re: OPS Portlet

Erik Bruchez
Administrator
Sam,

Can you please attach the exact epilogue.xpl, epilogue-servlet.xpl,
epilogue-portlet.xpl, and epilogue-portlet-liferay.xpl that you are using?

-Erik

song srisunt wrote:

> Hi Ryan,
>  
> Thank you for your anwser. When I switch back to epliogue.xpl, i got the
> same error said xformed-data not connect.
>  
> Here is my page-flow.xml in my liferay portlet
>  
>  <config xmlns="http://www.orbeon.com/oxf/controller">
>     <page path-info="/" view="view.xhtml"/>
>     <epilogue url="oxf:/config/epilogue.xpl"/>
> </config>
>  
> Sam
>
> */Ryan Puddephatt <[hidden email]>/* wrote:
>
>     Hi,
>     I believe you still need to use eplilogue.xpl as your url rather
>     than the portlet-liferay one, as this does some other processing before
>     passing the data to portlet-liferay.xpl
>
>     Ryan
>
>     Ryan Puddephatt
>     Software Engineer
>
>     Teleflex Group - IT UK
>     1 Michaelson Square
>     Livingston
>     West Lothian
>     Scotland
>     EH54 7DP
>
>     e> [hidden email]
>     t> +44(0)1506 407 110
>     f> +44(0)1506 407 108
>
>
>
>      >-----Original Message-----
>      >From: [hidden email] [mailto:[hidden email]]
>      >Sent: 22 November 2006 21:25
>      >To: [hidden email]
>      >Subject: [ops-users] OPS Portlet
>      >
>      >Erik and ALL,
>      >
>      > Thank you for you help. I would like some help about:
>      >
>      > The porltet show errors message:
>      >
>      > Error Message
>      >
>      > The following error has occurred:
>      > Error Message
>      > Pipeline input "xformed-data" is not connected
>      >
>      >
>      >OPS Call Stack
>      >
>      >The OPS Call Stack helps you determine what sequence of OPS
>      >operations have caused the error.
>      > Resource URL Line Column Description XML Element
>      >oxf:/config/epilogue-portlet-liferay.xpl 29 48
>      >oxf:/config/epilogue-portlet-liferay.xpl 137 45 executing processor
>      > (name='{http://www.orbeon.com/oxf/processors}http-serializer')
>      > ...
>      > oxf:/my-portlet/page-flow.xml 19 63 executing processor
>      > (name='{http://www.orbeon.com/oxf/processors}pipeline')
>      >
>      >
>      > These are codes:
>      >
>      > My portlet.xml
>      >
>      >
>      >
>      > OXFSimplePortlet
>      > org.orbeon.oxf.portlet.OPSPortlet
>      >
>      > oxf.main-processor.name
>      > {http://www.orbeon.com/oxf/processors}page-flow
>      >
>      >
>      > oxf.main-processor.input.controller
>      > oxf:/my-portlet/page-flow.xml
>      >
>      >
>      > oxf.error-processor.name
>      > {http://www.orbeon.com/oxf/processors}pipeline
>      >
>      >
>      > oxf.er ror-processor.input.config
>      > oxf:/config/error.xpl
>      >
>      >
>      > text/html
>      >
>      >
>      >
>      >
>      >
>      >
>      >
>      >
>      > 2. page-flow.xml
>      >
>      >
>      > xmlns:xu="http://www.xmldb.org/xupdate">
>      >
>      >
>      >
>      >
>      >
>      >
>      > 3. view.xhtml from "todo" example.
>      >
>      >
>      > If I take epilogue off page-flow.xml, I get only text show
>      >without form.
>      > Do I miss something? How I get xformed-data connect and
>      >xforms process before XPL?
>      >
>      >
>
>
>
>     --
>     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
>
>
>
> ------------------------------------------------------------------------
>
>
> --
> 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

--
Orbeon Forms - XForms Everywhere
http://www.orbeon.com/blog/



--
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
Reply | Threaded
Open this post in threaded view
|

Re: OPS Portlet

songsin1
Thank you for help. The attached are XPL files.
 
Sam.

Erik Bruchez <[hidden email]> wrote:
Sam,

Can you please attach the exact epilogue.xpl, epilogue-servlet.xpl,
epilogue-portlet.xpl, and epilogue-portlet-liferay.xpl that you are using?

-Erik

song srisunt wrote:

> Hi Ryan,
>
> Thank you for your anwser. When I switch back to epliogue.xpl, i got the
> same error said xformed-data not connect.
>
> Here is my page-flow.xml in my liferay portlet
>
>
>
>
>

>
> Sam
>
> */Ryan Puddephatt /* wrote:
>
> Hi,
> I believe you still need to use eplilogue.xpl as your url rather
> than the portlet-liferay one, as this does some other processing before
> passing the data to portlet-liferay.xpl
>
> Ryan
>
> Ryan Puddephatt
> Software Engineer
>
> Teleflex Group - IT UK
> 1 Michaelson Square
> Livingston
> West Lothian
> Scotland
> EH54 7DP
>
> e> [hidden email]
> t> +44(0)1506 407 110
> f> +44(0)1506 407 108
>
>
>
> >-----Original Message-----
> >From: [hidden email] [mailto:[hidden email]]
> >Sent: 22 November 2006 21:25
> >To: [hidden email]
> >Subject: [ops-users] OPS Portlet
> >
> >Erik and ALL,
> >
> > Thank you for you help. I would like some help about:
> >
> > The porltet show errors message:
> >
> > Error Message
> >
> > The following error has occurred:
> > Error Message
> > Pipeline input "xformed-data" is not connected
> >
> >
> >OPS Call Stack
> >
> >The OPS Call Stack helps you determine what sequence of OPS
> >operations have caused the error.
> > Resource URL Line Column Description XML Element
> >oxf:/config/epilogue-portlet-liferay.xpl 29 48
> >oxf:/config/epilogue-portlet-liferay.xpl 137 45 executing processor
> > (name='{http://www.orbeon.com/oxf/processors}http-serializer')
> > ...
> > oxf:/my-portlet/page-flow.xml 19 63 executing processor
> > (name='{http://www.orbeon.com/oxf/processors}pipeline')
> >
> >
> > These are codes:
> >
> > My portlet.xml
> >
> >
> >
> > OXFSimplePortlet
> > org.orbeon.oxf.portlet.OPSPortlet
> >
> > oxf.main-processor.name
> > {http://www.orbeon.com/oxf/processors}page-flow
> >
> >
> > oxf.main-processor.input.controller
> > oxf:/my-portlet/page-flow.xml
> >
> >
> > oxf.error-processor.name
> > {http://www.orbeon.com/oxf/processors}pipeline
> >
> >
> > oxf.er ror-processor.input.config
> > oxf:/config/error.xpl
> >
> >
> > text/html
> >
> >
> >
> >
> >
> >
> >
> >
> > 2. page-flow.xml
> >
> >
> > xmlns:xu="http://www.xmldb.org/xupdate">
> >
> >
> >
> >
> >
> >
> > 3. view.xhtml from "todo" example.
> >
> >
> > If I take epilogue off page-flow.xml, I get only text show
> >without form.
> > Do I miss something? How I get xformed-data connect and
> >xforms process before XPL?
> >
> >
>
>
>
> --
> 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
>
>
>
> ------------------------------------------------------------------------
>
>
> --
> 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


--
Orbeon Forms - XForms Everywhere
http://www.orbeon.com/blog/


--
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



--
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

epilogue.xpl (4K) Download Attachment
epilogue-servlet.xpl (18K) Download Attachment
epilogue-portlet.xpl (8K) Download Attachment
epilogue-portlet-liferay.xpl (9K) Download Attachment