with the new surefire config it was solved with setting the reuseForks=false, executes each test class in its own JVM process, one after another.
<plugin>
...
Type: Posts; User: altfatterz; Keyword(s):
with the new surefire config it was solved with setting the reuseForks=false, executes each test class in its own JVM process, one after another.
<plugin>
...
I am wondering how to inject a Resource as a dependency in @Service bean. Is it possible?
I see just a
util:property-path construct to expose a property file as a bean, but that is limited to...
Using the spring-android-showcase application I cannot get the spring-android-rest-template:jar:1.0.0.M4 from
http://maven.springframework.org/milestone repository
Do you have this issue?
Hi,
I also would be interested in using MockMvc, but is currently not included in Spring 3.1.0.M2
In which milestone or RC version will be included?
Thank you.
If you use vFabric the directory to delete is:
..\vfabric-tc-server-developer-2.5.0.RELEASE\tcServer\insight\data\
Thank you very much for help. I was trying to figure out this four hours now :)
Thank you Roy!
Hi,
I receive the following compile error with spring-android-showcase-client:
The method findPrimaryConnectionToApi(Class<Facebook>) is undefined for the type ConnectionRepository
Haven't...
I would be also interested in Spring RMI - Weblogic integration.
Any weblogic specific RmiProxyFactoryBean in the future?
Cheers,
Zoltan
Thanks, I thought so too that is a small issue in the API.
Hi,
I would be interested why the following method is not static?
ResponseMatcher.payload(Resource payload)
The testing framework in spring ws 2.0 rocks!
Cheers,
Zoltan
Hi,
I doesn't work for me either. I am using tc Server v6.0 with Spring 2.5.6.SEC01 and Apache CXF 2.2.4
My web.xml is:
<context-param>
<param-name>contextConfigLocation</param-name>
...
Hi,
After building the booking-portlet-mvc source from spring-webflow-2.0.8.RELEASE and deploying to pluto-1.1.7
I receive the following error:
java.lang.IllegalStateException: Unable to...
It complains about it cannot create the SAX parser.
D:\data\myLearning\Spring\source\spring-ws-1.5.7\oxm\build-maven2.xml:38: Unable to create SAX parser.
at...
Hi,
I have built the swf-booking-portlet-faces.war from the Spring Web Flow 2.0.5 release. I needed to add the following to lines to the projects/build-spring-webflow/build.xml
...
Hi,
I received the following exception when trying to deploy the swf-booking-portlet-faces.war application on pluto 1.1.6 (using the bundled version with tomcat 5.5)
ERROR:...
Ok, I solved it.
I didn't pay attention that my new pooled connection source needs to be injected into myTransactionAwareContextSourceProxy so the
myPoolingContextSource was not instantiated at all.
Hi,
So as I understand if I use:
<bean id="contextSourceTarget" class="org.springframework.ldap.core.support.LdapContextSource">
...
<property name="pooled" value="true" /> <!-- this is...
Thanks Luke,
Basically I would like to replace the AuthenticationProcessingFilter because I need SSO but just inside a container, not container independent solution like CAS.
Is there in spring...
Hi,
I would like to replace the AUTHENTICATION_PROCESSING_FILTER.
I added something like this to my security-config.xml, based on the developer guide:
<bean id="myAuthenticate"...
Other question came to my mind:
Single sign out can be made with CAS?
Hi
I tried the cas sample from the 2.0.1 following the readme.txt inside the cas dir.
I observed that the logout in cas-sample does not work properly.
When accessing a secure page for the...