Patches item #464149, was opened at 2001-09-23 11:55
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376687&aid=464149&group_id=22866

Category: JBossServer
Group: v2.5 Rabbit Hole (unstable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Peter Fagerlund (peter_f)
Assigned to: Nobody/Anonymous (nobody)
Summary: hsqldb 1.61 Patch

Initial Comment:
hypersonic 1.61 / hsqldb.jar / Embedded Server patch / 
23-09-2001

Added embedded support to hsqldb by creating :
        -org.hsqldb.Embedded_Server
        -org.hsql.Embedded_ServerConnection
and touching :
        -org.jboss.jdbc.HypersonicDatabase

To enable hsqldb 1.6.1 support in jboss-all :

INSTALL
Merge new hsqldb classes into jboss-
all/thirdparty/hsqldb/hsqldb/lib/hsqldb.jar
rename hsqldb.jar to jboss_hsqldb.jar and search 
replace all references in jboss-all accordingly.

Changed all instances of hsql to jboss_hsqldb in 
references all over (handwalk !)

especially :

Changed the driver :
        org.hsql.jdbcDriver
to 
        org.hsqldb.jdbcDriver

Changed the connection call :
        jdbc:HypersonicSQL:hsql://localhost
to 
        jdbc:hsqldb:hsql://localhost

Bevare of 
-path /thirdparty/hsqldb/hsqldb/jboss_hqldb.jar 
references ...
- rename hsql-Default-sevices.xml

Compile in the new HypesonicDatabase after a clobber -
Check deploy and conf/default for duplicate service 
files - start RH

NOTE
There is a echo that comes from org.hsql.Log.close() 
that uses a funky two bit round trip and therefore 
gives us a doubble
 "The database closed as Embedded" message.

Thanks
/peter_f
Peter Fagerlund
[EMAIL PROTECTED]


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376687&aid=464149&group_id=22866

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to