[JBoss JIRA] Created: (JGRP-449) Changing signature of Channel.down() breaks drop in replacement with JGroups <= 2.4
by Michael Newcomb (JIRA)
Changing signature of Channel.down() breaks drop in replacement with JGroups <= 2.4
-----------------------------------------------------------------------------------
Key: JGRP-449
URL: http://jira.jboss.com/jira/browse/JGRP-449
Project: JGroups
Issue Type: Bug
Affects Versions: 2.5
Environment: JGroups 2.5 beta-1
Reporter: Michael Newcomb
Assigned To: Bela Ban
Changing the signatue for Channel.down() from:
void down(Event e);
to:
Object down(Event e);
Causes NoSuchMethodError to be thrown in JBoss 4.0.5.
This is not a super major issue (just need to recompile JBoss), but since our project doesn't like the idea of recompiling JBoss (want to get it directly from the site) it is a show stopper.
If drop-in replacement for JGroups <= 2.4 is a requirment, something will have to be done but the result of Channel.down() is only used in a few places, so it shouldn't be too much to get it to work.
It looks like it is just the JBoss HA service that uses Channel.down() explicitly.
--
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: (JBAS-4270) failing org.jboss.test.jmx.test.RMIAdaptorAuthorizationUnitTestCase
by Dimitris Andreadis (JIRA)
failing org.jboss.test.jmx.test.RMIAdaptorAuthorizationUnitTestCase
-------------------------------------------------------------------
Key: JBAS-4270
URL: http://jira.jboss.com/jira/browse/JBAS-4270
Project: JBoss Application Server
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: Security
Affects Versions: JBossAS-4.2.0.CR1
Environment: Java Version 1.5.0_08
Java Vendor BEA Systems, Inc.
Java VM Name BEA JRockit(R)
Java VM Version R27.1.0-109-73164-1.5.0_08-20061129-1418-linux-ia32
Java VM Info compiled mode
OS Name Linux
OS Version 2.6.9-42.0.2.ELsmp
OS Arch i386
Reporter: Dimitris Andreadis
Assigned To: Anil Saldhana
Priority: Critical
Fix For: JBossAS-4.2.0.GA
Note: that's with the JRockit JDK:
testConfigurableRolesAuthorizedAccess Error Unable to locate a login configuration
java.lang.SecurityException: Unable to locate a login configuration
at com.sun.security.auth.login.ConfigFile.<init>(ConfigFile.java:97)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at java.lang.Class.newInstance0(Class.java:350)
at java.lang.Class.newInstance(Class.java:303)
at javax.security.auth.login.Configuration$3.run(Configuration.java:216)
at javax.security.auth.login.Configuration.getConfiguration(Configuration.java:210)
at javax.security.auth.login.LoginContext$1.run(LoginContext.java:237)
at javax.security.auth.login.LoginContext.init(LoginContext.java:234)
at javax.security.auth.login.LoginContext.<init>(LoginContext.java:403)
at org.jboss.test.jmx.test.RMIAdaptorAuthorizationUnitTestCase.login(RMIAdaptorAuthorizationUnitTestCase.java:141)
at org.jboss.test.jmx.test.RMIAdaptorAuthorizationUnitTestCase.testConfigurableRolesAuthorizedAccess(RMIAdaptorAuthorizationUnitTestCase.java:62)
Caused by: java.io.IOException: Unable to locate a login configuration
at com.sun.security.auth.login.ConfigFile.init(ConfigFile.java:206)
at com.sun.security.auth.login.ConfigFile.<init>(ConfigFile.java:95)
at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
at java.lang.Class.newInstance0(Class.java:350)
at java.lang.Class.newInstance(Class.java:303)
at javax.security.auth.login.Configuration$3.run(Configuration.java:216)
at javax.security.auth.login.Configuration.getConfiguration(Configuration.java:210)
at javax.security.auth.login.LoginContext$1.run(LoginContext.java:237)
at javax.security.auth.login.LoginContext.init(LoginContext.java:234)
at javax.security.auth.login.LoginContext.<init>(LoginContext.java:403)
at org.jboss.test.jmx.test.RMIAdaptorAuthorizationUnitTestCase.login(RMIAdaptorAuthorizationUnitTestCase.java:141)
at org.jboss.test.jmx.test.RMIAdaptorAuthorizationUnitTestCase.testConfigurableRolesAuthorizedAccess
--
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] Resolved: (EJBTHREE-420) redeploy of TreeCached entities fails
by Brian Stansberry (JIRA)
[ http://jira.jboss.com/jira/browse/EJBTHREE-420?page=all ]
Brian Stansberry resolved EJBTHREE-420.
---------------------------------------
Resolution: Done
> redeploy of TreeCached entities fails
> -------------------------------------
>
> Key: EJBTHREE-420
> URL: http://jira.jboss.com/jira/browse/EJBTHREE-420
> Project: EJB 3.0
> Issue Type: Bug
> Affects Versions: EJB 3.0 RC3
> Reporter: Bill Burke
> Assigned To: Brian Stansberry
> Fix For: AS 4.2.0 CR2
>
>
> 2006-01-20 15:14:19,843 INFO [STDOUT] org.hibernate.PropertyAccessException: exception getting property value with CGLIB (set hibernate.cglib.use_reflection_optimizer=false for more info) getter of com.airit.fidsdb.entity.ArrPrevPortPK.?
> at org.hibernate.tuple.PojoComponentTuplizer.getPropertyValues(PojoComponentTuplizer.java:79)
> at org.hibernate.type.ComponentType.getPropertyValues(ComponentType.java:307)
> at org.hibernate.type.ComponentType.isEqual(ComponentType.java:111)
> at org.hibernate.cache.CacheKey.equals(CacheKey.java:51)
> at org.jboss.cache.Fqn.equals(Fqn.java:134)
> at java.util.HashMap.eq(HashMap.java:277)
> at java.util.HashMap.containsKey(HashMap.java:346)
> at org.jboss.cache.eviction.LRUAlgorithm.add(LRUAlgorithm.java:126)
> at org.jboss.cache.eviction.LRUAlgorithm.processAddedNodes(LRUAlgorithm.java:99)
> at org.jboss.cache.eviction.LRUAlgorithm.processQueues(LRUAlgorithm.java:77)
> at org.jboss.cache.eviction.LRUAlgorithm.process(LRUAlgorithm.java:52)
> at org.jboss.cache.eviction.EvictionTimerTask.run(EvictionTimerTask.java:37)
> at java.util.TimerThread.mainLoop(Timer.java:512)
> at java.util.TimerThread.run(Timer.java:462)
> Caused by: java.lang.ClassCastException: com.airit.fidsdb.entity.ArrPrevPortPK
> at com.airit.fidsdb.entity.ArrPrevPortPK$$BulkBeanByCGLIB$$8b6b36b9.getPropertyValues(<generated>)
> at net.sf.cglib.beans.BulkBean.getPropertyValues(BulkBean.java:48)
> at org.hibernate.tuple.PojoComponentTuplizer.getPropertyValues(PojoComponentTuplizer.java:76)
> ... 13 more
--
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