JPBM 7.61.0 and LDAP - openldap

New to JBPM and Wildfly server. Trying to get a basic LDAP setup to work with jBPM. I think the best example I've found is here:
https://blog.kie.org/2021/02/migrating-jbpm-images-secured-by-ldap-to-elytron.html
However that example is based on KieLoginModule integration which isn't in the build anymore, as noted by the Author.
So question, where I can find an example of LDAP integration with jBPM on the newest 7.61.0 server?
We are running this via docker, so .cli would be ideal but I can reverse engineer a working standalone.xml into .cli if need be.
Thank you!

This video would help https://www.youtube.com/watch?v=0UpT92-GIxc
and You can see https://groups.google.com/g/jbpm-setup/c/Ebt8cwfh3dU
You can join JBPM google group where JBPM expert can help if you face any issue in JBPM.

Have you checked this?
https://github.com/gmunozfe/integration-sample-kie-server/tree/ldap_last
I adapted the CLI scripts to work with out-of-the-box elytron.

Related

Error on generating JAXB Classes from TKT_ElectronicDocumentServices_v.1.0.0.xsd

im having trouble generating JAXB classes from TKT_ElectronicDocumentServices_v.1.0.0.xsd and STL_For_TKT_ElectronicDocumentServices_v.1.0.0.xsd, please see error in the image below:
Please see error here:
could You share some more info ?
What API are You trying to build these WSDLs for ?
My guess is GetElectronicDocumentRQ.
Is this API available on https://developer.sabre.com/ ?
My guess is
https://developer.sabre.com/docs/soap_apis/air/fulfill/get_electronic_document
Have You reached out to webservices.support at sabre.com ?
I can see this issue on my end when using dev studio, I've emailed the team, once we have a JIRA open I'll let You know. Also feel free to contact me in this one case at witold.petriczek at sabre.com.
P.s. I've ran into these issues while developing SOAP APIs in the past, it was quite often so in my internal team we implemented automated wsdl2java nightly builds that solved this problem once and for all, I guess it's time to share the knowledge with the owners of this API ;)
Regards,
W

Creating an API multi thread in R

I'm thinking about creating an API with Rscript doing all my stuff.
But, we know that R is single-thread, and plumber also is.
Someone know a way to create an API multi thread in R? I dont think that an single-thread can help me in my case, I may have many users using my model in prod, then im afraid to use plumber.
I already see people saying about using RServer and Java to create an API multi thread. (but i dont know how do this).
Any suggestion, or links about this discussion is welcome.
Thank you all!
Just to document things that are possible to other people that may have the same question, and dont know how do this, I will put here some links that i found that can be helpful.
I dont test any idea yet to say which one is faster, or cheaper, or optimized...
But, what i found is:
You can use https://restrserve.org/ that is an alternative to plumber, even when plumber was just single-thread, restrserve already was helpful to create APIs multi-thead.
8 days ago, plumber release the version 1.0.0, that can support APIs multi-thread. Link to release: https://www.rplumber.io/news/index.html#plumber-router
Even in the past, without plumber v1.0.0, or if you dont want use the RestRserve, you could create an API single-thread with the plumber (in the past), use the Docker to Build your API and then use Kubernetes to manage the requests, creating "copys" of your API, and then the Kubernetes manage the requests, choosing the copy_API that will be used.
An talk at RSTUDIO::CONF2020 about an model that has 1.000.000 acces per day, with an R API: https://rstudio.com/resources/rstudioconf-2020/we-re-hitting-r-a-million-times-a-day-so-we-made-a-talk-about-it/

Configuring Internet facing deployment (IFD) for CRM 2013

What are the benefits and drawbacks of using IFD?
What are the steps for configuring IFD?
Is it possible to test configure IFD on Virtual Machine? If yes, please guide about the steps?
And if not? where to implement the procedure?
I have not implemented the CRM. and got assignment to implement IFD.
PS: I really want to implement all the things on my own. just need right way to do the things.
Thanks in advance for the Guidance.
Interactive webs has a good description for ADFS/IFD on https://www.interactivewebs.com/blog/index.php/crm-2013/crm-2013-ifd-setup-with-adfs-3-0-on-windows-2012-r2-hosted-setup/
You can do the setup on a VM, make sure that the DNS is setup properly and it should work.
If you haven't worked with CRM at all it might be some bumps getting this working IMHO so it might take some time.
The pro of having an IFD CRM is that it's reachable from everywhere without having to use VPN, the drawback might be that it is no longer behind a firewall.

Is there any good way of SELF-updating running web application?

as stated - it needs to be a "self-update" similar like Wordpress... I haven't thought through because of my knowledge limits... (I haven't found any good answer from the web yet /asp.net c#)
anyone can give some help/ perhaps some code example would be better?
Thanks in advance!
I dont have the code, But i can tell you the general concept behind that.
Keep a public API/ Webservice which returns the latest version number of the site/ app.
In your website/ app, add a method which makes a call to this service to get the latest version number. compare it with what you have in your local application. If the one you received from the service is different than the one you have, That means there is a new version available. Then show a link to download the latest version.

Paypal PayFlow Pro Asp.Net configuration

So, this does not necessarily have to do directly with the code itself, although it is certainly a component of it.
I recently downloaded and installed the PayFlow Pro SDK for use with ASP.net
link here:
https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/library_download_sdks
I installed this to my development machine. I also came accross this example code which I figured outlined the primary setup for basic Paypal Credit Card Transaction functionality.
link here:
http://www.codeproject.com/KB/aspnet/PayPal_PayflowPro.aspx
Anyways, I have two main questions
Do I have to install the SDK on the web hosts server in order to utilize the functionality of it? This seems to make sense, however, the tutorial in the second link suggests I create a web reference. Unless I am not understanding something here, wouldn't this just strictly work on my development machine, or at least, the functionality of the remote website that references this web reference to access the sdk, would this not be dependent on my computer running and broadcasting this information?
I just need clarification on how to install and/or access the sdk for use on a remote webhosts server (ie. do i need to install the sdk on the web-hosts server and if so, how would one go about doing so (ie. where to install, how to install)?).
Are there any other clean cut examples like my second link provides, that sort of outline the basic functionality of Payflow Pro? I find paypal's examples numerous and convoluted and their online slides/video tutorials to be tedious.
Perhaps I should just get off my lazy ass, but I have found peers from the general community to be much more informative in a way more efficient manner, so any help would be greatly appreciated.
Thanks!
For anyone interested, after enough searching I found a great example that notified me of all the fundamental processes to creating a basic transaction and allowed me the knowledge to further manipulate the sdk.
Check it -
Code Projects PayflowPro example and introduction.

Resources