[ 
http://issues.apache.org/jira/browse/GERONIMO-713?page=comments#action_12315424 
] 

Aaron Mulder commented on GERONIMO-713:
---------------------------------------

Actually, I just handled the "wrapping" for all DeploymentExceptions (see 
Deployer.java:82).  That should cover the majority of cases -- but we could do 
the same for RuntimeExceptions too if we like.  It actually more like 
"unwrapping" in that I create a new exception with no chained exception and the 
message from the DeploymentException and the first chained exception, which 
seems to be adequate.  It results in a deployer message like:

Error: Unable to distribute debug.war: xml problem caused by 
jar:file:/tmp/deployer7007.tmpdir/debug.war!/WEB-INF/geronimo-web.xml:12:33: 
error: The element type "context-rloot" must be terminated by the matching 
end-tag "</context-rloot>". 

> class loader server currently cannot run on Tomcat (requires Jetty)
> -------------------------------------------------------------------
>
>          Key: GERONIMO-713
>          URL: http://issues.apache.org/jira/browse/GERONIMO-713
>      Project: Geronimo
>         Type: Task
>   Components: Tomcat
>     Reporter: John Sisson
>     Assignee: Gianny Damour

>
> The j2ee-remote-classloading-deployer-plan.xml is currently Jetty specific.  
> It specifes the class 
> org.apache.geronimo.classloaderserver.http.HTTPClassLoaderServer, which uses 
> Jetty classes.
> It looks like a Tomcat version of the class loader server needs to be 
> developed.
> For a description of remote class loading, see 
> http://svn.apache.org/viewcvs?view=rev&rev=158589
> Once implemented, the wiki page http://wiki.apache.org/geronimo/Tomcat  needs 
> to be updated.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to