[JBoss JIRA] Updated: (JBAS-3355) DetachedHANamingService does not register its ObjectName with Registry
by Brian Stansberry (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-3355?page=all ]
Brian Stansberry updated JBAS-3355:
-----------------------------------
Fix Version/s: (was: JBossAS-4.2.0.CR1)
JBossAS-5.0.0.CR1
> DetachedHANamingService does not register its ObjectName with Registry
> ----------------------------------------------------------------------
>
> Key: JBAS-3355
> URL: http://jira.jboss.com/jira/browse/JBAS-3355
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Clustering, Naming
> Affects Versions: JBossAS-4.0.4.GA
> Reporter: Brian Stansberry
> Assigned To: Brian Stansberry
> Priority: Minor
> Fix For: JBossAS-5.0.0.CR1
>
> Original Estimate: 4 hours
> Remaining Estimate: 4 hours
>
> DetachedHANamingService does not register its ObjectName with Registry. Because of this, if it is used with ProxyFactoryHA and JRMPInvokerHA, calls to it will fail in JRMPInvokerHA.invoke due to a failure lookup the ObjectName in the registry.
> The purpose of having DetachedHANamingService as a distinct base class from HANamingService is to allow use with the detached invokers, so not having this work kind of defeats the point.
--
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, 3 months
[JBoss JIRA] Updated: (JBAS-2315) Create an automated test for JBAS-2314
by Brian Stansberry (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-2315?page=all ]
Brian Stansberry updated JBAS-2315:
-----------------------------------
Fix Version/s: (was: JBossAS-4.2.0.CR1)
JBossAS-4.2.0.GA
Move to the 4.2.0.GA. This is a testsuite improvement; doesn't need to be in 4.2.0.CR1.
> Create an automated test for JBAS-2314
> --------------------------------------
>
> Key: JBAS-2315
> URL: http://jira.jboss.com/jira/browse/JBAS-2315
> Project: JBoss Application Server
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Web (Tomcat) service
> Reporter: Brian Stansberry
> Assigned To: Brian Stansberry
> Priority: Minor
> Fix For: JBossAS-4.2.0.GA
>
>
> I currently test the JBAS-2314 fix manually; need to automate. Basically need to add a war to web-sso.ear that has secured resources but no authenticator configured. Test should access the normal sso test war on one server, then the other, and then on the 2nd server access the war w/o authenticator, confirming that no 403 is seen.
--
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, 3 months
[JBoss JIRA] Updated: (JBAS-973) Cache Invalidation fails when redeploy CMP beans
by Brian Stansberry (JIRA)
[ http://jira.jboss.com/jira/browse/JBAS-973?page=all ]
Brian Stansberry updated JBAS-973:
----------------------------------
Fix Version/s: (was: JBossAS-4.2.0.CR1)
JBossAS-5.0.1.CR1
Moving out to 5.0.1, as I don't us having resources for this in the next 6 months
> Cache Invalidation fails when redeploy CMP beans
> ------------------------------------------------
>
> Key: JBAS-973
> URL: http://jira.jboss.com/jira/browse/JBAS-973
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Clustering, EJB2
> Affects Versions: JBossAS-3.2.6 Final
> Reporter: SourceForge User
> Assigned To: Brian Stansberry
> Fix For: JBossAS-5.0.1.CR1
>
>
> SourceForge Submitter: coneheed .
> Java version: 1.4.2_04,Sun Microsystems Inc.
> Java VM: Java HotSpot(TM) Client VM 1.4.2_04-b05
> ,Sun Microsystems Inc.
> OS-System: Windows 2000 5.0,x86
> We have in place a clustering architecture as described
> in the JBoss clustering book.
> It currently consists of 3 nodes. 2 "read-only" nodes
> whose CMP entity beans have read-only accessor
> methods and a "read-write" node where the entity beans
> have "read-write" accessor methods.
> We use the cache invalidation architecture (based on
> JGroups) to link the read-only and read-write beans
> together. Changes to the RW beans cause invalidation in
> the RO beans and the data remains consistent.
> This all appears to work fine until we redeploy our
> application jar files. The system continues to function
> but we get out of date data in our RO beans. Basically
> the RO beans are not asked to ejbLoad and hence re-
> read the data from the DB.
> Bounce all 3 nodes and the system works fine again.
> Redeplying to the RW node is OK but redeploying to the
> RO node breaks the cache invalidation.
> Forum article:
> http://www.jboss.org/index.html?module=bb&op=viewtopic&t=50823
> Regards
--
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, 3 months
[JBoss JIRA] Created: (JGRP-401) Do not disregard specified target node in partial state transfer with MUX channel
by Vladimir Blagojevic (JIRA)
Do not disregard specified target node in partial state transfer with MUX channel
---------------------------------------------------------------------------------
Key: JGRP-401
URL: http://jira.jboss.com/jira/browse/JGRP-401
Project: JGroups
Issue Type: Bug
Affects Versions: 2.4, 2.5
Reporter: Vladimir Blagojevic
Assigned To: Vladimir Blagojevic
Partial state transfer method on MUX channel [1] always fetches partial state from service view coordinator[2] disregarding specified target parameter. We should correct this algorithm so that specified node target T is used as state provider if T is indeed a member of a service view, otherwise default to service view coordinator.
[1] public boolean getState(Address target, String state_id, long timeout) throws ChannelNotConnectedException, ChannelClosedException
[2] first node in a MUX service view
--
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, 3 months