File: NOTES.txt

package info (click to toggle)
xmlbeans 2.6.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 8,720 kB
  • ctags: 14,406
  • sloc: java: 91,010; xml: 3,011; sh: 108; sql: 48; makefile: 30
file content (27 lines) | stat: -rw-r--r-- 835 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
This document keeps track of issues with sql-commons, xmlbeans, or velocity 
integration in this sample.

The easypo.xsd file implies a foreign key in the table line-item. This can 
be determined by the unbounded definition of the purchase order element. A 
better mechanism would be to include database primary and foreign key 
relationships in the xml schema itself.

Problems running the sample. Java 1.5.0 seems to be the only runtime to 
resolve the String method replace("-","_").

The run target fails with the following error:

BUILD FAILED: /home/phil/soft/work/vxsdb/run.xml:30: 
org.apache.xmlbeans.XmlException: Thread main: The 0th supplied input is 
not a schema or a config document: its type is N=

Execute a script containing the java command below if Ant is not available.

Unix:
run

Cygwin:
runcygwin

Windows:
run