I am new to jboss and currently developed a module which will talk to database through
-ds.xml, in which it contains some Sybase specific setting.
| ...
|
<connection-url>jdbc:sybase:Tds:${database.svcname}:${database.port}/${database.name}</connection-url>
|
| ...
|
| <metadata>
| <type-mapping>Sybase</type-mapping>
| </metadata>
|
|
the java side already been fixed to use standard sql, but how can I make ds xml to be
portable as well? Or point me to where there contains related document. (I search on the
internet, but seems there is no explain on this. Maybe I don't use the right key word.
I use type-mapping metadata ds xml , etc. )
I appreciate any help.
Thank you.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4256270#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...