It took me a while to work out how the JMS Samples were working and what they were doing.
I already had ActiveMQ running and couldn't understand why I couldn't see any messages on my queues (it was...
Type: Posts; User: opticyclic; Keyword(s):
It took me a while to work out how the JMS Samples were working and what they were doing.
I already had ActiveMQ running and couldn't understand why I couldn't see any messages on my queues (it was...
Its amazing how posting a question seems to organise your brain!
spring-jms-3.0.5.RELEASE.jar is not the right jar!
Looking at the pom.xml I see that the spring-integration-jms dependency (lines...
I'm struggling to run the jms sample.
Exception in thread "Main Thread" org.springframework.beans.factory.parsing.BeanDefinitionParsingException:
Configuration problem: Unable to locate Spring...
It's becoming a little clearer now.
Since nothing was being copied when I first ran the tests, it wasn't immediately clear that it was the spring magic beans that was doing the copying.
It looked...
Thanks.
It was due to Intellij IDEA being not so intelligent and changing "file:${java.io.tmpdir}/spri...." to look like ""file:$../spri...." !!
I'm still a bit surprised that the test doesn't...
This may sound like a bit of a dumb question, but why doesn't the File Copy Demo actually copy any files?
I just git cloned the samples and tried to run...
My company pays for Intellij IDEA Ultimate so I have always thought that anything eclipse based sucks ball in comparison :D
However, I like free stuff so I always keep an eye out on each release...
Is Valkyrie released now?
I don't want to start a new project with Spring RC if it isn't in the public maven repos.
i.e. I don't want to git pull, build and publish my own maven repo.
If it is...
I have been trying out different LAFs with my project, but so far I just have been changing the lookAndFeelConfigurer in the context xml.
Are there any demos that change the Look and Feel on the...
Nice. Thanks.
The more I look at it, though, the more I prefer the visual effects of MyDoggy to VLDocking (especially as I use IDEA as my IDE and MyDoggy seeks to emulate it!).
The work with...
How much Spring RCP code is there "out there"?
Make it version 2.0. Anyone with existing code just keeps using what they already have.
If they want some particular new feature only in v2 then they...
It looks like you are using caches in your application but you haven't configured the ehcache xml correctly (or at all).
It is then searching the classpath for one and is picking up the one...
Can someone upload a working MyDoggy example so that I can use it as a template please.
This is going to sound lame, but have you just tried calling the repaint method?
You probably shouldn't have to, but I am only just starting myself and haven't got any other better suggestions off...
The main thing that the project needs is someone to pull all the documentation together in one place and provide transparancy on what to use and how to use it.
Is there going to be a consolidation...
Is there any work going on with InfoNode?
Their demo looks pretty good and it would be nice if it was integrated:
http://www.infonode.net/index.html?idwdemo
If anyone else is reading and having similar problems I have created a simple project using maven and attached it here.
The project uses Bluebell on top of Spring RC.
It has VLDocking and has a...
So what is the current recommended route if you want to add docking and you are using maven?
I have been following these tutorials as in introduction to Spring RC
http://java.dzone.com/news/spring-rcp-tutorial
They all worked fine as the Netbeans plugin contained a full version of...