Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How to add external libraries for RTC Server plugin to connect with database?

 Hi Techies,


I want to connect to Oracle data base to insert a workitem Id into a table.So I want to configure OJdbc driver into plugin.Can anyone please let me know how to configure the external Jars?

0 votes



One answer

Permanent link

If you want to work with RTC and create work items etc. automatically, please use the available API's.
If you write to the Database directly, without the support explicitly telling you you should, you can seriously damage your data possibly beyond repair. If you want to read the database directly, go ahead, but don't write to the database.

0 votes

Comments

Hi Ralph,


Thanks for Reply,

I am not writing to the  the RTC Database & just to confirm I am  not at all touching the RTC Database.I Just want to write only workitem id which are filed against specific  into a separate Database.This data can be helpful for other utility to update the workitems later.
Is there any thing wrong writing to DB, this way?

In that case you should probably search in stackoverflow and the DB provides forums for how to do that. I would try to get the JDBC driver for the database and use JDBC to access the database.

In any case, this question is clearly out of scope for this forum.

With respect to the server plugin, you should be able to add the libraries you need to the server extension. I would start from there and based on the errors search Eclipse.org or stackoverflow. There could be class loader issues dependent on what application server. I would search based on what you see in case of errors.

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,954

Question asked: Jul 03 '18, 3:16 a.m.

Question was seen: 2,278 times

Last updated: Jul 03 '18, 6:59 a.m.

Confirmation Cancel Confirm