|
Dear JBoss users,
during the last week I evaluated JBoss for a larger commercial project and I'm still excited. Currently we are using a combination of BAS (Borland Application Server)
and Tomcat/Apache.
For smaller projects this architecture is to "heavy" (and too
expensive).
So I downloaded JBoss, installed it, fixed the deployment descriptor -
and almost anything
worked as supposed - or even better. :-)
But one problem occured connecting to Interbase (We do need this for in-house purposes): Trying to set Interbase's charset property using the "Property"
attribute had no effect:
<mbean code="org.jboss.jdbc.XADataSourceLoader"
name="DefaultDomain:service=XADataSource,name=database5">
<attribute name="DataSourceClass">org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImpl</attribute> <attribute name="PoolName">database5</attribute> <attribute
name="Properties">charSet=Cp1252</attribute>
<attribute name="URL">jdbc:interbase://localhost/C:/db/M1.gdb</attribute> <attribute name="JDBCUser">*******</attribute> <attribute name="Password">*******</attribute> </mbean> Any suggestions?
Thank you, Andreas Maschke
"Any complex question has a simple answer. And it's always wrong."
|
