hi,
I use Spring 2.1, JSF 1.2 and Tomcat 6. A similar question was posed on this forum a year ago, but it did not help me.
I have set everything up and want to inject a spring bean into a jsf...
Type: Posts; User: raoul schmidiger; Keyword(s):
hi,
I use Spring 2.1, JSF 1.2 and Tomcat 6. A similar question was posed on this forum a year ago, but it did not help me.
I have set everything up and want to inject a spring bean into a jsf...
Hi Arjen,
Thanks a lot for your precise help. That was obviously the problem. Sorry I did not realize. Thank you!
Regards Raoul
Hi Arjen,
thanks a lot for your help, I did not find anything on this on google or in the documentation. however, i still run into the same problem, it looks like spring creates four instances of...
Hello,
I run into a problem when using spring-ws together with Flickr. Looks like their respons HTTP header follows the Soap 1.2 standard by sending a content type of application/soap+xml.
I...
Hi,
with defaultAutoCommit=true, I still have full control over transactions. It only kicks in, when I do not use @Transactional, aka Transactions...
I tested this on my setup. Or am I...
Hi,
I just had the same problem (hibernate 3, spring 2.1, tomcat 5.5, win xp). I solved it by turning defaultAutoCommit to true:
<property name="defaultAutoCommit" value="true"/>
in the...
Hi,
I had this problem as well. However I am not sure what finally fixed it, but I cleaned up my lib dir, aka my CLASSPATH, it now looks like this:
...
Hi,
I have a problem with registring beans in the rmiregistry. I am using Spring 2.1, Java 1.6, Tomcat 5.5 and all on windows xp.
I have the following JMX related spring setup
<bean...
Hi,
I have pretty much the same setup in the config file and I get the same error even with the
depends-on="registry"
set in the serverConnector bean definition. It looks like the registry...
Ok. Looks as if I missunderstood the "plug and play" property of Webflow...
Yes it is agnostic of the MVC framework it works with. Its tied to that using FlowController, ExternalContext and...
hello all,
I have not quite understood, how to replace or use the Spring MVC MultiActionController way with the Spring WebFlow way of doing things. Especially navigating in between views.
As...