Given the frequency though, I'd guess the client object isn't being reused.  
These are meant to be long lived objects, with much better performance if they 
get reused.  Used too frequently there may be some CGLIB related memory 
increase since it has to recompile a new Class instance for each use.

-----Original Message-----
From: Daniel Kulp [mailto:[email protected]] 
Sent: Tuesday, May 31, 2011 11:50 AM
To: [email protected]
Cc: Talal (Anthony) Rabaa
Subject: Re: 'Creating Service' Logs

On Monday, May 30, 2011 11:47:41 AM Talal (Anthony) Rabaa wrote:
> Good Morning,
> 
> I have a service that, when run internally has no issues.  However
> recently our client has informed us of log messages popping up in
> catalina.out that may be related to Tomcat crashing.  I did some
> searching around last Friday but have yet to determine whether this
> may be a problem with Tomcat, CXF or maybe not an issue at all.
> 
> The client is reporting the following messages are being generated
> every four seconds.  Has anybody seen such an issue before?  Your help
> is greatly appreciated!  Note, I've modified the second line to mask
> the true values.
> 
> 27-May-2011 5:53:01 AM
> org.apache.cxf.service.factory.ReflectionServiceFactoryBean
> buildServiceFromClass
> INFO: Creating Service {http://fqdm/service/}service from class
> some.package.Service


That just means that a Service object is being created internally from a Class 
and not from a WSDL.    That could be a server of some sort or a client proxy.  
   
Pretty much normal if you use CXF.



-- 
Daniel Kulp
[email protected]
http://dankulp.com/blog
Talend - http://www.talend.com

Reply via email to