It's all about the answers!

Ask a question

Server side Java code to retrieve Change Sets


Leonardo Marzo (24964852) | asked Aug 27 '14, 11:51 a.m.
edited Aug 27 '14, 11:58 a.m.
 Hi, 

I need to create a server side plugin that get change sets from a stream. I need that Java code to be invoked from a Birt report (I have already resolved that part). 

I need your help for the server side code to get the change sets. I was looking at the ServerProviderFactory, but I don't know how to go on. 

Besides, given that this won't have any participants (it will be standalone code), how do you get the repository connection? 

I´ll really appreciate your help. 


Thanks, 

One answer



permanent link
sam detweiler (12.5k6194201) | answered Aug 27 '14, 12:29 p.m.
server side code doesn't use the repository connection like the client side does.

Comments
Leonardo Marzo commented Aug 27 '14, 1:54 p.m.

Ok thanks. Any ideas on how to retrieve the change sets?? 

Your answer


Register or to post your answer.