[arquillian-issues] [JBoss JIRA] Commented: (ARQ-57) JBossAS Remote Containers Depend upon Sun JDK

Andrew Lee Rubinger (JIRA) jira-events at lists.jboss.org
Fri Feb 5 09:43:20 EST 2010


    [ https://jira.jboss.org/jira/browse/ARQ-57?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12510641#action_12510641 ] 

Andrew Lee Rubinger commented on ARQ-57:
----------------------------------------

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

> JBossAS Remote Containers Depend upon Sun JDK
> ---------------------------------------------
>
>                 Key: ARQ-57
>                 URL: https://jira.jboss.org/jira/browse/ARQ-57
>             Project: Arquillian
>          Issue Type: Bug
>          Components: Jboss Containers
>            Reporter: Andrew Lee Rubinger
>            Assignee: Pete Muir
>
> 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:
> http://anonsvn.jboss.org/repos/jbossas/projects/ejb-book/trunk/ch07-rsscache/src/test/java/org/jboss/ejb3/examples/ch07/rsscache/RssCacheTestCaseBase.java

-- 
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

        


More information about the arquillian-issues mailing list