I've followed the following instructions to get Jive up and running on a windows 7 64 bit machine.
Java
Install latest version of Java
Download Java SE 6 Update 37 JDK (includes JRE) but do not install yet
Open a new command prompt and run java…
I have installed a plugin named JIVE in the Eclipse software. It can generate object diagrams and sequence diagrams based on Java source code and supports features like rollback and filtering. However, when I right-click on the sequence diagram and…
I am facing an issue to get the updated value of the variable outside the api execution function. Here I am working with JIVE so I am using 'osapi' get method.
function onReady(tileConfig, tileOptions, viewer, container) {
var connectLanguage =…
I'm new to Jive and currently in the process of migrating content from jive. I see documents uploaded in teams, groups and subspaces. I can't find a way to download document in bulk through the UI. Downloading manually each document going to each of…
You can see the video of the request I made to get the access token using Oauth2.0 Authorization Code grant flow. Although I am able to get code using the step 1, I could not get access token as described in the api documentation.
Find the jive api…
i use Jive and i want to get all categories and for each category, i want to create a checkbox for each of them.
Currently, i have my array with all categories, but when i try to create checkbox, it return me this error :
" Uncaught Passed URI does…
when an user search a discussion, it return all the discussions and questions because a question, it's a discussion with a boolean "question": true.
I want to seperate these, when i search a discussion, it return only discussion type with the…
i'm trying to check if the array1 use all values of my array2, if false return error message, but my array1.length is not equal to array2.length , i'm searching for hours to know why. Can someone help me? and if the problem does not come from there,…
I had been working on a project where I need to deploy a sample war file inside a built in/embed application server.
Suppose for an example, I need to deploy sample.war file inside a
spring boot application which has built in/embed tomcat…
I am currently working with a client that is using a jive platform which only lets me input code into a html widget. I am trying to grab images from rss feed and input in a slider.
I am currently using mustache to grab the feed and create the…
we are in one situation where there is one live website of jive for the current client and its new design and changes along with editing and updating the contents to be done on a sandbox jive website. Our issue is how to go live after we edit and…
I am new to Jive, currently going through the documentation provided on https://docs.jivesoftware.com/.
what I am looking for is
Any specific editor to write code in jive x
How to migrate data into jive
Deployment process followed by jive. Like…
I added a real-time stock widget to a client’s Jive site that is using an HTML widget. The code uses the Jive native jQuery library to pull JSONP data from Yahoo using their YQL API. This widget is written to work with only 1 stock symbol. If…
I am trying to do a file upload option using AngularJs in Jive. I am trying the below code, but I am getting the error as below:
OPTIONS https://test.com/MyApp/api/Seasons/UploadImage 405 (Method Not Allowed)
XMLHttpRequest cannot load…
In this code snippet for our Jive (Hosted 8) mixed mode registration/login page (https://communities.healthstream.com/login.jspa and its template file is /template/global/include/login-macros.ftl), do you know where to update the URL referred to…