Okay, renaming my local maven repository worked. Thanks, Rob.
Type: Posts; User: John Thoms; Keyword(s):
Okay, renaming my local maven repository worked. Thanks, Rob.
./gradlew -version
------------------------------------------------------------
Gradle 1.0
------------------------------------------------------------
Gradle build time: Tuesday, June 12, 2012...
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...
Hi,
I have the following interface for UserAccount account bean with String properties for username and password:
public interface UARepository extends MongoRepository<UserAccount, String> {...
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...
You can add rejection-policy="DISCARD" or "DISCARD_OLDEST" or "CALLER_RUNS" to the task:executor instance.
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...
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...
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...
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...
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...
Thanks, James, and sorry about the dup. issue; Will give your code a try!
Here's the issue for SpringJMS JsonMessageConverter
http://jira.springframework.org/browse/SPR-7404
Noticed a similar implementation for spring-amqp also:...
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...
I upgraded the latest dmServer (2.0.1) to Spring 3.0.2 by replacing the Spring jars and .libd files in repository/ext
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...
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...
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...