Search:

Type: Posts; User: altfatterz; Keyword(s):

Search: Search took 0.02 seconds.

  1. with the new surefire config it was solved with...

    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>
    ...
  2. Resources as dependencies in a @Service bean

    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...
  3. Missing spring-android-rest-template:jar:1.0.0.M4

    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?
  4. Hi, I also would be interested in using MockMvc,...

    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.
  5. If you use vFabric the directory to delete is: ...

    If you use vFabric the directory to delete is:

    ..\vfabric-tc-server-developer-2.5.0.RELEASE\tcServer\insight\data\
  6. Thank you very much for help. I was trying to...

    Thank you very much for help. I was trying to figure out this four hours now :)
  7. Thank you Roy!

    Thank you Roy!
  8. compile error in spring-android-showcase-client with facebook and twitter features

    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...
  9. I would be also interested in Spring RMI -...

    I would be also interested in Spring RMI - Weblogic integration.
    Any weblogic specific RmiProxyFactoryBean in the future?

    Cheers,
    Zoltan
  10. Thanks, I thought so too that is a small issue in...

    Thanks, I thought so too that is a small issue in the API.
  11. server side testing endpoint spring ws 2.0

    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
  12. Hi, I doesn't work for me either. I am using...

    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>
    ...
  13. Replies
    8
    Views
    6,881

    exception in booking-portlet-mvc from spring-webflow-2.0.8.RELEASE

    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...
  14. cannot build spring-ws-1.5.7 with Java 1.6

    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...
  15. NoClassDefFoundError deploying swf-booking-portlet-faces.war

    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


    ...
  16. NoSuchMethodError with swf-booking-portlet-faces.war

    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:...
  17. Replies
    5
    Views
    1,286

    Ok, I solved it. I didn't pay attention that my...

    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.
  18. Replies
    5
    Views
    1,286

    Hi, So as I understand if I use:

    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...
  19. Replies
    3
    Views
    954

    Thanks Luke, Basically I would like to replace...

    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...
  20. Replies
    3
    Views
    954

    adding own filter

    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"...
  21. Replies
    6
    Views
    2,261

    Other question came to my mind: Single sign...

    Other question came to my mind:

    Single sign out can be made with CAS?
  22. Replies
    6
    Views
    2,261

    Hi I tried the cas sample from the 2.0.1...

    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...
Results 1 to 22 of 22