On 9/18/07, Wessam Abd Rabo <[EMAIL PROTECTED]> wrote:
> java.lang.NoClassDefFoundError:
> org/apache/commons/betwixt/strategy/NameMapper
> at org.netbeans.formod.DDLTopComponentTopComponent.jButton1MouseClicked(
> DDLTopComponentTopComponent.java:71)
> at org.netbeans.formod.DDLTopComponentTopC
Hi,
The following piece of code creates a relational db from an XML file.
String nameoffile= "xmltodb.xml";
Database targetModel = new DatabaseIO().read(nameoffile);
BasicDataSource dataSource = new BasicDataSource();
dataSource.setUrl("jdbc:derby://localhost:1527/testo