I just started looking at using Struts v05 with JBoss.  I haven't tried 
using it with JBoss yet, but in going through the code, have found multiple 
places where Class.forName() is used to create new instances, rather than 
using the ContextClassloader.  In particular, the struts method 
org.apache.struts.action.ActionMappingBase::createActionInstance(), uses 
Class.forName() to create the "action" instance to process an http request.

Questions:

1. Is this a problem, if I use Tomcat/Struts in-VM with JBoss?  How about 
in separate VMs (I wouldn't expect so)?

2. Does anyone using Struts happen to know if later versions have changed 
to use ContextClassloader?

Thanks very much,

--------------------
Rick Horowitz


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to