biemond-orawls icon indicating copy to clipboard operation
biemond-orawls copied to clipboard

Puppet 3/4 module for WebLogic provisioning module ( Linux & Solaris )

Results 100 biemond-orawls issues
Sort by recently updated
recently updated
newest added

Hi, I have two domains configured on the same server with similar names : loadtest & loadtesting. This is incompatible with the ps/grep command used in wls_adminserver.rb for the status...

We added a new WebLogic datasource It is reflected in the weblogic console I could confirm that the datasource and the DbAdapter are matching with the JNDI as specified in...

When instanciating a `wls_group` with `ensure => 'absent'` a users parameter is still needed even if not used. With Hyera: ``` yaml group_instances: 'Administrator': ensure: 'absent' realm: 'myrealm' authenticationprovider: 'DefaultAuthenticator'...

Hello sir, So, I wasn't sure of all the ways that we can set the classpath for the servers. The readme mentions a post_classpath, and searching the code yielded a...

The wls_datasource does not support setting the Database Connection Pool attribute ShrinkFrequencySeconds. ShrinkFrequencySeconds has a default of 900 Seconds - I would like to change ShrinkFrequencySeconds attribute to 60 Seconds....

enhancement

wls_datasource xaproperties properties is not idempotent because it is not implemented in files/providers/wls_datasource/index.py.erb. ``` Notice: /Stage[main]/Fusion::Weblogic::Admin/Wls_datasource[ei_app]/xaproperties: defined 'xaproperties' as 'XaSetTransactionTimeout=1,XaRetryIntervalSeconds=60 ``` The bigger issue is puppet native array comparison does...

Hi Edwin, this is rather a question than an issue. Is there a way to configure asserting parties for the SAMLIdentitiyAsserterV2? I managed to create the SAML Identity Asserter so...

Hello sir, So, we were working on some stuff today, after integrating some of our own code to add LDAP etc. I noticed that we had 4 java processes running...

Hi Biemond, just a quick question...do you have any plans to introduce the management of datasource start/stop to the orawls module? Thanks & best regards, Jason

So the active directory authenticator is present only after I restart the admin server.... I've seen how you restart the admin server in the heira config but not with a...