Hi, I have a GUI calling some web services.
I want both GUI and web services log their own exceptions.

For example, if the GUI cannot call the web service, GUI should log it.
But if the web service cannot accomplish its operation, web service should log it.

Here comes the problem.
Even I have set different log4j property file names for web service and GUI classes, I'am getting the following log.
I have never set the  level to debug.
Any idea why I am getting these debugs.

Thanks.

[23 Kas 2004 14:15:40] DEBUG [AWT-EventQueue-0] i18n.ProjectResourceBundle (ProjectResourceBundle.java:303) - getBundle(org.apache.axis,org.apache.axis.i18n,resource,null,...)
[23 Kas 2004 14:15:40] DEBUG [AWT-EventQueue-0] i18n.ProjectResourceBundle (ProjectResourceBundle.java:462) - loadBundle: Ignoring MissingResourceException: Can't find bundle for base name org.apache.axis.resource, locale tr_TR
[23 Kas 2004 14:15:40] DEBUG [AWT-EventQueue-0] i18n.ProjectResourceBundle (ProjectResourceBundle.java:357) - Created org.apache.axis.i18n.resource, linked to parent null
[23 Kas 2004 14:15:40] DEBUG [AWT-EventQueue-0] i18n.ProjectResourceBundle (ProjectResourceBundle.java:303) - getBundle(org.apache.axis,org.apache.axis.utils,resource,null,...)
[23 Kas 2004 14:15:41] DEBUG [AWT-EventQueue-0] i18n.ProjectResourceBundle (ProjectResourceBundle.java:462) - loadBundle: Ignoring MissingResourceException: Can't find bundle for base name org.apache.axis.utils.resource, locale tr_TR
[23 Kas 2004 14:15:41] DEBUG [AWT-EventQueue-0] i18n.ProjectResourceBundle (ProjectResourceBundle.java:462) - loadBundle: Ignoring MissingResourceException: Can't find bundle for base name org.apache.axis.resource, locale tr_TR
[23 Kas 2004 14:15:41] DEBUG [AWT-EventQueue-0] i18n.ProjectResourceBundle (ProjectResourceBundle.java:367) - Root package not found, cross link to org.apache.axis.i18n.resource
[23 Kas 2004 14:15:41] DEBUG [AWT-EventQueue-0] i18n.ProjectResourceBundle (ProjectResourceBundle.java:367) - Root package not found, cross link to org.apache.axis.i18n.resource
[23 Kas 2004 14:15:41] DEBUG [AWT-EventQueue-0] i18n.ProjectResourceBundle (ProjectResourceBundle.java:111) - org.apache.axis.i18n.resource::handleGetObject(engineConfigLoadFactory)
[23 Kas 2004 14:15:41] DEBUG [AWT-EventQueue-0] configuration.EngineConfigurationFactoryFinder (EngineConfigurationFactoryFinder.java:245) - Factory org.apache.axis.configuration.EngineConfigurationFactoryServlet Ignored: unable to load/resolve class.
[23 Kas 2004 14:15:41] DEBUG [AWT-EventQueue-0] i18n.ProjectResourceBundle (ProjectResourceBundle.java:111) - org.apache.axis.i18n.resource::handleGetObject(engineFactory)
[23 Kas 2004 14:15:41] DEBUG [AWT-EventQueue-0] configuration.EngineConfigurationFactoryFinder (EngineConfigurationFactoryFinder.java:180) - Got EngineFactory: org.apache.axis.configuration.EngineConfigurationFactoryDefault
[23 Kas 2004 14:15:41] DEBUG [AWT-EventQueue-0] axis.AxisEngine (AxisEngine.java:180) - Enter: AxisEngine::init
[23 Kas 2004 14:15:41] DEBUG [AWT-EventQueue-0] i18n.ProjectResourceBundle (ProjectResourceBundle.java:111) - org.apache.axis.i18n.resource::handleGetObject(attachEnabled)
[23 Kas 2004 14:15:41] DEBUG [AWT-EventQueue-0] utils.JavaUtils (JavaUtils.java:1188) - Attachment support is enabled?  false
[23 Kas 2004 14:15:41] DEBUG [AWT-EventQueue-0] i18n.ProjectResourceBundle (ProjectResourceBundle.java:111) - org.apache.axis.i18n.resource::handleGetObject(oddDigits00)
[23 Kas 2004 14:15:41] DEBUG [AWT-EventQueue-0] i18n.ProjectResourceBundle (ProjectResourceBundle.java:111) - org.apache.axis.i18n.resource::handleGetObject(badChars01)
[23 Kas 2004 14:15:41] DEBUG [AWT-EventQueue-0] axis.AxisEngine (AxisEngine.java:199) - Exit: AxisEngine::init
[23 Kas 2004 14:15:41] DEBUG [AWT-EventQueue-0] description.OperationDesc (OperationDesc.java:267) - @df2d38 added parameter >name:       in0
typeEntry:  null
mode:       IN
isReturn:   false
typeQName:  {http://www.w3.org/2001/XMLSchema}string
javaType:   class java.lang.String
inHeader:   false
outHeader:  false
@11e831<total parameters:1
[23 Kas 2004 14:15:41] DEBUG [AWT-EventQueue-0] description.OperationDesc (OperationDesc.java:267) - @df2d38 added parameter >name:       in1
typeEntry:  null
mode:       IN
isReturn:   false
typeQName:  {http://www.w3.org/2001/XMLSchema}string
javaType:   class java.lang.String
inHeader:   false
outHeader:  false
@1a2f02e<total parameters:2
[23 Kas 2004 14:15:41] DEBUG [AWT-EventQueue-0] description.OperationDesc (OperationDesc.java:267) - @df2d38 added parameter >name:       in2
typeEntry:  null
mode:       IN
isReturn:   false
typeQName:  {http://www.w3.org/2001/XMLSchema}string
javaType:   class java.lang.String
inHeader:   false
...
...
...
....








======================
Metin ZAVRAK
Yazılım Geliştirme Mühendisi
Oksijen Teknoloji

0 543 502 03 63
[EMAIL PROTECTED]
======================
Verba volent, scripta manent.
(Söz uçar, yazı kalır).

Reply via email to