Documentation of bean class names (e.g. org.diffkit.db.DKDBConnectionInfo)

48 views
Skip to first unread message

Kelly Beard

unread,
Oct 14, 2015, 10:10:07 AM10/14/15
to diffkit-user
Maybe I'm missing something obvious in the documentation, but when I look at the examples and see a connection bean like this:

<bean id="lhsDBConnectionInfo" class="org.diffkit.db.DKDBConnectionInfo">
    <constructor-arg index="0" value="mysql" />
    <constructor-arg index="1" value="MYSQL" />
    <constructor-arg index="2" value="DiffKit" />
    <constructor-arg index="3" value="localhost" />
    <constructor-arg index="4" value="3306" />
    <constructor-arg index="5" value="root" />
    <constructor-arg index="6" value="" />
</bean>

index="x" tells me squat about that that value does.  Because of this example I can glean what some of the values are, but index=2, "DiffKit" doesn't tell me anything.

Examples are good, but a little more explanation and definition are needed.  Thanks for any info at all!

Paulo Aurelio

unread,
Oct 19, 2015, 8:46:50 PM10/19/15
to diffkit-user
Try to change 'Diffkitt' by your database name or SSID (if it be Oracle)
I hope this help.
Reply all
Reply to author
Forward
0 new messages