Hi there,
I am using Spring MVC 3 and Web Flow 2.3.
I wish to present a workflow in a popup.
The web flow definition <view-state> has attribute "popup", but it does not work. The...
Type: Posts; User: Yan Zhou; Keyword(s):
Hi there,
I am using Spring MVC 3 and Web Flow 2.3.
I wish to present a workflow in a popup.
The web flow definition <view-state> has attribute "popup", but it does not work. The...
Hi there,
After I install Spring Tool Suite 2.5.1 and start up app., it runs fine, and I see logs in console, but I do not see catalina.out anywhere.
Where is the log created? Should not this...
here is the log
01/18/2011 17:03:02 [main] WARN BrokerRegistry - Broker localhost not started so using myBroker instead
01/18/2011 17:03:02 [main] INFO TransportConnector - Connector...
Hi there,
I am using Spring with Active-MQ. I have three active-mq queues, each has 5-10 concurrent consumers. I am using cached connection factory. I have my config file at the end.
The...
Hi,
for some reason, whenever I start up Tc server, it says "waiting for change log lock..." and then stops. Where is this lock at and how can I break it?
also, i cannot seem to find...
I am getting this error when tc Server 6.0.20 starts up with my app. deployed.
Caused by: javax.naming.NameNotFoundException: Name jdbc is not bound in this Context
I have used the following...
Hi,
I am having trouble configuring LDAP with Spring for data access (NOT for authentication). I have not found any help explaining why my configuration did not work in tc Server.
As an...
I'd like to avoid building these values in Spring configuration because they become part of WAR file that is hard to change.
Having these in Tomcat is lot easier to configure/change as we promote...
Hi I want to declare a LDAP resource in tc Server's context.xml, and refer to it in my Spring App.
I just want to query LDAP for data access, NOT for authentication.
This is what I have in...