ibm-sbt

Posting Blog Entries to a Community

放肆的年华 提交于 2019-12-25 04:33:50
问题 Our tool is submitting blog entries to the idation blog for a configured community by using the Connections API. Therefore, I use the following workflow, given only a community ID: 1) query /blogs/api/blogs?commUuid=<ID_HERE>&blogType=ideationblog 2) retrieve the link to the communities ideation blog from the xml result of aboves query. the xPath for this is "/app:service/app:workspace/app:collection[a:category[@term='entries']][1]/@href" 3) post the created blog entry payload to this url.

default configuration change for SBT

一曲冷凌霜 提交于 2019-12-25 02:06:07
问题 I integrated SBT in my existing application and able to run the application with sbt enabled. I deployed in my test server and it works fine but when I moved to the production, Since the context path of the application is different it breaks. Ex: in test server my application url is https://somedomian/SampleSbt In production htt....somedomain/serve/meth/SampleSbt I'm getting error in firebug as htt.....domain/sbt/js/sdk/sbt/ErrorTransport.js -> Forbidden I tried changing the context path /my

SSO between XPage App, Notes client and Connections

一笑奈何 提交于 2019-12-12 17:22:52
问题 Has anybody had any success creating an XPage application that includes SSO so that the user logs into notes client and is able to open an XPage application (Database) which uses the Social Enabler to integrate Connections data into the XPage? The key to my projects success is to not need to prompt the user for their username and password (The user has just logged into notes!). I have seen @nheidloff blog about SSO using the LTPA token between an xpage and connections, however I need this to

IBM Connections user ids

会有一股神秘感。 提交于 2019-12-12 01:47:56
问题 I'm currently confused by the IDs identifying a user in Connections, and their link to the underlying LDAP directory. So far, I identified several ids: email: simple but not reliable as email access might have been disabled by the admin. This is particularly true for Connections cloud. snx:userid: UUID generated by Connections, but this is the chicken and egg. To find the userid, you need to first get access to a profile document, or some data retrieved from Connections key: also generated by

SBT javascript library

不羁岁月 提交于 2019-12-11 19:32:50
问题 the tutorial from IBM connections playground is not working for me https://greenhouse.lotus.com/sbt/SBTPlayground.nsf/JavaScriptSnippets.xsp#snippet=Social_ActivityStreams_Controls_Simple_Stream_All_Extensions this works require(["sbt/dom", "sbt/config", "sbt/connections/controls/astream/ActivityStreamWrapper"], function(dom, config, ActivityStreamWrapper) { var activityStreamWrapper = new ActivityStreamWrapper({ feedUrl: "/basic/rest/activitystreams/@public/@all/@all?rollup=true" }); dom

IBM SBT: Create a folder in a community

旧街凉风 提交于 2019-12-11 01:37:31
问题 I'm getting my hands on the SBT Toolkit with Java. Works great but having some difficulties with folders: I need to create a folder in a community and put some files into it. Unfortunately, the class CommunityService has no such method. I could use the FileService.createFolder(name, description, shareWith) method and share it with the community, but actually i only want the files in the community, because otherwise they're visible in the files application (public, warning message: "Sharing

Liferay Portal & IBM SBT SDK: SBT context is not initialized for the request

杀马特。学长 韩版系。学妹 提交于 2019-12-08 04:58:56
问题 Trying to deploy the sbt sdk to liferay portal 6.1 with tomcat bundle but always getting this error: "SBT context is not initialized for the request" java.lang.IllegalStateException: SBT context is not initialized for the request at com.ibm.commons.runtime.Context.get(Context.java:57) at com.ibm.sbt.services.endpoints.EndpointFactory.getEndpointUnchecked(EndpointFactory.java:80) at com.ibm.sbt.services.endpoints.EndpointFactory.getEndpoint(EndpointFactory.java:54) at com.ibm.sbt.services