Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 1.0.0.Alpha5
-
Component/s: JBoss AS Containers
-
Labels:None
Description
Both the AS 5.1 and 6.0 implementations of JbossRemoteContainer have:
import com.sun.net.httpserver.HttpExchange;
import com.sun.net.httpserver.HttpHandler;
import com.sun.net.httpserver.HttpServer
Recommend an external dependency on a safe alternative like apache-httpcomponent's HttpClient or Jetty, ie:
Gliffy Diagrams
Issue Links
- is blocked by
-
SHRINKWRAP-254
Support creation of URLs from a Archive
-
- Open
-
Or, if instead we back the remote containers into the JBossAS Server Manager project, we get an API for deployment:
http://anonsvn.jboss.org/repos/jbossas/projects/server-manager/trunk/src/main/java/org/jboss/jbossas/servermanager/Server.java
This would also get us a clear resolution towards
ARQ-48