Done: https://jira.springsource.org/browse/SPR-9547
Type: Posts; User: akuhtz; Keyword(s):
Done: https://jira.springsource.org/browse/SPR-9547
Hi,
I'm using Spring-3.1.1 and I have a question if the ResourceUtils correctly checks for JNLP connection ...
The following code should check if the connection is a JNLP connection.
/**
...
Unfortunately the latest version of jide-oss is not in the repo you specified (just up to 2.10.2). But you can either download the newest version of jide-oss and put it into your local repo or change...
Hi Lieven,
Many thanks for working on the project again. I've pulled the code from the repo and had to manually remove 2 imports to get it run (after importing the jide-oss to my repo).
Is there...
We use rules source for validation too and I'm looking forward to see Spring RCP solutions to use Spring 3.
Hi Lieven,
... yes I've seen that it would be more than just replacing some lines of code. The ReflectiveVisitorHelper is one problem but I think the whole binding and conversion functionality...
Hello,
Are there currently any plans to upgrade SpringRich to use Spring 3.0? (There is a problem with the CollectionConverter class that prevents to use Spring 3.0 as a dropin ...)
Best...
Hi,
I have the same problem. Did you find a solution?
I had this problem some weeks ago and I fixed it with hacking the code in the xswingx library (where the searchfield comes from) to get it work again. If you like me to provide a patch I can do that,...
Yes you can ...
Object beanToRegister = ....
if (beanToRegister instanceof ApplicationContextAware) {
// set the application context
ApplicationContext context = (ApplicationContext)...
The problem withthe 1px height can be solved by overwriting the getPreferredSize() method in org.springframework.richclient.list.TextValueListRenderer:
public Dimension getPreferredSize()...
I can reproduce your problem. To get it work run
mvn install (without skiping the tests). This worked for me. It seams that after the *-test* are installed once in your local repo it works. Hope...
The idea was to add this to your pom.xml under repositories to get the springframework from there.
...
<repositories>
<repository>
<id>spring</id>
<name>Spring...
Use this repo to get 2.5.2:
http://s3.amazonaws.com/maven.springframework.org/release
Have you started the AMQ-broker on tcp://localhost:61616?
Hi,
I had the same problem and it was solved when I added the exclusions that are in the hibernate to the hibernate-entitymanager, too (exclude the asm and cglib dependencies).
I've tested with the current 5.0-SNAPSHOT .... download it and check if the problem still exists. You could also check with the JConsole how many consumers are currently connected.
I get the same INFO message when I connect a 2nd client as consumer with the same clientId property. If you use durable subscriptions you must specify a unique clientId value for each consumer.
Hi,
I've tested my sample with your configuration but I didn't see this message. Which version of AMQ do you use?
2nd question: I think this is because you have a JMS topic and not a JMS queue....
Hi,
I've a problem with the automatic reconnect after a network failure when I use the DefaultMessageListenerContainer with the "sessionTransacted" property set to "true".
It seems that if the...
Hi Markus,
This sounds like your code causes something that has an impact on the call of setLocationRelativeTo(parent) in the ApplicationDialog class. If the setLocationRelativeTo() is called and...