Integrate Orbeon with java application

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

Integrate Orbeon with java application

partheebank

HI,

I tried to integrate my new java application with orbeon war by deploying
separately as per the procedure in
http://localhost:9090/orbeon/doc/reference-xforms-java.

But i got the error as follow when i submit the URL as
http://localhost:9090/cfdr/xforms-jsp/Department.jsp

javax.servlet.ServletException: Can't find Orbeon Forms context called '/ops'.
Check the 'oxf.xforms.renderer.context' filter initialization parameter and the
<Context crossContext="true"/> attribute.
org.orbeon.oxf.servlet.OPSXFormsFilter.getOPSDispatcher(OPSXFormsFilter.java:100)
org.orbeon.oxf.servlet.OPSXFormsFilter.doFilter(OPSXFormsFilter.java:90)

Could any one help me how to solve this problem...
if u have some examples please provide us.

Thanks in advance,

Regards,
Parthiban.K


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

Re: Integrate Orbeon with java application

Rodney Gitzel
Parthiban,

Two things to check:  (1) can you access the OPS webapp directly at "http://whatever/ops"?  If so, (2) make sure you haven't changed the "ops" value in the elements you added to web.xml.

Make that three things:  (3) if you are using Tomcat, make sure you have the cross context set correctly.

I'm trying to get this to work myself, but on Websphere, and am running into different issues...

rodney


partheebank wrote
HI,

I tried to integrate my new java application with orbeon war by deploying
separately as per the procedure in
http://localhost:9090/orbeon/doc/reference-xforms-java.

But i got the error as follow when i submit the URL as
http://localhost:9090/cfdr/xforms-jsp/Department.jsp

javax.servlet.ServletException: Can't find Orbeon Forms context called '/ops'.
Check the 'oxf.xforms.renderer.context' filter initialization parameter and the
<Context crossContext="true"/> attribute.
org.orbeon.oxf.servlet.OPSXFormsFilter.getOPSDispatcher(OPSXFormsFilter.java:100)
org.orbeon.oxf.servlet.OPSXFormsFilter.doFilter(OPSXFormsFilter.java:90)

Could any one help me how to solve this problem...
if u have some examples please provide us.

Thanks in advance,

Regards,
Parthiban.K


--
You receive this message as a subscriber of the ops-users@ow2.org mailing list.
To unsubscribe: mailto:ops-users-unsubscribe@ow2.org
For general help: mailto:sympa@ow2.org?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws