Automatic SOA Composite Deployment with SSO
Hi,
Does anyone know how to deploy a SOA Composite using Hudson?
My main issue is that I have a Negotiate Identity Assertion provider and when I run a python script to call the function sca_deployComposite it never ends, because in the background is asking for the Authorization Request for Authentication Scheme: Negotiate.
I'm using the command sca_deployComposite("http://myServer.com:8001", "sca_Composite_rev26.0.jar", user="weblogic", password="xxxxx", keepInstancesOnRedeploy=true, configplan="Composite_cfgplan.xml")
So the user and password are in the command but it ask again for the credentials and that is why the Job in Hudson never ends.
Does anyone know how to deploy a SOA Composite using Hudson?
My main issue is that I have a Negotiate Identity Assertion provider and when I run a python script to call the function sca_deployComposite it never ends, because in the background is asking for the Authorization Request for Authentication Scheme: Negotiate.
I'm using the command sca_deployComposite("http://myServer.com:8001", "sca_Composite_rev26.0.jar", user="weblogic", password="xxxxx", keepInstancesOnRedeploy=true, configplan="Composite_cfgplan.xml")
So the user and password are in the command but it ask again for the credentials and that is why the Job in Hudson never ends.
0