Not getting much further trying without the admin GUI (i.e. just a
datasource in bluedragon.xml).
On starting jetty my datasource statement gets clobbered and is reduced to
just a name in the XML.
The test page of course fails, saying the datasource can't be found or was
invalid.
The datasource XML looks is in this form before jetty starts:
<datasource name="xxx">
<displayname>xxx</displayname>
<password>xxx</password>
<connectionretries>0</connectionretries>
<sqldelete>true</sqldelete>
<sqlupdate>true</sqlupdate>
<username>bdragon</username>
<drivername>net.sourceforge.jtds.jdbc.Driver</drivername>
<sqlstoredprocedures>true</sqlstoredprocedures>
<perrequestconnections>false</perrequestconnections>
<sqlinsert>true</sqlinsert>
<sqlselect>true</sqlselect>
<connectiontimeout>120</connectiontimeout>
<port>1433</port>
<server>xxx.xxx.com</server>
<databasename>xxx</databasename>
<description>xxx</description>
<initstring></initstring>
<logintimeout>120</logintimeout>
<hoststring>jdbc:jtds:sqlserver://xxx.xxx.com:1433/xxx</hoststring>
<maxconnections>24</maxconnections>
<name>xxx</name>
</datasource>
after startup its cropped to:
<datasource name="xxx">
<name>xxx</name>
</datasource>
--
--
online documentation: http://openbd.org/manual/
http://groups.google.com/group/openbd?hl=en
---
You received this message because you are subscribed to the Google Groups "Open
BlueDragon" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.