Hi,
I saved few forms with projects data in form runner but when I am accessing the page: http://localhost:8080/orbeon/fr/orbeon/projects/ I see no forms in the table. If I am searching the name of the form (project) the row related to that project appears in the table. What should I do to see in the table all my saved forms from the first moment? Thanks, Adrian -- 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
|
Adrian,
On Sat, Aug 16, 2008 at 7:11 AM, Adrian Butnaru <[hidden email]> wrote: > I saved few forms with projects data in form runner but when I am accessing > the page: > http://localhost:8080/orbeon/fr/orbeon/projects/ > I see no forms in the table. > If I am searching the name of the form (project) the row related to that > project appears in the table. > What should I do to see in the table all my saved forms from the first > moment? When you go to http://localhost:8080/orbeon/fr/orbeon/projects/, you are on what is called the summary page. So you should see there all the forms you have saved. You can check what you have in your eXist by going to http://localhost:8080/orbeon/exist/rest/orbeon/projects/data. You should have there one collection for each form that was saved. If data is not being saved to eXist with your form, you can check if does get saved with the Bookcast example form. If there is an error, you might also find more about it in orbeon.log. Alex -- Orbeon Forms - Web 2.0 Forms, open-source, for the Enterprise Orbeon's Blog: http://www.orbeon.com/blog/ Personal Blog: http://avernet.blogspot.com/ Twitter - http://twitter.com/avernet -- 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 |
Hey,
I am facing the same problem. when i click on http://localhost:8080/orbeon/exist/rest/orbeon/projects/data , i get error saying exception javax.servlet.ServletException: Servlet.init() for servlet exist-rest-servlet threw exception org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118) org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799) org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705) org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577) org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) java.lang.Thread.run(Thread.java:619) root cause javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not found javax.xml.transform.TransformerFactory.newInstance(Unknown Source) org.exist.validation.XmlLibraryChecker.determineActualTransformerClass(XmlLibraryChecker.java:124) org.exist.validation.XmlLibraryChecker.check(XmlLibraryChecker.java:168) org.exist.http.servlets.EXistServlet.init(EXistServlet.java:166) org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:118) org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:160) org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799) org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705) org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577) org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) java.lang.Thread.run(Thread.java:619) do i have to configure exist before creating war? please help. |
Free forum by Nabble | Edit this page |