[JBoss JIRA] Created: (JBADMCON-148) Apply correct licensing text in source files
by Peter Johnson (JIRA)
Apply correct licensing text in source files
--------------------------------------------
Key: JBADMCON-148
URL: http://jira.jboss.com/jira/browse/JBADMCON-148
Project: JBoss Admin Console
Issue Type: Task
Components: General Console
Affects Versions: 1.1 alpha
Environment: all
Reporter: Peter Johnson
Assigned To: chi lin
Fix For: 1.1 alpha
The current source files contain the following header text:
/*
* JBoss, the OpenSource J2EE webOS
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
This should be changed to:
/*
* JBoss, Home of Professional Open Source
* Copyright 2005, JBoss Inc., and individual contributors as indicated
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of
* the License, or (at your option) any later version.
*
* This software is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this software; if not, write to the Free
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
* 02110-1301 USA, or see the FSF site: http://www.fsf.org.
*/
--
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] Created: (JBREM-583) Fix ConcurrentModificationException in MultiplexingManager.notifySocketsOfException()
by Ron Sigal (JIRA)
Fix ConcurrentModificationException in MultiplexingManager.notifySocketsOfException()
-------------------------------------------------------------------------------------
Key: JBREM-583
URL: http://jira.jboss.com/jira/browse/JBREM-583
Project: JBoss Remoting
Issue Type: Task
Security Level: Public (Everyone can see)
Affects Versions: 2.0.0.GA (Boon)
Reporter: Ron Sigal
Assigned To: Ron Sigal
Fix For: 2.0.0.GA (Boon)
Michael Voss has reported the following exception:
> Exception in thread "output:-20398" java.util.ConcurrentModificationException
> at java.util.HashMap$HashIterator.nextEntry(Unknown Source)
> at java.util.HashMap$ValueIterator.next(Unknown Source)
> at org.jboss.remoting.transport.multiplex.MultiplexingManager.notifySocketsOfException(MultiplexingManager.java:2139)
> at org.jboss.remoting.transport.multiplex.MultiplexingManager.setWriteException(MultiplexingManager.java:2113)
> at org.jboss.remoting.transport.multiplex.OutputMultiplexor$OutputThread.doRun(OutputMultiplexor.java:477)
> at org.jboss.remoting.transport.multiplex.utility.StoppableThread.run(StoppableThread.java:54)
--
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