Hello Friends,
What does the following Tomcat log entry means? Is it okay to leave it
like that?
I am using appfusejsf 1.9.4.
AbandonedObjectPool is used
([EMAIL PROTECTED])
LogAbandoned: false
RemoveAbandoned: true
RemoveAbandonedTimeout: 60
This happens when I obtain the bean to evaluate the user input using
ajax4jsf
Java Source
------------
String[] path = { "classpath:META-INF/applicationContext-hibernate.xml",
"classpath:META-INF/applicationContext-service.xml",
"classpath:applicationContext-resources.xml" };
ApplicationContext applicationContext = new
ClassPathXmlApplicationContext(path);
ConcernedPersonsManager concernedPersonsManager =
(ConcernedPersonsManager)
applicationContext.getBean("concernedPersonsManager");
xhtml Source
------------
<h:outputLabel styleClass="desc" for="toDate"
value="#{text['concernedPersons.toDate']}"/>
<h:inputText styleClass="text small" id="toDate"
value="#{concernedPersonsForm.concernedPersons.toDate}">
<f:convertDateTime pattern="#{text['date.format']}"/>
<f:validator validatorId="dcbooks.concernedPersonToDateValidator"/>
<f:attribute name="fromDateObject"
value="concernedPersonsForm:fromDate"/>
<a4j:support event="onchange" reRender="toDateMessage"/>
</h:inputText>
<a4j:outputPanel ajaxRendered="true">
<t:message id="toDateMessage" for="toDate" styleClass="fieldError"/>
</a4j:outputPanel>
Thank you.
Sudheer P
--
View this message in context:
http://www.nabble.com/Tomcat-log-%27AbandonedObjectPool-is-used-%27-what-does-it-mean--tp15704926s2369p15704926.html
Sent from the AppFuse - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]