Erik, I tried deploying my sample OPS application in Oracle 10.1.3 app server. I am not able to get the values of xml-data passed using the get method in the next page. The query appears in the URL. The very same application works fine in JBoss, Tomcat and even Oracle 10.1.2 app server. Thanks in advance, Joseph Lawrence Stabilix Solutions __________________________________________________ |
Administrator
|
Joseph,
We haven't tried Orbeon Forms with Oracle AS 10.1.3. Do you see an exception or other error? What are the symptoms? -Erik joseph lawrence wrote: > Erik, > I tried deploying my sample OPS application in Oracle 10.1.3 app > server. I am not able to get the values of xml-data passed using the get > method in the next page. The query appears in the URL. The very same > application works fine in JBoss, Tomcat and even Oracle 10.1.2 app server. > > Thanks in advance, > Joseph Lawrence > Stabilix Solutions -- Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/ -- 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 |
Erik, We didn't get any exception. But after we hosted and run ops in oracle 10.1.3 the server console(the gui, that is used to deploy the application) will not run any more. The same ops application is run in the jdeveloper's(10.1.3) embedded oc4j server. The only problem we are facing that we are not able to get the request parameters. May be OPSServlet is not taking the parameters. Erik Bruchez <[hidden email]> wrote: Joseph, __________________________________________________ |
Administrator
|
Joseph,
That's hard to tell, and if it works with most other application servers that may also be a quirk in Oracle 10.1.3 (and here I mean Oracle's fault). Can you try, in web.xml, changing OPSServlet to OPSServletDelegate and see if anything happens? -Erik joseph lawrence wrote: > > Erik, > > We didn't get any exception. But after we hosted and run ops in oracle > 10.1.3 the server console(the gui, that is used to deploy the > application) will not run any more. The same ops application is run in > the jdeveloper's(10.1.3) embedded oc4j server. The only problem we are > facing that we are not able to get the request parameters. May be > OPSServlet is not taking the parameters. > > > */Erik Bruchez <[hidden email]>/* wrote: > > Joseph, > > We haven't tried Orbeon Forms with Oracle AS 10.1.3. Do you see an > exception or other error? What are the symptoms? > > -Erik > > joseph lawrence wrote: > > Erik, > > I tried deploying my sample OPS application in Oracle 10.1.3 app > > server. I am not able to get the values of xml-data passed using > the get > > method in the next page. The query appears in the URL. The very same > > application works fine in JBoss, Tomcat and even Oracle 10.1.2 > app server. > > > > Thanks in advance, > > Joseph Lawrence > > Stabilix Solutions > > -- > Orbeon Forms - Web Forms for the Enterprise Done the Right Way > http://www.orbeon.com/ Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/ -- 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 |
Administrator
|
In reply to this post by Joseph Lawrence
Joseph,
Are you saying that Orbeon Forms runs in Oracle 10.1.3, but after you run it you can't access the server console? Does this happen both with Firefox and IE? What if you try to clear your cookies before you access your Orbeon Forms application; can you then access the Oracle console fine? Alex On 12/20/06, joseph lawrence <[hidden email]> wrote: > > Erik, > > We didn't get any exception. But after we hosted and run ops in oracle > 10.1.3 the server console(the gui, that is used to deploy the application) > will not run any more. The same ops application is run in the > jdeveloper's(10.1.3) embedded oc4j server. The only problem we are facing > that we are not able to get the request parameters. May be OPSServlet is not > taking the parameters. > > > Erik Bruchez <[hidden email]> wrote: > Joseph, > > We haven't tried Orbeon Forms with Oracle AS 10.1.3. Do you see an > exception or other error? What are the symptoms? > > -Erik > > joseph lawrence wrote: > > Erik, > > I tried deploying my sample OPS application in Oracle 10.1.3 app > > server. I am not able to get the values of xml-data passed using the get > > method in the next page. The query appears in the URL. The very same > > application works fine in JBoss, Tomcat and even Oracle 10.1.2 app server. > > > > Thanks in advance, > > Joseph Lawrence > > Stabilix Solutions > > -- > Orbeon Forms - Web Forms for the Enterprise Done the Right Way > http://www.orbeon.com/ > > > -- > 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 > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > -- > 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 > > > -- Blog (XML, Web apps, Open Source): 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
--
Follow Orbeon on Twitter: @orbeon Follow me on Twitter: @avernet |
In reply to this post by Erik Bruchez
Erik, We changed OPSServlet to OPSServletDelegate. But the result is the same. In the web.xml there are two mapping tags for OPSServlet. One is "ops-main-servlet" and the other is"ops-xforms-server-servlet". Both OPSServlets are initialized at the time of deployment. Is there any class cast exception will be fired because of this? We hosted a jsp and servlet application in oracle 10.1.3. It is working fine Thanks Joseph, __________________________________________________ |
Administrator
|
Joseph,
> We changed OPSServlet to OPSServletDelegate. But the result is the same. > In the web.xml there are two mapping tags for OPSServlet. One is > "ops-main-servlet" and the other is"ops-xforms-server-servlet". Both > OPSServlets are initialized at the time of deployment. Is there any > class cast exception will be fired because of this? There are two OPSServlet instances in web.xml. This is not only normal but needed for the XForms engine to work. This is not a cause for class casts. As you noticed, this works with other application servers. -Erik -- Orbeon Forms - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/ -- 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 |
Erik, Thanks for your support. Attached is the sample application I tried working out in the Oracle App Server. I made the following change in the web.xml as well. <init-param> <param-name>oxf.main-processor.input.controller</param-name> <param-value>oxf:/Training/page-flow.xml</param-value> </init-param> I am not sure if there is something wrong with the way in which I implemented the application. However it is working with most
appservers excluding oracle 10.1.3. If I am not wrong, will it be possible that you try it in the oracle app server. Thanks in advance Joseph Lawrence Joseph, __________________________________________________ Training.zip (8K) Download Attachment |
Administrator
|
Joseph,
Thanks for the test case. If it works with other app servers, it is fairly unlikely to be a fundamental issue with your application. This doesn't mean that it cannot be made to work with Oracle 10.1.3 after figuring out exactly what the issue is, but the best we can do at the moment is entering a bug: http://forge.objectweb.org/tracker/index.php?func=detail&aid=306539&group_id=168&atid=350207 -Erik joseph lawrence wrote: > Erik, > Thanks for your support. Attached is the sample application I tried > working out in the Oracle App Server. > I made the following change in the web.xml as well. > > <init-param> > <param-name>oxf.main-processor.input.controller</param-name> > <param-value>oxf:/Training/page-flow.xml</param-value> > </init-param> > > I am not sure if there is something wrong with the way in which I > implemented the application. However it is working with most appservers > excluding oracle 10.1.3. If I am not wrong, will it be possible that you > try it in the oracle app server. > > Thanks in advance > Joseph Lawrence > Stabilix Solutions > > */Erik Bruchez <[hidden email]>/* wrote: > > Joseph, > > > We changed OPSServlet to OPSServletDelegate. But the result is > the same. > > In the web.xml there are two mapping tags for OPSServlet. One is > > "ops-main-servlet" and the other is"ops-xforms-server-servlet". Both > > OPSServlets are initialized at the time of deployment. Is there any > > class cast exception will be fired because of this? > > There are two OPSServlet instances in web.xml. This is not only normal > but needed for the XForms engine to work. This is not a cause for class > casts. As you noticed, this works with other application servers. > > -Erik > > -- > Orbeon Forms - Web Forms for the Enterprise Done the Right Way > http://www.orbeon.com/ > > > -- > 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 > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > > ------------------------------------------------------------------------ > > > -- > 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 - Web Forms for the Enterprise Done the Right Way http://www.orbeon.com/ -- 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 |
Free forum by Nabble | Edit this page |