You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by George Christman <gc...@cardaddy.com> on 2012/08/22 03:12:38 UTC

[DEBUG]AppModule.VehicleDAO Invoking constructor

I'm wondering if someone could tell me what this warning in the console
means? I see them every time a service is called. 

[DEBUG]AppModule.VehicleDAO Invoking constructor
com.company.community.dao.impl.VehicleDAOImpl() (at VehicleDAOImpl.java:25)
via com.company.community.services.AppModule.bind(ServiceBinder) (at
AppModule.java:60) (for service 'VehicleDAO')



--
View this message in context: http://tapestry.1045711.n5.nabble.com/DEBUG-AppModule-VehicleDAO-Invoking-constructor-tp5715703.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: [DEBUG]AppModule.VehicleDAO Invoking constructor

Posted by George Christman <gc...@cardaddy.com>.
Okay, thanks Thiago. 



--
View this message in context: http://tapestry.1045711.n5.nabble.com/DEBUG-AppModule-VehicleDAO-Invoking-constructor-tp5715703p5715706.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: [DEBUG]AppModule.VehicleDAO Invoking constructor

Posted by Thiago H de Paula Figueiredo <th...@gmail.com>.
On Tue, 21 Aug 2012 22:12:38 -0300, George Christman  
<gc...@cardaddy.com> wrote:

> I'm wondering if someone could tell me what this warning in the console
> means? I see them every time a service is called.
>
> [DEBUG]AppModule.VehicleDAO Invoking constructor
> com.company.community.dao.impl.VehicleDAOImpl() (at  
> VehicleDAOImpl.java:25)
> via com.company.community.services.AppModule.bind(ServiceBinder) (at
> AppModule.java:60) (for service 'VehicleDAO')

Is VehicleDAO a perthread service? If yes, this is absolutely normal when  
you leave the debug level at DEBUG for everything.

-- 
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org