[
https://jira.jboss.org/jira/browse/JBREM-1033?page=com.atlassian.jira.plu...
]
Ron Sigal closed JBREM-1033.
----------------------------
Resolution: Done
The jars listed in the description have been replaced by the corresponding versions found
in JBossAS 5.0.0.CR2 (as of approximately 9/6/08, prior to release).
Two jars required code adjustments:
* jnpserver.jar: The API has changed somewhat, in that it's no longer sufficient to
create and start org.jnp.server.Main: Main also depends on the injection of a started
instance of org.jnp.server.NamingBean. The updates have been handled with reflective
calls, so that both old (jdk 1.4) and new (jdk 1.5) versions of jnserver.jar can be used.
* jbossweb.jar: This API has changed as well. In particular, the methods and behavior
of org.apache.tomcat.util.buf.C2BConverter have changed, which required changes to
org.jboss.remoting.transport.coyote.OutputBuffer. However, the updated C2BConverter has
adopted NIO buffers for greater efficiency, so it doesn't make sense to insert
reflective code to support both jbossweb.jar and the Tomcat jars.
As a result of the divergence of jbossweb and Tomcat, it is finally necessary to drop
support for Tomcat, which implies dropping support for the HTTP transport in the presence
of jdk 1.4. The other Remoting facilities should continue to work with jdk 1.4, and the
test suite build.xml file has been modified to run a suitable subset of the unit tests.
Upgrade jars to versions in JBossAS 5.0.0.CR2
---------------------------------------------
Key: JBREM-1033
URL:
https://jira.jboss.org/jira/browse/JBREM-1033
Project: JBoss Remoting
Issue Type: Task
Security Level: Public(Everyone can see)
Reporter: Ron Sigal
Assignee: Ron Sigal
Fix For: 2.5.0.GA (Flounder)
As JBREM-1032 "Upgrade to the latest jboss-common-core 2.2.8.GA", Remoting
unit tests should run with the jars that will ship with JBossAS 5.0.0. The following jars
need to be upgraded:
* dom4j.jar
* jnpserver.jar
* jboss-jmx.jar
* jbossweb.jar
* concurrent.jar
* servlet-api.jar
Also, jboss-j2se.jar needs to be added since some classes have been removed from
jboss-jmx.jar.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira