I am using Struts 1.1 W/ Dynaforms, multiple struts config files (4), 
mutiple tiles def files(4). I am using WSAD 5.0 for development and 
deployed on Unix environment. 
 
At the start up of the home page on Unix i see enormous debug 
statements, which causing me to wait for 5 mins for the page. Looks like they 
are xml parser debug statements. I dont see this problem when i am 
running the application in WSAD on my local.
 
Can any one help me with this problem.
Thanks
Raj
 
----------------------------------------------------------
 
ignorableWhitespace(  )
startElement(,action,action)
  Pushing body text ''
  New match='struts-config/action-mappings/action'
  Fire begin() for FactoryCreateRule[className=null, attributeName=null, [EMAIL 
PROTECTED]
[FactoryCreateRule]{struts-config/action-mappings/action} New 
org.apache.struts.action.ActionMapping
  Fire begin() for SetPropertiesRule[]
[SetPropertiesRule]{struts-config/action-mappings/action} Setting property 'path' to 
'/sheraton'
[SetPropertiesRule]{struts-config/action-mappings/action} Setting property 'type' to 
'com.manheim.faao.action.pb.PublicAction'
[SetPropertiesRule]{struts-config/action-mappings/action} Setting property 'validate' 
to 'false'
[SetPropertiesRule]{struts-config/action-mappings/action} Set 
org.apache.struts.action.ActionMapping properties

  Using converter [EMAIL PROTECTED]
  
setProperty(ActionConfig[path=null,scope=session,type=com.manheim.faao.action.pb.PublicAction,
 path, /sheraton)
Convert string '/sheraton' to class 'java.lang.String'
  Using converter [EMAIL PROTECTED]
  
setProperty(ActionConfig[path=/sheraton,scope=session,type=com.manheim.faao.action.pb.PublicAction,
 validate, false)
Convert string 'false' to class 'boolean'
  Using converter [EMAIL PROTECTED]
  Fire begin() for SetNextRule[methodName=addActionConfig, 
paramType=org.apache.struts.config.ActionConfig]
ignorableWhitespace()
ignorableWhitespace(
)
ignorableWhitespace(   )
startElement(,forward,forward)
  Pushing body text ''
  New match='struts-config/action-mappings/action/forward'
  Fire begin() for ObjectCreateRule[className=org.apache.struts.action.ActionForward, 
attributeName=className]
[ObjectCreateRule]{struts-config/action-mappings/action/forward}New 
org.apache.struts.action.ActionForward
  Fire begin() for SetPropertiesRule[]
[SetPropertiesRule]{struts-config/action-mappings/action/forward} Setting property 
'name' to 'success'
[SetPropertiesRule]{struts-config/action-mappings/action/forward} Setting property 
'path' to 'faao.public.sheraton'
[SetPropertiesRule]{struts-config/action-mappings/action/forward} Set 
org.apache.struts.action.ActionForward properties
BeanUtils.populate(ForwardConfig[name=null,path=null,redirect=false,contextRelative=false],
 {name=success, path=faao.public.sheraton})
  setProperty(ForwardConfig[name=null,path=null,redirect=false,contextRelative=false], 
name, success)
Convert string 'success' to class 'java.lang.String'
  Using converter [EMAIL PROTECTED]
  
setProperty(ForwardConfig[name=success,path=null,redirect=false,contextRelative=false],
 path, faao.public.sheraton)
Convert string 'faao.public.sheraton' to class 'java.lang.String'
  Using converter [EMAIL PROTECTED]
  Fire begin() for SetNextRule[methodName=addForwardConfig, 
paramType=org.apache.struts.config.ForwardConfig]
endElement(,forward,forward)
  match='struts-config/action-mappings/action/forward'
  bodyText=''
  Fire body() for ObjectCreateRule[className=org.apache.struts.action.ActionForward, 
attributeName=className]
  Fire body() for SetPropertiesRule[]
  Fire body() for SetNextRule[methodName=addForwardConfig, 
paramType=org.apache.struts.config.ForwardConfig]
  Popping body text ''
  Fire end() for SetNextRule[methodName=addForwardConfig, 
paramType=org.apache.struts.config.ForwardConfig]
[SetNextRule]{struts-config/action-mappings/action/forward} Call 
org.apache.struts.action.ActionMapping.addForwardConfig(ForwardConfig[name=success,path=faao.public.sheraton,redirect=false,contextRelative=false])
Matching name=addForwardConfig on class org.apache.struts.action.ActionMapping
Found straight match: public void 
org.apache.struts.config.ActionConfig.addForwardConfig(org.apache.struts.config.ForwardConfig)
isPublic:true
  Fire end() for SetPropertiesRule[]
  Fire end() for ObjectCreateRule[className=org.apache.struts.action.ActionForward, 
attributeName=className]
[ObjectCreateRule]{struts-config/action-mappings/action/forward} Pop 
org.apache.struts.action.ActionForward
ignorableWhitespace()



---------------------------------
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software

Reply via email to