Custom database setup

Hi all,

I try to setup wildfire to use our custom ORACLE database with 10i thin driver.

I add

(OracleConnection.java:368)

at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:549)

at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:349)

at java.sql.DriverManager.getConnection(Unknown Source)

at java.sql.DriverManager.getConnection(Unknown Source)

at org.jivesoftware.wildfire.auth.JDBCAuthProvider.getPassword(JDBCAuthProvider.ja va:172)

at org.jivesoftware.wildfire.auth.JDBCAuthProvider.authenticate(JDBCAuthProvider.j ava:103)

at org.jivesoftware.wildfire.auth.AuthFactory.authenticate(AuthFactory.java:127)

at org.jivesoftware.wildfire.admin.login_jsp._jspService(login_jsp.java:134)

I have also changed wildfire.xml according to instruction in “Custom Database Integration Guide”

I believe it is a wrong syntax in my connectionString. Can anyone shed some lights on this issue please.

Many thanks in advance.

Trung.

Hi All,

I end up using this syntax and thing seems fine. All attempt with & or “&” fails.

I leave it here just in case anyone need it.

Regards,

Trung

Hi,

we’'ll find “…user/pass@…” in the documentation as soon as JM-803 is resolved.

… or make even more clear to use for this.

LG