I have read all the Orbeon documentation I can find and I am still stuck on the DB access stuff.
- I have created a field using the “Text Output” wiget. 开发者_如何转开发And gave it the name of DBData.
- I then created a DBservice called orbeon_data_load using the JNDI “orbeondb” as defined in our configuration.
- Finally I created an action called “DataFromDB” , that on the "form-load" event, should populate the “Text Output” widget I named DBData.
- I’m not sure how to debug this.
In this case, the issue was caused by an incorrect JNDI name.
精彩评论