[JBoss JIRA] Created: (JBAS-3553) Failover 'java.naming.provider.url' entries
by Andy Brook (JIRA)
Failover 'java.naming.provider.url' entries
-------------------------------------------
Key: JBAS-3553
URL: http://jira.jboss.com/jira/browse/JBAS-3553
Project: JBoss Application Server
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Security
Affects Versions: JBossAS-4.0.4.GA
Environment: Linux, Debian (Ubuntu 6.0.6). LDAP server is M$ Active Directory
Reporter: Andy Brook
Assigned To: Scott M Stark
We have a corporate net with multiple DC servers each acting as failovers for eachother. I have to pick one as the naming provider in the LDAP LoginModules login-config.xml section. A recent outage identified a weakness in this approach, the server was turned off and all applicaitons went offline. I would like to suggest a bunch of alternate naming providers that can be used if the main one goes offline.
I've just implemented this to address the problem but have yet to test it extensively. Its not a complex fix, I just pull out <module-option name="java.naming.provider.url.backups">abc|def</module-option> tags.
I check the availability of the given server at login module initialisation. I havent figured out whether this is enough to work 'live' or require a server restart.
I'll attach what ive done for reference.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 11 months
[JBoss JIRA] Resolved: (BPEL-174) resume process execution after system restart
by Alejandro Guizar (JIRA)
[ http://jira.jboss.com/jira/browse/BPEL-174?page=all ]
Alejandro Guizar resolved BPEL-174.
-----------------------------------
Resolution: Done
jBPM BPEL now enables unfinished inbound message activities during initialization of the web app containing the process.
If you want some fun, run the graphical ATM client and connect to the server. Undeploy the web app. Now deploy it again. Log on as ernie (or any other customer). The server will accept the operation as if nothing had happened.
Point your browser to the URL pattern of the relation/integration servlet (e.g. http://localhost:8080/atm/relation). The partner integration console will show up. It provides a summary of the current pending receptions, the initial receptions, the outstanding requests (receptions which have not been replied) and partner service clients.
> resume process execution after system restart
> ---------------------------------------------
>
> Key: BPEL-174
> URL: http://jira.jboss.com/jira/browse/BPEL-174
> Project: JBoss jBPM BPEL
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Components: Engine
> Affects Versions: jBPM BPEL 1.0 alpha 4
> Reporter: Alejandro Guizar
> Assigned To: Alejandro Guizar
> Fix For: jBPM BPEL 1.1 beta 2
>
>
> Right now the relation servlet only opens message listeners for activities that create process instances. It must also load existing tokens pointing to inbound message activities and open their corresponding request listeners.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
19 years, 11 months