I worked a little with support on this one and right now MessageDispatcherServlet does not have a way of passing in rgw root context. For the normal Spring MVC DispatcherServlet there is a...
Type: Posts; User: mdiskin; Keyword(s):
I worked a little with support on this one and right now MessageDispatcherServlet does not have a way of passing in rgw root context. For the normal Spring MVC DispatcherServlet there is a...
I'm was looking at moving away from the xml config and removing web.xml elements and wanted to see if someone has a good example of how to configure the Spring WS @Bean and also the servlet elements...
I'm having a problem with maven in finding these jars.
There is some overlap in these two projects in particular to email and JMS functions. This would allow for a focus sub-project for the web service frameworks abstraction.
Since the Spring platform...
We built our own common data framework a number of years ago and would like to port over. How extensible is the spring data base?
For example in our base we have a choice of Page and Range (from...
I opened up a issue in JIRA for this https://jira.springsource.org/browse/SWS-711
URL http://artifactory.springsource.com:80/release/
In our Nexus we have the download indexes,auto blocking on.
We had to ask support for create an support account and password so we could use...
It's a private maven repo you can have access once you purchase the spring edition support.
I use ClearTrust but in our case the request header is 'ct-remote-user'.
Like the prior comment - You'll have to have the DelegatingFilterProxy filter and filter-mapping set.
Also check that...
The object size has some size constraints due to the nature that the data is serialized in the html response. Is the times you get a null maybe due to the size of the object been passed?
To get...
We have an existing JSF/Facelets/Webflow app using Spring Security.
It we add a Flex object onto the page using a4x it working nicely as this comes in as a POST and will pass-thru the security...
Also used the DTO and Dozer why would you want to expose your hibernate domain classes everywhere in our SOA efforts that would lead to a very weak architecture.
I have an existing wtp app deployed to tomcat 6.0.18 and go to the sts2.1 tcserver and add this same project to it. I then say deploy and also tried just starting but nothing is showing under the wtp...
I'm using the base (unzip) config. It works to the dm server, but not to the tcserver.
I'm getting this error when I try and apply this patch?
Jan 13, 2009 11:43:14 AM javax.faces.component.UIInput updateModel
SEVERE: /WEB-INF/flows/main/home.xhtml @109,50...
By removing setSelected()
We break the other selected functionality -
ava.lang.NoSuchMethodError: org.springframework.faces.model.SelectionAware.setSelected(Z)V...
I noticed on one powerpoint for '09 spring releases that ROO is back on the roadmap for Q4'09. I know it's a little early given the M1 status, but as you stated the DDD would help in solving some of...
Thanks for help...
I have a base class for all my DTO's.
public class BaseEntity <PK extends Serializable> {
public BaseEntity() {
super();
}
public BaseEntity(PK id, Long version) {
super();...
I have multiple physical databases and corresponding sessionFactory beans.
If I have a business needs to call transactional beans to get and update data (e.g. CRM data, product data) within a flow...
I had success with GraniteDS which is free and has good support for spring.
link
I've been trying to use some prebuilt JSF components such as richfaces. The ones that have actions seem to work, while the ones that use actionListeners seems to be outside the flow.
Am I missing...
org.springframework.webflow.engine.NoMatchingTransitionException: No transition found on occurence of event 'upload' in state 'home' of flow 'home' -- valid transitional criteria are...
Hi,
I'm experiencing this same problem - could you pease provide a view pointers on what helped get you over the bump.
Did you change the ViewResolver?
Did you always supply the on the view...
I'm assuming you took the booking-faces demo as you base which has the servlet uri defined in the web.xml as :
<servlet-mapping>
<servlet-name>Spring MVC Dispatcher Servlet</servlet-name>...