Questions tagged [publisher]
325 questions
2
votes
1 answer
MS Publisher Automation
I need to automate MS Publisher via a Silverlight OOB application to generate a publisher document. I have done some Excel automation via Silverlight starting from an example I found on this forum. The following works
dynamic mspub =…

FredAt
- 21
- 2
2
votes
0 answers
UWP publisher, which certificate type should I buy?
In the above screenshot, clicking on the "choose certificate" button prompts for a certificate :
Create test certificate (that's what I usually do)
Select from file
Pick from certificate store
I want to get a real certificate from a…

jhfelectric
- 572
- 2
- 6
- 24
2
votes
1 answer
RTI DDS two applications publishing data on same domain. When one application closes and reopens it looses the data. How to solve?
I have two publisher and subscriber application.
App1 -> publish -> Student (1,ABC), Student(2,EFG).
After it I run second application. both application subscribe and publish on same domain
App2 able subscribe Student (1,ABC), Student(2,EFG) which…

Rohit kshirsagar
- 21
- 2
2
votes
1 answer
How to add publisher in Installshield 2018
After I built an installer by Installshield. When I double click to install that software, its publisher shown "Unknown". Does anyone know how to make this field to a signed certs? I do have a signed certs from VeriSign.

Davion
- 21
- 1
- 5
2
votes
1 answer
Can I add listeners/publisher subscriber to JAXB objects?
I have a multithreaded application using JAXB. The JAXB object represent state of other system hardware. I have a thread monitoring the system hardware, and it updates the JAXB objects with the setters to update the state.
I have another chunk of…

Matt Brown
- 435
- 4
- 17
2
votes
1 answer
How to combine publishers by pairing values from two Flux into a Tuple?
Say i have two Flux as follows:
Flux f1 = Flux.just(10,20,30,40);
Flux f2 = Flux.just(100,200,300,400);
Now what i want is to combine these flux into a single Flux or a Tuple of both the Flux, which will be having the…

KayV
- 12,987
- 11
- 98
- 148
2
votes
1 answer
Why is Subscriber requesting different number of elements in different cases?
I am learning reactive streams and publish-subcribe utility and i am using the default behaviour of Publisher(Flux in my case) and Subscriber.
I have two scenarios, both having the same number of elements in Flux. But when i analyse the logs, the…

KayV
- 12,987
- 11
- 98
- 148
2
votes
2 answers
Cruisecontrol Publish command onfailure
I've got a problem publishing my current Project status.
Mapping:
...
echo ERROR >…

a.schwab
- 251
- 1
- 4
- 15
2
votes
0 answers
wso2-am v210 published APIS are not shown in Publisher and Store
i use wso2-am v210 at a linux system with default h2 database.
I have pulished APIS sucessfully. If i change to publisher or store the list of APIs is empty. The only you see is "No APIs published yet".
If i change to carbon management console i…

Killm
- 31
- 5
2
votes
2 answers
Is it possible to scope/group event publishers in NServiceBus?
I have:
- one subscriber SUB with QUEUE0
- publisher PUB1 with QUEUE1
- publisher PUB2 with QUEUE2
- event MyEvent being published by both publishers
When:
- SUB explicitly subscribes to PUB1 with queue name QUEUE1…

Serge Semenov
- 9,232
- 3
- 23
- 24
2
votes
1 answer
WSO2 - Publisher API - Error when publishing API
i have one problem when i try to publish an API on the wso's store. I have this message when i try to change the state of the API and publish it.
Products concerned
WSO2 Governance Registry
WSO2 Publisher
WSO2 Store
Error WSO 2 - API…

Christophe
- 389
- 1
- 6
- 23
2
votes
3 answers
wxpython GUI and multiprocessing - how to send data back from the long running process
Trying to run a time consuming task from a wxpython GUI. The basic idea is to start the long time task from the GUI (pressing a button) and then, a static text on the dialog should be updated from it.
First I tried some threading…

wxpydon
- 61
- 1
- 6
2
votes
2 answers
Google developer account (Publisher)
I was just looking through to create a developer publisher account for Google and I came across that I need to pay $25 fee.
IS it possible to create a developer account for free e.g. for students, teachers... like with Microsoft developer…
user4358262
2
votes
1 answer
What happens to old publisher name on google play after name change
I recently registered a company name and would like to change my Google Play publisher name.
The problem is that i don't know what happens to the old publisher name.
I have a lot of links to my apps on websites and even within the apps.
Example…

myfknoll
- 455
- 5
- 15
2
votes
1 answer
Git Publisher tagging earlier revision?
Is there a way to configure Jenkins and the Git Publisher add-on to tag a revision that's not at the head of the master branch?
We would like to manage our integration process with a couple of steps that validate our software in sequence, and to…

Scott
- 1,247
- 3
- 10
- 21