Search:

Type: Posts; User: John Thoms; Keyword(s):

Search: Search took 0.01 seconds.

  1. Okay, renaming my local maven repository worked....

    Okay, renaming my local maven repository worked. Thanks, Rob.
  2. ./gradlew -version...

    ./gradlew -version
    ------------------------------------------------------------
    Gradle 1.0
    ------------------------------------------------------------

    Gradle build time: Tuesday, June 12, 2012...
  3. I got similar error when building:...

    I got similar error when building:
    ~/git/spring-security $ ./gradlew build
    FAILURE: Build failed with an exception.

    * What went wrong:
    Failed to notify build listener.
    > Failed to notify build...
  4. Replies
    1
    Views
    244

    Spring data mongodb 1.0.1/1.0.2 bug?

    Hi,
    I have the following interface for UserAccount account bean with String properties for username and password:

    public interface UARepository extends MongoRepository<UserAccount, String> {...
  5. From the docs: "... consider using CALLER_RUNS...

    From the docs:
    "... consider using CALLER_RUNS to throttle inbound
    tasks. In other words, by forcing the caller to run the task itself, it will not be able to provide another task
    until after...
  6. You can add rejection-policy="DISCARD" or...

    You can add rejection-policy="DISCARD" or "DISCARD_OLDEST" or "CALLER_RUNS" to the task:executor instance.
  7. Replies
    4
    Views
    1,017

    Oleg, quick note on this workaround: I needed to...

    Oleg, quick note on this workaround: I needed to specify replyChannel in the service activator for the header-enricher to be applied, then it worked fine:

    <int:service-activator...
  8. Replies
    4
    Views
    1,017

    Actually had a problem with the http sample,...

    Actually had a problem with the http sample, using the latest SI jars (2.0.5.RELEASE), and wondering if anyone else had.
    The HttpClientDemo reply from the requestGateway should be 'Hello from the...
  9. Same issue on linux: roo appears to be attempting...

    Same issue on linux: roo appears to be attempting to upgrade to 1.1.3.BUILD-SNAPSHOT:
    On roo 1.1.2.RELEASE [rev fbc33bb] startup:
    14 upgrades available (plus 0 upgrade not visible due to your...
  10. Replies
    2
    Views
    1,863

    I have SI 2.x running against the virgo kernel...

    I have SI 2.x running against the virgo kernel runtime. The 2.x samples don't have support for OSGi built in.

    I started out in STS with the Virgo web server runtime configured, and added the...
  11. Replies
    1
    Views
    961

    M7 SI core MANIFEST.MF import/OSGi

    Hi,
    The M7 core MANIFEST.MF now imports packages:
    org.springframework.commons.serializer;version="[3.0.3,4.0.0)",
    org.springframework.commons.serializer.java;version="[3.0.3,4.0.0)"

    I found...
  12. Thanks, James, and sorry about the dup. issue;...

    Thanks, James, and sorry about the dup. issue; Will give your code a try!
  13. Here's the issue for SpringJMS...

    Here's the issue for SpringJMS JsonMessageConverter
    http://jira.springframework.org/browse/SPR-7404

    Noticed a similar implementation for spring-amqp also:...
  14. MarshallingMessageConverter

    Related question: MarshallingMessageConverter appears to handle byte and text type payloads only. I'd like to marshall JSON/Jackson beans automatically, just as MappingJacksonHttpMessageConverter for...
  15. I upgraded the latest dmServer (2.0.1) to Spring...

    I upgraded the latest dmServer (2.0.1) to Spring 3.0.2 by replacing the Spring jars and .libd files in repository/ext
  16. I had to remove xalan dependencies from 2 flex...

    I had to remove xalan dependencies from 2 flex jars (see attached MANIFEST.MFs) to get spring-flex 1.0.2 to load with my webapp.

    If you check dmServer's serviceability/logs for errors, you may...
  17. spring-flex build problem

    I get the same error under dmServer 2.

    The build is currently broken with regard to OSGi support. Check the MANIFEST.MF within the spring-flex 1.0.2 release, you will see the spring security...
  18. Replies
    5
    Views
    2,082

    DMS-1930 workaround

    In DMS M6, I used your workaround for DMS-1930 to get cglib 2.1.3 to load from the com.springsource.kernel.region.bundles section of lib/com.springsource.kernel.launch.properties (to enable remote...
Results 1 to 18 of 18