Hello everybody,
I'm having some problems upgrading from orbeon 3.9 to 4.1, specifically regarding the persistence layer.
In orbeon 3.9, the persistence has been working OK, we have the following configuration in the properties file (properties-local.xml):
<property as="xs:anyURI" name="oxf.fr.persistence.app.uri.*.*.*" value="
http://localhost:8080/AppOrbeonPersistence/persistence"/>But when upgrading to orbeon 4.1, and using that same configuration it crashes even when going to the orbeon homepage (
http://localhost:8080/orbeon/), and the log shows the following:
Servlet initialized.
/ - Received request
/ - Timing: 1105
/home/ - Received request
error caught {controller: "oxf:/apps/home/page-flow.xml", method: "GET", path: "/home/"}
|An Error has Occurred
|URL generator found null URL for config:
|<config/>
I guess it's a configuration problem because if we start orbeon without the property (<property as="xs:anyURI" name="oxf.fr.persistence.app.uri.*.*.*" value="
http://localhost:8080/AppOrbeonPersistence/persistence"/>) we can navigate to the orbeon homepage and start the form builder etc (althought without persistence). But I've been trying a lot of different configurations and haven't achieved nothing.
Does anybody have any ideas?
Thanks in advance.