[
https://jira.jboss.org/browse/JBREM-1259?page=com.atlassian.jira.plugin.s...
]
Ron Sigal resolved JBREM-1259.
------------------------------
Resolution: Done
Initialized the three maps:
private final ConcurrentMap<Integer, FutureClass> remoteClasses = new
CopyOnWriteHashMap<Integer, FutureClass>();
private final ConcurrentMap<Integer, Class<?>> localClasses = new
CopyOnWriteHashMap<Integer, Class<?>>();
private final ConcurrentMap<Class<?>, IntWriter> localClassWriters = new
CopyOnWriteHashMap<Class<?>, IntWriter>();
Maps in RemoteClassTable need to be initialized
-----------------------------------------------
Key: JBREM-1259
URL:
https://jira.jboss.org/browse/JBREM-1259
Project: JBoss Remoting
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 3.1.0.Beta2
Reporter: Ron Sigal
Assignee: Ron Sigal
Fix For: 3.1.0.Beta3
The ConcurrentMaps remoteClasses, localClasses, and localClassWriters in
org.jboss.remoting3.RemoteClassTable are accessed before they are initialized.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira