Server-side-Embedding

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

Server-side-Embedding

nkvangip
I am trying to implement the server-side-embedding functionality in a simple web application.  I am trying to follow the instructions given in the below url but facing issues. My current orbeon installation version is 4.9 PE

https://github.com/orbeon/orbeon-forms/wiki/Form-Runner-~-APIs-~-Server-side-Embedding

1) I am unable to find the orbeon-embedding.jar. I was searching under orbeon.war/WEB-INF/lib folder but couldn't find that jar
2) I tried to use orbeon.jar but it is giving me org.orbeon.oxf.fr.embedding.servlet.ServletFilter class not found.  I have exploded the orbeon.jar and couldn't see that particular class.

Can you please help me in resolving this issue.

Thanks
Reply | Threaded
Open this post in threaded view
|

Re: Server-side-Embedding

fl.schmitt(ops-users)
Hi nkvangip,

the current PE zip file orbeon-4.9.0.201505052303-PE.zip contains four
war files; one of them is orbeon-embedding.war which contains the jar
you're looking for.

HTH
fs

Am 06.07.2015 um 19:56 schrieb nkvangip:

> I am trying to implement the server-side-embedding functionality in a simple
> web application.  I am trying to follow the instructions given in the below
> url but facing issues. My current orbeon installation version is 4.9 PE
>
> https://github.com/orbeon/orbeon-forms/wiki/Form-Runner-~-APIs-~-Server-side-Embedding
>
> 1) I am unable to find the orbeon-embedding.jar. I was searching under
> orbeon.war/WEB-INF/lib folder but couldn't find that jar
> 2) I tried to use orbeon.jar but it is giving me
> org.orbeon.oxf.fr.embedding.servlet.ServletFilter class not found.  I have
> exploded the orbeon.jar and couldn't see that particular class.
>
> Can you please help me in resolving this issue.
>
> Thanks
>
>
> --
> View this message in context: http://discuss.orbeon.com/Server-side-Embedding-tp4660192.html
> Sent from the Orbeon Forms community mailing list mailing list archive at Nabble.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 post to this group, send email to [hidden email].
Reply | Threaded
Open this post in threaded view
|

Re: Server-side-Embedding

nkvangip
Thank you very much for your prompt response.  Appreciate it. Once I extracted the package i forgot to look into the folder.  I was too much focused on orbeon.war