Hi Eric I've experienced some issues setting up a separate portlet deployment scenario with the Orbeon 4.0 M6 release and also I believe this issue is present in M10 too (though I haven't fully verified this). The following classes are required by an external application in addition to orbeon-xforms-filter.jar .
Without adding orbeon.jar and scala-library-2.9.2.jar to the external application, this results in ClassNotFound exceptions. This works fine for me now, but I don't think this is how you envisaged this to work? Looks like you may just need to review a build script. -Stian -- 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 OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
Stian,
To be fair, we haven't tested the separate portlet deployment in a long time. I entered an issue: https://github.com/orbeon/orbeon-forms/issues/432 -Erik On Tue, Sep 4, 2012 at 5:03 PM, Stian Sigvartsen <[hidden email]> wrote: > Hi Eric > > I've experienced some issues setting up a separate portlet deployment > scenario with the Orbeon 4.0 M6 release and also I believe this issue is > present in M10 too (though I haven't fully verified this). > > The following classes are required by an external application in addition to > orbeon-xforms-filter.jar . > > org.orbeon.oxf.externalcontext.WSRPURLRewriter > scala.ScalaObject > > Without adding orbeon.jar and scala-library-2.9.2.jar to the external > application, this results in ClassNotFound exceptions. This works fine for > me now, but I don't think this is how you envisaged this to work? Looks like > you may just need to review a build script. > > -Stian > > > > -- > 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 > OW2 mailing lists service home page: http://www.ow2.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 OW2 mailing lists service home page: http://www.ow2.org/wws |
In reply to this post by Stian Sigvartsen
Thanks Eric.
I also notice that images are not being rendered properly via this deployment method. For example the exclamation marks for validation issues. This was an issue we had a conversation about around October 2010 I think, and I was able to get the images to render by including them in my web application. Unfortunately this no longer works, or I may have forgotten some detail that enabled it to work. Maybe it would be worth raising an issue for this too? In the mean time I am going to implement a portlet filter to execute ahead of the orbeon filter in the filter chain to intercept serveResource requests for static images. This approach should provide a workable interim solution, though it would be great if the underlying issue would be fixed at some point. -Stian -----Original Message----- From: Erik Bruchez [mailto:[hidden email]] Sent: 09 September 2012 23:33 To: [hidden email] Subject: [ops-users] Re: FYI - Separate portlet deployment approach issue in 4.0 M6 / M10 Stian, To be fair, we haven't tested the separate portlet deployment in a long time. I entered an issue: https://github.com/orbeon/orbeon-forms/issues/432 -Erik On Tue, Sep 4, 2012 at 5:03 PM, Stian Sigvartsen <[hidden email]> wrote: > Hi Eric > > I've experienced some issues setting up a separate portlet deployment > scenario with the Orbeon 4.0 M6 release and also I believe this issue is > present in M10 too (though I haven't fully verified this). > > The following classes are required by an external application in addition to > orbeon-xforms-filter.jar . > > org.orbeon.oxf.externalcontext.WSRPURLRewriter > scala.ScalaObject > > Without adding orbeon.jar and scala-library-2.9.2.jar to the external > application, this results in ClassNotFound exceptions. This works fine for > me now, but I don't think this is how you envisaged this to work? Looks like > you may just need to review a build script. > > -Stian > > > > -- > 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 > OW2 mailing lists service home page: http://www.ow2.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 OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
Stian,
I have entered an issue to track this: https://github.com/orbeon/orbeon-forms/issues/959 -Erik |
Free forum by Nabble | Edit this page |