Questions tagged [ibm-sbt]

The IBM Social Business Toolkit contains tools for developers to build social applications and interact with IBM Collaboration Solutions products like IBM Connections, IBM Domino, IBM Domino Social Edition and IBM Sametime.

The IBM Social Business Toolkit contains tools for developers to build social applications and interact with IBM Collaboration Solutions products like IBM Connections.

Documentation is published in application development wiki.

Application Development Playground is available to explore at Playground

177 questions
0
votes
3 answers

Can I change the logo of an IBM community through the REST API

I found this piece of documentation that suggests that we should be able to PUT a new logo in a community. But the documentation also states that it is ignored on input. Before we start intensive troubleshooting, it would help if someone could…
mpjjonker
  • 917
  • 1
  • 6
  • 28
0
votes
2 answers

SBT SDK Blogs and Activities API error

I setup the Social Business Toolkit against our development system. All APIs are working correct, except for the Blog and Activities API. For both i recieve within the Java APIs the following error: org.apache.http.conn.EofSensorInputStream cannot…
user1213938
0
votes
1 answer

Thread.currentThread().getContextClassLoader() returns multiple object instances

I have a stateless session bean that creates a RuntimeFactory and Application object. Both classes are part of the Social Business Toolkit. Application is used to read the properties and managed-beans files, but this didn't happen because the…
magnetronnie
  • 505
  • 3
  • 16
0
votes
0 answers

Any way to suppress auto-created activity stream entries in Connections?

In IBM Connections, when the REST API is used to perform various application actions, Connections automatically creates activity-stream entries saying what happened. Is there any way to prevent the creation of the activity-stream entries each time…
Scott Leis
  • 2,810
  • 6
  • 28
  • 42
0
votes
2 answers

Toggle todo items completed using sbt java api

I'm trying to toggle todo items in IBM Connections to complete/incomplete using the SBT Java API. I manage to set the todo item to complete, but how do I change it back to incomplete? todoNode = activityService.getActivityNode(…
0
votes
2 answers

How does the Social Business Toolkit Samples application uses managed-beans.xml?

So far I have: installed and started sbt.sample-1.0.0.20140125-1133.ear on my WebSphere Application Server, added an URL resource for the SBT Properties file. The Social Business Toolkit Samples app runs fine and I'm able to connect to my IBM…
magnetronnie
  • 505
  • 3
  • 16
0
votes
1 answer

IBM Connections API call to join a community

In my current project, a user logged in to our third-party tool writes a message, which will then be posted to a community blog in IBM Connections via its REST API. To be able to write a blog entry, said user has to be a member of that (public)…
BennyLau
  • 107
  • 8
0
votes
1 answer

IBM SBT: com.ibm.sbt.services.client.connections.files.model.FileEntry no longer present in latest SDK?

Getting Started Tutorial: http://www-10.lotus.com/ldd/appdevwiki.nsf/xpDocViewer.xsp?lookupName=IBM+Social+Business+Toolkit+SDK+documentation#action=openDocument&res_title=Creating_your_first_J2EE_application_SDK1.0&content=pdcontent&sa=true I was…
0
votes
1 answer

Are the service names, provided in the serviceconfigs response, consistent across all IBM Connections 4.5 installations?

Reference to documentation: http://www-10.lotus.com/ldd/appdevwiki.nsf/dx/Accessing_other_applications_from_one_application_ic45 The REST API call to https://{server}/{service}/serviceconfigs returns an ATOM XML that contains an for…
Grant Lindsay
  • 149
  • 1
  • 9
0
votes
1 answer

Connectons API: Posting on behalf of others / Impersonation

I'm currently implementing a solution, where an external tool is making posts to the Connections API. These calls are made via basic authentication with a service account configured in the external tool. However, I need the posted content in…
BennyLau
  • 107
  • 8
0
votes
1 answer

Build the SBTSDK with maven

we're currently working on an automatic process to checkout, build and deploy the SBTSDK to our tomcat. So i cloned the rep from github and try to build the project with maven from command line. At the moment im stuck at the following error: [INFO]…
Manuel
  • 5
  • 1
0
votes
1 answer

ibm connections API error Invalid ServerBean implementation connections

I am currently developing an xpage web portal, the goal of this application is to intergrate the ibm connections 4.5 into my xpage app. i have folowing the tutorial about it en trying the sbt toolkit tutorial voor de xpage, but i stil get this…
0
votes
1 answer

Posting Blog Entries to a Community

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…
BennyLau
  • 107
  • 8
0
votes
1 answer

How to integrate IBM Connections business cards with an external application and target the styles easily?

In IBM Connections, when integrating the Profiles business card with an external application, using the loadCssFiles=true parameter has the positive effect of styling the hover activated Business Cards just like they would be within IBM Connections.…
dvdsmpsn
  • 2,839
  • 1
  • 26
  • 40
0
votes
1 answer

Communities created via the Social Business SDK not listed under "Communities" menu options; only found via Search

After I create a Community using Java code based on the samples, I can find that Community by searching in "All Connections", but if I select the Communities menu, then any of the sub-menu options: I'm an Owner, I'm a Member, Public ... the new…