| # Copyright 2004 The Apache Software Foundation |
| # |
| # Licensed under the Apache License, Version 2.0 (the "License"); |
| # you may not use this file except in compliance with the License. |
| # You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. |
| |
| 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 |