Orbeon, JBoss, Oracle - form save doesnt work

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

Orbeon, JBoss, Oracle - form save doesnt work

murkowicz
This post was updated on .
Though I become "Document saved successfully" message from Form Builder, Orbeon doesn't save my created forms in Oracle database. There's also no error messages in JBoss console. Reading from database works fine - I've tested it with drop down menu using database service.  

I've followed this guide while installing Orbeon forms on my machine.
Installing Orbeon Forms

My Orbeon 4.3.1 PE runs on JBoss AS 7.1.1 and uses Oracle Database 11g EE with ojdbc14.jar as datasource.

Perhaps anyone knows the solution to this issue or at least how to configure logger in order to see something more than I see now ?
Reply | Threaded
Open this post in threaded view
|

Re: Orbeon, JBoss, Oracle - form save doesnt work

Alessandro  Vernet
Administrator
By default data is saved in the eXist database, that comes bundled with Orbeon Forms. To save data in Oracle instead of eXist, there are a few more steps needed; see:

http://wiki.orbeon.com/forms/doc/developer-guide/form-runner/oracle-and-mysql-persistence-layers

Alex
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
Reply | Threaded
Open this post in threaded view
|

Re: Orbeon, JBoss, Oracle - form save doesnt work

murkowicz
Hi Alex, thanks for reply. I solved this issue after adding oracle driver as a JBoss module. Before that I've used to deploy driver from a JBoss Admin console with accordingly configured datasources in standalone.xml.

Works fine now ! :-)