Skip to Main Content

Application Development Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Jive Forum APIs

773016Feb 24 2011
Hi,

I have installed the Oracle Discussion server (Jive Forum) of version *5.5.20 .2-oracle*, but when i used few example over http://docs.jivesoftware.com/forums/latest/documentation/web-services-developer-guide.html in my Fusion Application, I unable to create any new instance of class ServiceLocator. But the ServiceLocator API is present in 5.5.6 version. Can anyone suggest me on this.

My code is:

import com.jivesoftware.forum.webservices.ForumCategory;
import com.jivesoftware.webservices.ContentService;
import com.jivesoftware.ws.client.ServiceLocator;

public class ABC {

ServiceLocator locator = new ServiceLocator("https://abcdef.com", "admin", "abcd");
ContentService svc = locator.getContentService();
Forum forum = svc.getForum(1)

}


This is very urgent for me.

Regards,
Pranab
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 24 2011
Added on Feb 24 2011
0 comments
347 views