Hi,
I am new to Xforms and Orbeon.
I tried to download the latest Orbeon 3.7.0beta1 on Tomcat 6 (and 5).
Getting:
...
INFO: Starting Servlet Engine: Apache Tomcat/6.0.18
Starting Orbeon Forms Release 3.7.0beta1+.200902200304
Initializing Resource Manager with: {org.orbeon.oxf.resources.WebAppResourceMana
gerImplServletContext=org.apache.catalina.core.ApplicationContextFacade@fb56b1,
oxf.resources.priority.2=org.orbeon.oxf.resources.ClassLoaderResourceManagerFact
ory, oxf.resources.factory=org.orbeon.oxf.resources.PriorityResourceManagerFacto
ry, oxf.resources.priority.1.oxf.resources.webapp.rootdir=/WEB-INF/resources, ox
f.resources.priority.1=org.orbeon.oxf.resources.WebAppResourceManagerFactory}
Looking for a valid Parser...
Checking for Xerces, found version Xerces-J 2.9.0 needed version Xerces-J 2.9.1
Warning: Failed find a valid Parser!
Please add an appropriate Parser to the class-path, e.g. in the 'endorsed' folder
of the servlet container or in the 'endorsed' folder of the JRE.
Looking for a valid Transformer...
Checking for Saxon, found version 8.8 needed version 8.9.0
Checking for Xalan, found version Xalan Java 2.5.1 needed version Xalan Java 2.7.1
Warning: Failed find a valid Transformer!
Please add an appropriate Transformer to the class-path, e.g. in the 'endorsed'
folder of the servlet container or in the 'endorsed' folder of the JRE.
Using parser org.orbeon.oxf.xml.xerces.XercesSAXParser
Using transformer orbeon.apache.xalan.transformer.TransformerIdentityImpl
Feb 20, 2009 3:02:52 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Feb 20, 2009 3:02:52 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Feb 20, 2009 3:02:52 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/31 config=null
Feb 20, 2009 3:02:52 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 8763 ms
Error on line 1 column 1 of http://localhost:8080/orbeon/exist/rest/db/orbeon/forms/?search=:
SXXP0003: Error reported by XML parser: Content is not allowed in prolog.
None of the samples works, getting blank pages.
I could not follow that instruction:
"With Tomcat 5, move xercesImpl.jar and xmlParserAPIs.jar
from common/endorsed to server/lib.
This way Xerces will be available to Tomcat, but it won't override the version of Xerces and standard XML APIs that comes with Orbeon Forms. "
First of all, there are no such directories in Tomcat6, and there are no such files in either v.5.5.27 or v.6.0.18
I was able to find xercesImpl.jar in Xerces-J 2.9.0 zip, but not xmlParserAPI.jar [what is it?]
I tried to put all the JARs from there to lib dir of Tomcat6 - didn't help.
Tried the same for server/lib and common/endorsed dirs in Tomcat6 - same warnings.
Where am I supposed to install these versions of Xerces, Saxon and Xalan ?
Zipped or just JARs from them ?
What am I missing ?
Also, am I supposed to install Exist to run these samples ?
[Using JDK 1.5 on Win XP Pro and IE6 & Firefox3]
Please help !
TIA,
Oleg Konovalov
Email: [hidden email]
-- 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 |
Hi Oleg,
Orbeon uses an embedded eXist server, it is deployed alongside and you do not need to also install it, however, it complains about the library version used in Orbeon -- the warning is benign and is not the problem. I also see that there is an error, SXXP0003. I don't know the cause of this, I have seen something similar when the web.xml file has an empty line at the top, etc. I would start by removing any libraries you copied in and re-deploy the war file. --Hank On Feb 20, 2009, at 1:37 PM, Konovalov, Oleg wrote: > Hi, > > I am new to Xforms and Orbeon. > > I tried to download the latest Orbeon 3.7.0beta1 on Tomcat 6 (and 5). > > Getting: > ... > INFO: Starting Servlet Engine: Apache Tomcat/6.0.18 > Starting Orbeon Forms Release 3.7.0beta1+.200902200304 > Initializing Resource Manager with: > {org.orbeon.oxf.resources.WebAppResourceMana > gerImplServletContext=org.apache.catalina.core.ApplicationContextFacad > e@fb56b1, > oxf.resources.priority. > 2=org.orbeon.oxf.resources.ClassLoaderResourceManagerFact > ory, > oxf.resources.factory=org.orbeon.oxf.resources.PriorityResourceManager > Facto > ry, oxf.resources.priority.1.oxf.resources.webapp.rootdir=/WEB-INF/ > resources, ox > f.resources.priority. > 1=org.orbeon.oxf.resources.WebAppResourceManagerFactory} > Looking for a valid Parser... > Checking for Xerces, found version Xerces-J 2.9.0 needed version > Xerces-J 2.9.1 > Warning: Failed find a valid Parser! > > Please add an appropriate Parser to the class-path, e.g. in the > 'endorsed' folder > of the servlet container or in the 'endorsed' folder of the JRE. > > Looking for a valid Transformer... > Checking for Saxon, found version 8.8 needed version 8.9.0 > Checking for Xalan, found version Xalan Java 2.5.1 needed version > Xalan Java 2.7.1 > Warning: Failed find a valid Transformer! > > Please add an appropriate Transformer to the class-path, e.g. in > the 'endorsed' > folder of the servlet container or in the 'endorsed' folder of the > JRE. > > Using parser org.orbeon.oxf.xml.xerces.XercesSAXParser > Using transformer > orbeon.apache.xalan.transformer.TransformerIdentityImpl > > Feb 20, 2009 3:02:52 PM org.apache.coyote.http11.Http11Protocol start > INFO: Starting Coyote HTTP/1.1 on http-8080 > Feb 20, 2009 3:02:52 PM org.apache.jk.common.ChannelSocket init > INFO: JK: ajp13 listening on /0.0.0.0:8009 > Feb 20, 2009 3:02:52 PM org.apache.jk.server.JkMain start > INFO: Jk running ID=0 time=0/31 config=null > Feb 20, 2009 3:02:52 PM org.apache.catalina.startup.Catalina start > INFO: Server startup in 8763 ms > Error on line 1 column 1 of http://localhost:8080/orbeon/exist/rest/ > db/orbeon/forms/?search=: > SXXP0003: Error reported by XML parser: Content is not allowed in > prolog. > > > None of the samples works, getting blank pages. > I could not follow that instruction: > "With Tomcat 5, move xercesImpl.jar and xmlParserAPIs.jar from > common/endorsed to server/lib. > This way Xerces will be available to Tomcat, but it won't override > the version of Xerces and standard XML APIs that comes with Orbeon > Forms. " > > First of all, there are no such directories in Tomcat6, and there > are no such files in either v.5.5.27 or v.6.0.18 > I was able to find xercesImpl.jar in Xerces-J 2.9.0 zip, but not > xmlParserAPI.jar [what is it?] > I tried to put all the JARs from there to lib dir of Tomcat6 - > didn't help. > Tried the same for server/lib and common/endorsed dirs in Tomcat6 - > same warnings. > > Where am I supposed to install these versions of Xerces, Saxon and > Xalan ? > Zipped or just JARs from them ? > > What am I missing ? > > Also, am I supposed to install Exist to run these samples ? > > [Using JDK 1.5 on Win XP Pro and IE6 & Firefox3] > > Please help ! > > TIA, > Oleg Konovalov > Email: [hidden email] > > > > -- > 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 NEES@UCSB Institute for Crustal Studies, University of California, Santa Barbara 805-893-8042 -- 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
|
In reply to this post by olegkon
Try a nightly build on Tomcat 5.5 and see if the problem persists:
http://forge.objectweb.org/nightlybuilds/ops/ops/ -Erik On Feb 20, 2009, at 1:37 PM, Konovalov, Oleg wrote: > Hi, > > I am new to Xforms and Orbeon. > > I tried to download the latest Orbeon 3.7.0beta1 on Tomcat 6 (and 5). > > Getting: > ... > INFO: Starting Servlet Engine: Apache Tomcat/6.0.18 > Starting Orbeon Forms Release 3.7.0beta1+.200902200304 > Initializing Resource Manager with: > {org.orbeon.oxf.resources.WebAppResourceMana > gerImplServletContext > =org.apache.catalina.core.ApplicationContextFacade@fb56b1, > oxf.resources.priority. > 2=org.orbeon.oxf.resources.ClassLoaderResourceManagerFact > ory, > oxf > .resources > .factory=org.orbeon.oxf.resources.PriorityResourceManagerFacto > ry, oxf.resources.priority.1.oxf.resources.webapp.rootdir=/WEB-INF/ > resources, ox > f.resources.priority. > 1=org.orbeon.oxf.resources.WebAppResourceManagerFactory} > Looking for a valid Parser... > Checking for Xerces, found version Xerces-J 2.9.0 needed version > Xerces-J 2.9.1 > Warning: Failed find a valid Parser! > > Please add an appropriate Parser to the class-path, e.g. in the > 'endorsed' folder > of the servlet container or in the 'endorsed' folder of the JRE. > > Looking for a valid Transformer... > Checking for Saxon, found version 8.8 needed version 8.9.0 > Checking for Xalan, found version Xalan Java 2.5.1 needed version > Xalan Java 2.7.1 > Warning: Failed find a valid Transformer! > > Please add an appropriate Transformer to the class-path, e.g. in the > 'endorsed' > folder of the servlet container or in the 'endorsed' folder of the > JRE. > > Using parser org.orbeon.oxf.xml.xerces.XercesSAXParser > Using transformer > orbeon.apache.xalan.transformer.TransformerIdentityImpl > > Feb 20, 2009 3:02:52 PM org.apache.coyote.http11.Http11Protocol start > INFO: Starting Coyote HTTP/1.1 on http-8080 > Feb 20, 2009 3:02:52 PM org.apache.jk.common.ChannelSocket init > INFO: JK: ajp13 listening on /0.0.0.0:8009 > Feb 20, 2009 3:02:52 PM org.apache.jk.server.JkMain start > INFO: Jk running ID=0 time=0/31 config=null > Feb 20, 2009 3:02:52 PM org.apache.catalina.startup.Catalina start > INFO: Server startup in 8763 ms > Error on line 1 column 1 of http://localhost:8080/orbeon/exist/rest/db/orbeon/forms/?search= > : > SXXP0003: Error reported by XML parser: Content is not allowed in > prolog. > > > None of the samples works, getting blank pages. > I could not follow that instruction: > "With Tomcat 5, move xercesImpl.jar and xmlParserAPIs.jar from > common/endorsed to server/lib. > This way Xerces will be available to Tomcat, but it won't override > the version of Xerces and standard XML APIs that comes with Orbeon > Forms. " > > First of all, there are no such directories in Tomcat6, and there > are no such files in either v.5.5.27 or v.6.0.18 > I was able to find xercesImpl.jar in Xerces-J 2.9.0 zip, but not > xmlParserAPI.jar [what is it?] > I tried to put all the JARs from there to lib dir of Tomcat6 - > didn't help. > Tried the same for server/lib and common/endorsed dirs in Tomcat6 - > same warnings. > > Where am I supposed to install these versions of Xerces, Saxon and > Xalan ? > Zipped or just JARs from them ? > > What am I missing ? > > Also, am I supposed to install Exist to run these samples ? > > [Using JDK 1.5 on Win XP Pro and IE6 & Firefox3] > > Please help ! > > TIA, > Oleg Konovalov > Email: [hidden email] > > > > -- > 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 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 OW2 mailing lists service home page: http://www.ow2.org/wws |
In reply to this post by Hank Ratzesberger
OK, since Weblogic 9.2 is my production server,
I tried to deploy it there. I was able to see the main page (with menu) in IE6, However when I click on any application, getting JavaScript errors (and no forms on the screen): Line: 89 Char: 152095 Error: 'console' is undefined Code: 0 URL: html://localhost:7001/orbeon/xforms-calculator/ And similarly to what I had in Tomcat 5.5 & 6 [when I click on Form Builder]: Starting Orbeon Forms Release 3.7.0beta1+.200902200304 Initializing Resource Manager with: {org.orbeon.oxf.resources.WebAppResourceMana gerImplServletContext=weblogic.servlet.internal.WebAppServletContext@705706 - ap pName: 'orbeon', name: 'war', context-path: '/orbeon', oxf.resources.priority.2= org.orbeon.oxf.resources.ClassLoaderResourceManagerFactory, oxf.resources.factor y=org.orbeon.oxf.resources.PriorityResourceManagerFactory, oxf.resources.priorit y.1.oxf.resources.webapp.rootdir=/WEB-INF/resources, oxf.resources.priority.1=or g.orbeon.oxf.resources.WebAppResourceManagerFactory} Looking for a valid Parser... Checking for Xerces, found version Xerces-J 2.9.0 needed version Xerces-J 2.9.1 Warning: Failed find a valid Parser! Please add an appropriate Parser to the class-path, e.g. in the 'endorsed' folder of the servlet container or in the 'endorsed' folder of the JRE. Looking for a valid Transformer... Checking for Saxon, found version 8.8 needed version 8.9.0 Checking for Xalan, found version Xalan Java 2.5.1 needed version Xalan Java 2.7.1 Warning: Failed find a valid Transformer! Please add an appropriate Transformer to the class-path, e.g. in the 'endorsed' folder of the servlet container or in the 'endorsed' folder of the JRE. Using parser org.orbeon.oxf.xml.xerces.XercesSAXParser Using transformer com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl Please help ! I think it has to do with my Java settings [Xerces in JRE?], not with Tomcat and Eclipse. Thank you, Oleg. -----Original Message----- From: Hank Ratzesberger [mailto:[hidden email]] Sent: Friday, February 20, 2009 6:53 PM To: [hidden email] Subject: [ops-users] Re: FW: Can't run the latest Orbeon on Tomcat Hi Oleg, Orbeon uses an embedded eXist server, it is deployed alongside and you do not need to also install it, however, it complains about the library version used in Orbeon -- the warning is benign and is not the problem. I also see that there is an error, SXXP0003. I don't know the cause of this, I have seen something similar when the web.xml file has an empty line at the top, etc. I would start by removing any libraries you copied in and re-deploy the war file. --Hank On Feb 20, 2009, at 1:37 PM, Konovalov, Oleg wrote: > Hi, > > I am new to Xforms and Orbeon. > > I tried to download the latest Orbeon 3.7.0beta1 on Tomcat 6 (and 5). > > Getting: > ... > INFO: Starting Servlet Engine: Apache Tomcat/6.0.18 Starting Orbeon > Forms Release 3.7.0beta1+.200902200304 Initializing Resource Manager > with: > {org.orbeon.oxf.resources.WebAppResourceMana > gerImplServletContext=org.apache.catalina.core.ApplicationContextFacad > e@fb56b1, > oxf.resources.priority. > 2=org.orbeon.oxf.resources.ClassLoaderResourceManagerFact > ory, > oxf.resources.factory=org.orbeon.oxf.resources.PriorityResourceManager > Facto > ry, oxf.resources.priority.1.oxf.resources.webapp.rootdir=/WEB-INF/ > resources, ox > f.resources.priority. > 1=org.orbeon.oxf.resources.WebAppResourceManagerFactory} > Looking for a valid Parser... > Checking for Xerces, found version Xerces-J 2.9.0 needed version > Xerces-J 2.9.1 > Warning: Failed find a valid Parser! > > Please add an appropriate Parser to the class-path, e.g. in the > 'endorsed' folder of the servlet container or in the 'endorsed' folder > of the JRE. > > Looking for a valid Transformer... > Checking for Saxon, found version 8.8 needed version 8.9.0 Checking > for Xalan, found version Xalan Java 2.5.1 needed version Xalan Java > 2.7.1 > Warning: Failed find a valid Transformer! > > Please add an appropriate Transformer to the class-path, e.g. in the > 'endorsed' > folder of the servlet container or in the 'endorsed' folder of the > JRE. > > Using parser org.orbeon.oxf.xml.xerces.XercesSAXParser > Using transformer > orbeon.apache.xalan.transformer.TransformerIdentityImpl > > Feb 20, 2009 3:02:52 PM org.apache.coyote.http11.Http11Protocol start > INFO: Starting Coyote HTTP/1.1 on http-8080 Feb 20, 2009 3:02:52 PM > org.apache.jk.common.ChannelSocket init > INFO: JK: ajp13 listening on /0.0.0.0:8009 Feb 20, 2009 3:02:52 PM > org.apache.jk.server.JkMain start > INFO: Jk running ID=0 time=0/31 config=null Feb 20, 2009 3:02:52 PM > org.apache.catalina.startup.Catalina start > INFO: Server startup in 8763 ms > Error on line 1 column 1 of http://localhost:8080/orbeon/exist/rest/ > db/orbeon/forms/?search=: > SXXP0003: Error reported by XML parser: Content is not allowed in > prolog. > > > None of the samples works, getting blank pages. > I could not follow that instruction: > "With Tomcat 5, move xercesImpl.jar and xmlParserAPIs.jar from > common/endorsed to server/lib. > This way Xerces will be available to Tomcat, but it won't override the > version of Xerces and standard XML APIs that comes with Orbeon Forms. > " > > First of all, there are no such directories in Tomcat6, and there are > no such files in either v.5.5.27 or v.6.0.18 I was able to find > xercesImpl.jar in Xerces-J 2.9.0 zip, but not xmlParserAPI.jar [what > is it?] I tried to put all the JARs from there to lib dir of Tomcat6 - > didn't help. > Tried the same for server/lib and common/endorsed dirs in Tomcat6 - > same warnings. > > Where am I supposed to install these versions of Xerces, Saxon and > Xalan ? > Zipped or just JARs from them ? > > What am I missing ? > > Also, am I supposed to install Exist to run these samples ? > > [Using JDK 1.5 on Win XP Pro and IE6 & Firefox3] > > Please help ! > > TIA, > Oleg Konovalov > Email: [hidden email] > > > > -- > 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 NEES@UCSB Institute for Crustal Studies, University of California, Santa Barbara 805-893-8042 -- 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
|
Oleg,
The reference to console.log() was a glitch introduced last week. This has since been fixed. -Erik On Feb 23, 2009, at 3:14 PM, Konovalov, Oleg wrote: > OK, since Weblogic 9.2 is my production server, > I tried to deploy it there. > > I was able to see the main page (with menu) in IE6, > However when I click on any application, getting JavaScript errors > (and no forms on the screen): > > Line: 89 > Char: 152095 > Error: 'console' is undefined > Code: 0 > URL: html://localhost:7001/orbeon/xforms-calculator/ > > And similarly to what I had in Tomcat 5.5 & 6 [when I click on Form > Builder]: > Starting Orbeon Forms Release 3.7.0beta1+.200902200304 > Initializing Resource Manager with: > {org.orbeon.oxf.resources.WebAppResourceMana > gerImplServletContext > =weblogic.servlet.internal.WebAppServletContext@705706 - ap > pName: 'orbeon', name: 'war', context-path: '/orbeon', > oxf.resources.priority.2= > org.orbeon.oxf.resources.ClassLoaderResourceManagerFactory, > oxf.resources.factor > y=org.orbeon.oxf.resources.PriorityResourceManagerFactory, > oxf.resources.priorit > y.1.oxf.resources.webapp.rootdir=/WEB-INF/resources, > oxf.resources.priority.1=or > g.orbeon.oxf.resources.WebAppResourceManagerFactory} > Looking for a valid Parser... > Checking for Xerces, found version Xerces-J 2.9.0 needed version > Xerces-J 2.9.1 > Warning: Failed find a valid Parser! > > Please add an appropriate Parser to the class-path, e.g. in the > 'endorsed' folder > of the servlet container or in the 'endorsed' folder of the JRE. > > Looking for a valid Transformer... > Checking for Saxon, found version 8.8 needed version 8.9.0 > Checking for Xalan, found version Xalan Java 2.5.1 needed version > Xalan Java 2.7.1 > Warning: Failed find a valid Transformer! > > Please add an appropriate Transformer to the class-path, e.g. in the > 'endorsed' > folder of the servlet container or in the 'endorsed' folder of the > JRE. > > Using parser org.orbeon.oxf.xml.xerces.XercesSAXParser > Using transformer > com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl > > > Please help ! > > I think it has to do with my Java settings [Xerces in JRE?], not > with Tomcat and Eclipse. > > > Thank you, > Oleg. > > > > -----Original Message----- > From: Hank Ratzesberger [mailto:[hidden email]] > Sent: Friday, February 20, 2009 6:53 PM > To: [hidden email] > Subject: [ops-users] Re: FW: Can't run the latest Orbeon on Tomcat > > Hi Oleg, > > Orbeon uses an embedded eXist server, it is deployed alongside and > you do not need to also install it, however, it complains about the > library version used in Orbeon -- the warning is benign and is not > the problem. > > I also see that there is an error, SXXP0003. I don't know the cause > of this, I have seen something similar when the web.xml file has an > empty line at the top, etc. > > I would start by removing any libraries you copied in and re-deploy > the war file. > > --Hank > > > On Feb 20, 2009, at 1:37 PM, Konovalov, Oleg wrote: > >> Hi, >> >> I am new to Xforms and Orbeon. >> >> I tried to download the latest Orbeon 3.7.0beta1 on Tomcat 6 (and 5). >> >> Getting: >> ... >> INFO: Starting Servlet Engine: Apache Tomcat/6.0.18 Starting Orbeon >> Forms Release 3.7.0beta1+.200902200304 Initializing Resource Manager >> with: >> {org.orbeon.oxf.resources.WebAppResourceMana >> gerImplServletContext >> =org.apache.catalina.core.ApplicationContextFacad >> e@fb56b1, >> oxf.resources.priority. >> 2=org.orbeon.oxf.resources.ClassLoaderResourceManagerFact >> ory, >> oxf >> .resources.factory=org.orbeon.oxf.resources.PriorityResourceManager >> Facto >> ry, oxf.resources.priority.1.oxf.resources.webapp.rootdir=/WEB-INF/ >> resources, ox >> f.resources.priority. >> 1=org.orbeon.oxf.resources.WebAppResourceManagerFactory} >> Looking for a valid Parser... >> Checking for Xerces, found version Xerces-J 2.9.0 needed version >> Xerces-J 2.9.1 >> Warning: Failed find a valid Parser! >> >> Please add an appropriate Parser to the class-path, e.g. in the >> 'endorsed' folder of the servlet container or in the 'endorsed' >> folder >> of the JRE. >> >> Looking for a valid Transformer... >> Checking for Saxon, found version 8.8 needed version 8.9.0 Checking >> for Xalan, found version Xalan Java 2.5.1 needed version Xalan Java >> 2.7.1 >> Warning: Failed find a valid Transformer! >> >> Please add an appropriate Transformer to the class-path, e.g. in the >> 'endorsed' >> folder of the servlet container or in the 'endorsed' folder of the >> JRE. >> >> Using parser org.orbeon.oxf.xml.xerces.XercesSAXParser >> Using transformer >> orbeon.apache.xalan.transformer.TransformerIdentityImpl >> >> Feb 20, 2009 3:02:52 PM org.apache.coyote.http11.Http11Protocol start >> INFO: Starting Coyote HTTP/1.1 on http-8080 Feb 20, 2009 3:02:52 PM >> org.apache.jk.common.ChannelSocket init >> INFO: JK: ajp13 listening on /0.0.0.0:8009 Feb 20, 2009 3:02:52 PM >> org.apache.jk.server.JkMain start >> INFO: Jk running ID=0 time=0/31 config=null Feb 20, 2009 3:02:52 PM >> org.apache.catalina.startup.Catalina start >> INFO: Server startup in 8763 ms >> Error on line 1 column 1 of http://localhost:8080/orbeon/exist/rest/ >> db/orbeon/forms/?search=: >> SXXP0003: Error reported by XML parser: Content is not allowed in >> prolog. >> >> >> None of the samples works, getting blank pages. >> I could not follow that instruction: >> "With Tomcat 5, move xercesImpl.jar and xmlParserAPIs.jar from >> common/endorsed to server/lib. >> This way Xerces will be available to Tomcat, but it won't override >> the >> version of Xerces and standard XML APIs that comes with Orbeon Forms. >> " >> >> First of all, there are no such directories in Tomcat6, and there are >> no such files in either v.5.5.27 or v.6.0.18 I was able to find >> xercesImpl.jar in Xerces-J 2.9.0 zip, but not xmlParserAPI.jar [what >> is it?] I tried to put all the JARs from there to lib dir of >> Tomcat6 - >> didn't help. >> Tried the same for server/lib and common/endorsed dirs in Tomcat6 - >> same warnings. >> >> Where am I supposed to install these versions of Xerces, Saxon and >> Xalan ? >> Zipped or just JARs from them ? >> >> What am I missing ? >> >> Also, am I supposed to install Exist to run these samples ? >> >> [Using JDK 1.5 on Win XP Pro and IE6 & Firefox3] >> >> Please help ! >> >> TIA, >> Oleg Konovalov >> Email: [hidden email] >> >> >> >> -- >> 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 > > Hank Ratzesberger > NEES@UCSB > Institute for Crustal Studies, > University of California, Santa Barbara > 805-893-8042 > > > > > > > -- > 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 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 OW2 mailing lists service home page: http://www.ow2.org/wws |
Thank God, after I deployed the latest Orbeon on WL9, it started working ! I almost gave up on it. ;-) OK, back to business. I am mostly interested in your Form Builder. I tried to go there and create a form. Getting warning: "It appears that you are using Internet Explorer 6 or earlier. We recommend you upgrade to Internet Explorer 7 or later, or use Firefox, Safari, or Opera. If we made a mistake and you are not using Internet Explorer 6 or earlier, please let us know. [close]" That is a problem: my client only supports IE6 (on WinXP). Is it not supported configuration ? Here is what I am trying to achieve. We have a set of fields in DB (i.e. XML elements) and need to allow users to build forms (e.g. XForms) via the GUI. Users are usually not programmers (more like light sys admins for govt), so we should not expose them to coding, more into form building/customization of templates via the GUI and add fields validation. Should be able to capture data from user-defined forms, validate it and post to the host. Later on we need to be able to assemble that created set of forms into a little web app (e.g. have JSP page with main menu, from which end users can access these created forms). Do you think that your Form Builder can satisfy these requirements? When are you planning to release Form Builder ? Any documentation or tutorials for Form Builder? Thank you, Oleg. -----Original Message----- From: Erik Bruchez [mailto:[hidden email]] Sent: Monday, February 23, 2009 8:22 PM To: [hidden email] Subject: [ops-users] Re: RE: Re: FW: Can't run the latest Orbeon on Tomcat and Weblogic Oleg, The reference to console.log() was a glitch introduced last week. This has since been fixed. -Erik On Feb 23, 2009, at 3:14 PM, Konovalov, Oleg wrote: > OK, since Weblogic 9.2 is my production server, I tried to deploy it > there. > > I was able to see the main page (with menu) in IE6, However when I > click on any application, getting JavaScript errors (and no forms on > the screen): > > Line: 89 > Char: 152095 > Error: 'console' is undefined > Code: 0 > URL: html://localhost:7001/orbeon/xforms-calculator/ > > And similarly to what I had in Tomcat 5.5 & 6 [when I click on Form > Builder]: > Starting Orbeon Forms Release 3.7.0beta1+.200902200304 Initializing > Resource Manager with: > {org.orbeon.oxf.resources.WebAppResourceMana > gerImplServletContext > =weblogic.servlet.internal.WebAppServletContext@705706 - ap > pName: 'orbeon', name: 'war', context-path: '/orbeon', > oxf.resources.priority.2= > org.orbeon.oxf.resources.ClassLoaderResourceManagerFactory, > oxf.resources.factor > y=org.orbeon.oxf.resources.PriorityResourceManagerFactory, > oxf.resources.priorit > y.1.oxf.resources.webapp.rootdir=/WEB-INF/resources, > oxf.resources.priority.1=or > g.orbeon.oxf.resources.WebAppResourceManagerFactory} > Looking for a valid Parser... > Checking for Xerces, found version Xerces-J 2.9.0 needed version > Xerces-J 2.9.1 > Warning: Failed find a valid Parser! > > Please add an appropriate Parser to the class-path, e.g. in the > 'endorsed' folder of the servlet container or in the 'endorsed' folder > of the JRE. > > Looking for a valid Transformer... > Checking for Saxon, found version 8.8 needed version 8.9.0 Checking > for Xalan, found version Xalan Java 2.5.1 needed version Xalan Java > 2.7.1 > Warning: Failed find a valid Transformer! > > Please add an appropriate Transformer to the class-path, e.g. in the > 'endorsed' > folder of the servlet container or in the 'endorsed' folder of the > JRE. > > Using parser org.orbeon.oxf.xml.xerces.XercesSAXParser > Using transformer > com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl > > > Please help ! > > I think it has to do with my Java settings [Xerces in JRE?], not > with Tomcat and Eclipse. > > > Thank you, > Oleg. > > > > -----Original Message----- > From: Hank Ratzesberger [mailto:[hidden email]] > Sent: Friday, February 20, 2009 6:53 PM > To: [hidden email] > Subject: [ops-users] Re: FW: Can't run the latest Orbeon on Tomcat > > Hi Oleg, > > Orbeon uses an embedded eXist server, it is deployed alongside and > you do not need to also install it, however, it complains about the > library version used in Orbeon -- the warning is benign and is not > the problem. > > I also see that there is an error, SXXP0003. I don't know the cause > of this, I have seen something similar when the web.xml file has an > empty line at the top, etc. > > I would start by removing any libraries you copied in and re-deploy > the war file. > > --Hank > > > On Feb 20, 2009, at 1:37 PM, Konovalov, Oleg wrote: > >> Hi, >> >> I am new to Xforms and Orbeon. >> >> I tried to download the latest Orbeon 3.7.0beta1 on Tomcat 6 (and 5). >> >> Getting: >> ... >> INFO: Starting Servlet Engine: Apache Tomcat/6.0.18 Starting Orbeon >> Forms Release 3.7.0beta1+.200902200304 Initializing Resource Manager >> with: >> {org.orbeon.oxf.resources.WebAppResourceMana >> gerImplServletContext >> =org.apache.catalina.core.ApplicationContextFacad >> e@fb56b1, >> oxf.resources.priority. >> 2=org.orbeon.oxf.resources.ClassLoaderResourceManagerFact >> ory, >> oxf >> .resources.factory=org.orbeon.oxf.resources.PriorityResourceManager >> Facto >> ry, oxf.resources.priority.1.oxf.resources.webapp.rootdir=/WEB-INF/ >> resources, ox >> f.resources.priority. >> 1=org.orbeon.oxf.resources.WebAppResourceManagerFactory} >> Looking for a valid Parser... >> Checking for Xerces, found version Xerces-J 2.9.0 needed version >> Xerces-J 2.9.1 >> Warning: Failed find a valid Parser! >> >> Please add an appropriate Parser to the class-path, e.g. in the >> 'endorsed' folder of the servlet container or in the 'endorsed' >> folder >> of the JRE. >> >> Looking for a valid Transformer... >> Checking for Saxon, found version 8.8 needed version 8.9.0 Checking >> for Xalan, found version Xalan Java 2.5.1 needed version Xalan Java >> 2.7.1 >> Warning: Failed find a valid Transformer! >> >> Please add an appropriate Transformer to the class-path, e.g. in the >> 'endorsed' >> folder of the servlet container or in the 'endorsed' folder of the >> JRE. >> >> Using parser org.orbeon.oxf.xml.xerces.XercesSAXParser >> Using transformer >> orbeon.apache.xalan.transformer.TransformerIdentityImpl >> >> Feb 20, 2009 3:02:52 PM org.apache.coyote.http11.Http11Protocol start >> INFO: Starting Coyote HTTP/1.1 on http-8080 Feb 20, 2009 3:02:52 PM >> org.apache.jk.common.ChannelSocket init >> INFO: JK: ajp13 listening on /0.0.0.0:8009 Feb 20, 2009 3:02:52 PM >> org.apache.jk.server.JkMain start >> INFO: Jk running ID=0 time=0/31 config=null Feb 20, 2009 3:02:52 PM >> org.apache.catalina.startup.Catalina start >> INFO: Server startup in 8763 ms >> Error on line 1 column 1 of http://localhost:8080/orbeon/exist/rest/ >> db/orbeon/forms/?search=: >> SXXP0003: Error reported by XML parser: Content is not allowed in >> prolog. >> >> >> None of the samples works, getting blank pages. >> I could not follow that instruction: >> "With Tomcat 5, move xercesImpl.jar and xmlParserAPIs.jar from >> common/endorsed to server/lib. >> This way Xerces will be available to Tomcat, but it won't override >> the >> version of Xerces and standard XML APIs that comes with Orbeon Forms. >> " >> >> First of all, there are no such directories in Tomcat6, and there are >> no such files in either v.5.5.27 or v.6.0.18 I was able to find >> xercesImpl.jar in Xerces-J 2.9.0 zip, but not xmlParserAPI.jar [what >> is it?] I tried to put all the JARs from there to lib dir of >> Tomcat6 - >> didn't help. >> Tried the same for server/lib and common/endorsed dirs in Tomcat6 - >> same warnings. >> >> Where am I supposed to install these versions of Xerces, Saxon and >> Xalan ? >> Zipped or just JARs from them ? >> >> What am I missing ? >> >> Also, am I supposed to install Exist to run these samples ? >> >> [Using JDK 1.5 on Win XP Pro and IE6 & Firefox3] >> >> Please help ! >> >> TIA, >> Oleg Konovalov >> Email: [hidden email] >> >> >> >> -- >> 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 > > Hank Ratzesberger > NEES@UCSB > Institute for Crustal Studies, > University of California, Santa Barbara > 805-893-8042 > > > > > > > -- > 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 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 OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
> Thank God, after I deployed the latest Orbeon on WL9, it started
Form *Builder* likely won't ever properly work on IE 6. You need IE 7
> working ! > I almost gave up on it. ;-) > > OK, back to business. I am mostly interested in your Form Builder. > I tried to go there and create a form. > Getting warning: > "It appears that you are using Internet Explorer 6 or earlier. We > recommend you upgrade to Internet Explorer 7 or later, or use > Firefox, Safari, or Opera. If we made a mistake and you are not > using Internet Explorer 6 or earlier, please let us know. [close]" > > That is a problem: my client only supports IE6 (on WinXP). > Is it not supported configuration ? or, even better, a decent browser like Firefox / Safari / Chrome. Form *Runner*, on the other hand, that is the *forms* created with Form Builder can run on IE 6 (or even older browsers in "noscript" mode). > Here is what I am trying to achieve. > > We have a set of fields in DB (i.e. XML elements) > and need to allow users to build forms (e.g. XForms) via the GUI. > Users are usually not programmers (more like light sys admins for > govt), > so we should not expose them to coding, > more into form building/customization of templates via the GUI > and add fields validation. > Should be able to capture data from user-defined forms, validate it > and post to the host. > Later on we need to be able to assemble that created set of forms > into a little web app (e.g. have JSP page with main menu, > from which end users can access these created forms). > > Do you think that your Form Builder can satisfy these requirements? you will have to do some work to embed Forms produced by Form Runner into your own pages, if that's what you need. That part doesn't come out of the box. > When are you planning to release Form Builder ? Version 1.0 "very soon". We don't plan to add new features for 1.0. > Any documentation or tutorials for Form Builder? We have some fragmentary documentation on our wiki (do "Expand All" on that page): http://wiki.orbeon.com/forms/system/app/pages/sitemap/hierarchy The user guides are not yet written. The most elaborate doc so far is this page: http://wiki.orbeon.com/forms/doc/contributor-guide/form-builder-integration-notes We have also started a page on Form Runner for developers: http://wiki.orbeon.com/forms/doc/developer-guide/form-runner-programmer-guide -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 OW2 mailing lists service home page: http://www.ow2.org/wws |
Erik,
I created a few simple forms using Form Builder, Can see them listed in the table. However, I do not see any files or folders created with as per my app and form name. How can I see the files ? Any kind of Import/Export ? >> When are you planning to release Form Builder ? >Version 1.0 "very soon". Any idea when ? I need to tell my manager. TIA, Oleg. -----Original Message----- From: Erik Bruchez [mailto:[hidden email]] Sent: Tuesday, February 24, 2009 1:14 PM To: [hidden email] Subject: [ops-users] Re: RE: Orbeon Form Builder > Thank God, after I deployed the latest Orbeon on WL9, it started > working ! > I almost gave up on it. ;-) > > OK, back to business. I am mostly interested in your Form Builder. > I tried to go there and create a form. > Getting warning: > "It appears that you are using Internet Explorer 6 or earlier. We > recommend you upgrade to Internet Explorer 7 or later, or use Firefox, > Safari, or Opera. If we made a mistake and you are not using Internet > Explorer 6 or earlier, please let us know. [close]" > > That is a problem: my client only supports IE6 (on WinXP). > Is it not supported configuration ? Form *Runner*, on the other hand, that is the *forms* created with Form Builder can run on IE 6 (or even older browsers in "noscript" mode). > Here is what I am trying to achieve. > > We have a set of fields in DB (i.e. XML elements) and need to allow > users to build forms (e.g. XForms) via the GUI. > Users are usually not programmers (more like light sys admins for > govt), so we should not expose them to coding, more into form > building/customization of templates via the GUI and add fields > validation. > Should be able to capture data from user-defined forms, validate it > and post to the host. > Later on we need to be able to assemble that created set of forms into > a little web app (e.g. have JSP page with main menu, from which end > users can access these created forms). > > Do you think that your Form Builder can satisfy these requirements? > When are you planning to release Form Builder ? Version 1.0 "very soon". We don't plan to add new features for 1.0. > Any documentation or tutorials for Form Builder? We have some fragmentary documentation on our wiki (do "Expand All" on that page): http://wiki.orbeon.com/forms/system/app/pages/sitemap/hierarchy The user guides are not yet written. The most elaborate doc so far is this page: http://wiki.orbeon.com/forms/doc/contributor-guide/form-builder-integration-notes We have also started a page on Form Runner for developers: http://wiki.orbeon.com/forms/doc/developer-guide/form-runner-programmer-guide -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 OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
By default documents are stored into the embedded eXist database. You
can browse the database in several ways, including: * In your browser, under http://localhost:8080/orbeon/exist/rest/db/ * Using a WebDAV client * Using the eXist client -Erik On Feb 24, 2009, at 1:13 PM, Konovalov, Oleg wrote: > Erik, > > I created a few simple forms using Form Builder, > Can see them listed in the table. > However, I do not see any files or folders created with as per my > app and form name. > How can I see the files ? Any kind of Import/Export ? > >>> When are you planning to release Form Builder ? >> Version 1.0 "very soon". > Any idea when ? I need to tell my manager. > > > TIA, > Oleg. > > > -----Original Message----- > From: Erik Bruchez [mailto:[hidden email]] > Sent: Tuesday, February 24, 2009 1:14 PM > To: [hidden email] > Subject: [ops-users] Re: RE: Orbeon Form Builder > >> Thank God, after I deployed the latest Orbeon on WL9, it started >> working ! >> I almost gave up on it. ;-) >> >> OK, back to business. I am mostly interested in your Form Builder. >> I tried to go there and create a form. >> Getting warning: >> "It appears that you are using Internet Explorer 6 or earlier. We >> recommend you upgrade to Internet Explorer 7 or later, or use >> Firefox, >> Safari, or Opera. If we made a mistake and you are not using Internet >> Explorer 6 or earlier, please let us know. [close]" >> >> That is a problem: my client only supports IE6 (on WinXP). >> Is it not supported configuration ? > > Form *Builder* likely won't ever properly work on IE 6. You need IE > 7 or, even better, a decent browser like Firefox / Safari / Chrome. > > Form *Runner*, on the other hand, that is the *forms* created with > Form Builder can run on IE 6 (or even older browsers in "noscript" > mode). > >> Here is what I am trying to achieve. >> >> We have a set of fields in DB (i.e. XML elements) and need to allow >> users to build forms (e.g. XForms) via the GUI. >> Users are usually not programmers (more like light sys admins for >> govt), so we should not expose them to coding, more into form >> building/customization of templates via the GUI and add fields >> validation. >> Should be able to capture data from user-defined forms, validate it >> and post to the host. >> Later on we need to be able to assemble that created set of forms >> into >> a little web app (e.g. have JSP page with main menu, from which end >> users can access these created forms). >> >> Do you think that your Form Builder can satisfy these requirements? > > I sounds like it, although the devil is in the details. In > particular, you will have to do some work to embed Forms produced by > Form Runner into your own pages, if that's what you need. That part > doesn't come out of the box. > >> When are you planning to release Form Builder ? > > Version 1.0 "very soon". We don't plan to add new features for 1.0. > >> Any documentation or tutorials for Form Builder? > > We have some fragmentary documentation on our wiki (do "Expand All" > on that page): > > http://wiki.orbeon.com/forms/system/app/pages/sitemap/hierarchy > > The user guides are not yet written. > > The most elaborate doc so far is this page: > > http://wiki.orbeon.com/forms/doc/contributor-guide/form-builder-integration-notes > > We have also started a page on Form Runner for developers: > > http://wiki.orbeon.com/forms/doc/developer-guide/form-runner-programmer-guide > > -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 > OW2 mailing lists service home page: http://www.ow2.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 OW2 mailing lists service home page: http://www.ow2.org/wws |
Erik,
You mean we can't get generated form as files (export)? We use Oracle (not Exist) for storing info entered by the users, how can we use Oracle with Orbeon? Also, you didn't answer my second question about approximate release day. No, I won't hold you accountable, but need to have a clear picture, we are evaluating a few options (Alpha is a non-starter for us). Thank you, Oleg. -----Original Message----- From: Erik Bruchez [mailto:[hidden email]] Sent: Wednesday, February 25, 2009 12:18 PM To: [hidden email] Subject: [ops-users] Re: RE: Re: RE: Orbeon Form Builder By default documents are stored into the embedded eXist database. You can browse the database in several ways, including: * In your browser, under http://localhost:8080/orbeon/exist/rest/db/ * Using a WebDAV client * Using the eXist client -Erik On Feb 24, 2009, at 1:13 PM, Konovalov, Oleg wrote: > Erik, > > I created a few simple forms using Form Builder, Can see them listed > in the table. > However, I do not see any files or folders created with as per my app > and form name. > How can I see the files ? Any kind of Import/Export ? > >>> When are you planning to release Form Builder ? >> Version 1.0 "very soon". > Any idea when ? I need to tell my manager. > > > TIA, > Oleg. > > > -----Original Message----- > From: Erik Bruchez [mailto:[hidden email]] > Sent: Tuesday, February 24, 2009 1:14 PM > To: [hidden email] > Subject: [ops-users] Re: RE: Orbeon Form Builder > >> Thank God, after I deployed the latest Orbeon on WL9, it started >> working ! >> I almost gave up on it. ;-) >> >> OK, back to business. I am mostly interested in your Form Builder. >> I tried to go there and create a form. >> Getting warning: >> "It appears that you are using Internet Explorer 6 or earlier. We >> recommend you upgrade to Internet Explorer 7 or later, or use >> Firefox, Safari, or Opera. If we made a mistake and you are not using >> Internet Explorer 6 or earlier, please let us know. [close]" >> >> That is a problem: my client only supports IE6 (on WinXP). >> Is it not supported configuration ? > > Form *Builder* likely won't ever properly work on IE 6. You need IE > 7 or, even better, a decent browser like Firefox / Safari / Chrome. > > Form *Runner*, on the other hand, that is the *forms* created with > Form Builder can run on IE 6 (or even older browsers in "noscript" > mode). > >> Here is what I am trying to achieve. >> >> We have a set of fields in DB (i.e. XML elements) and need to allow >> users to build forms (e.g. XForms) via the GUI. >> Users are usually not programmers (more like light sys admins for >> govt), so we should not expose them to coding, more into form >> building/customization of templates via the GUI and add fields >> validation. >> Should be able to capture data from user-defined forms, validate it >> and post to the host. >> Later on we need to be able to assemble that created set of forms >> into a little web app (e.g. have JSP page with main menu, from which >> end users can access these created forms). >> >> Do you think that your Form Builder can satisfy these requirements? > > I sounds like it, although the devil is in the details. In particular, > you will have to do some work to embed Forms produced by Form Runner > into your own pages, if that's what you need. That part doesn't come > out of the box. > >> When are you planning to release Form Builder ? > > Version 1.0 "very soon". We don't plan to add new features for 1.0. > >> Any documentation or tutorials for Form Builder? > > We have some fragmentary documentation on our wiki (do "Expand All" > on that page): > > http://wiki.orbeon.com/forms/system/app/pages/sitemap/hierarchy > > The user guides are not yet written. > > The most elaborate doc so far is this page: > > > http://wiki.orbeon.com/forms/doc/contributor-guide/form-builder-integr > ation-notes > > We have also started a page on Form Runner for developers: > > > http://wiki.orbeon.com/forms/doc/developer-guide/form-runner-programme > r-guide > > -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 > OW2 mailing lists service home page: http://www.ow2.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 OW2 mailing lists service home page: http://www.ow2.org/wws |
Administrator
|
> You mean we can't get generated form as files (export)?
> We use Oracle (not Exist) for storing info entered by the users, > how can we use Oracle with Orbeon? At the moment, you can export the files from the Edit Source dialog in Form Builder. Adding a more user-friendly export wouldn't be too hard to implement but it's not there yet. This is already somewhere on our list of possible future features: http://wiki.orbeon.com/forms/projects/form-builder-future-features There is an Oracle XML persistence layer implementation as well: http://wiki.orbeon.com/forms/doc/developer-guide/form-runner-oracle-persistence-layer > Also, you didn't answer my second question about approximate release > day. > No, I won't hold you accountable, but need to have a clear picture, > we are evaluating a few options (Alpha is a non-starter for us). We can call it final just for you ;) Seriously though, we have been planning to release Orbeon Forms 3.7 beta 2 "next week" for a long time now. We will move Form Builder from alpha to beta in the same process. As for a final release, hopefully a matter of months, depending on feedback from the beta 2. -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 OW2 mailing lists service home page: http://www.ow2.org/wws |
Free forum by Nabble | Edit this page |