Hi Gernot, You need to uncomment a few things within the hsqldb-ds.xml file:
uncomment this: <connection-url>jdbc:hsqldb:hsql://localhost:1701</connection-url> and then uncomment this: <mbean code="org.jboss.jdbc.HypersonicDatabase" name="jboss:service=Hypersonic"> <attribute name="Port">1701</attribute> <attribute name="Silent">true</attribute> <attribute name="Database">default</attribute> <attribute name="Trace">false</attribute> <attribute name="No_system_exit">true</attribute> </mbean> --- Gernot Starke <[EMAIL PROTECTED]> wrote: > Hi there, > > after some support from Matthias I finally got the > current HEAD version > through the maven bootstrap build - but now I cannot > run it in Jboss > 3.2.3: > The initializeSchema fails with > "ScriptTool.init error: Connection is broken", > although Jboss seems to > be running > fine... > > Presumably it is simply too [EMAIL PROTECTED] in germany... > > thanx, > > Gernot > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux > Tutorials > Free Linux tutorial presented by Daniel Robbins, > President and CEO of > GenToo technologies. Learn everything from > fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > Andromda-devel mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/andromda-devel ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Andromda-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-devel
