Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    226

    Issue created

    Done: https://jira.springsource.org/browse/SPR-9547
  2. Replies
    2
    Views
    226

    ResourceUtils and JNLP ...

    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.


    /**
    ...
  3. Replies
    35
    Views
    14,561

    Unfortunately the latest version of jide-oss is...

    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...
  4. Replies
    35
    Views
    14,561

    Build errors

    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...
  5. Replies
    10
    Views
    2,921

    We use rules source for validation too and I'm...

    We use rules source for validation too and I'm looking forward to see Spring RCP solutions to use Spring 3.
  6. Replies
    7
    Views
    2,665

    Hi Lieven, ... yes I've seen that it would be...

    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...
  7. Replies
    7
    Views
    2,665

    Using Spring 3.0 ?

    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...
  8. Replies
    2
    Views
    1,995

    Hi, I have the same problem. Did you find a...

    Hi,
    I have the same problem. Did you find a solution?
  9. Replies
    8
    Views
    2,382

    I had this problem some weeks ago and I fixed it...

    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,...
  10. Replies
    2
    Views
    1,367

    Yes you can ... Object beanToRegister =...

    Yes you can ...



    Object beanToRegister = ....
    if (beanToRegister instanceof ApplicationContextAware) {
    // set the application context
    ApplicationContext context = (ApplicationContext)...
  11. Replies
    10
    Views
    2,303

    Fix for 1px height empty item

    The problem withthe 1px height can be solved by overwriting the getPreferredSize() method in org.springframework.richclient.list.TextValueListRenderer:



    public Dimension getPreferredSize()...
  12. Replies
    3
    Views
    954

    mvn install

    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...
  13. Replies
    13
    Views
    5,479

    add to pom.xml

    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...
  14. Replies
    13
    Views
    5,479

    Use this repo to get 2.5.2:...

    Use this repo to get 2.5.2:
    http://s3.amazonaws.com/maven.springframework.org/release
  15. Have you started the AMQ-broker on...

    Have you started the AMQ-broker on tcp://localhost:61616?
  16. Replies
    15
    Views
    40,790

    Hi, I had the same problem and it was solved...

    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).
  17. I've tested with the current 5.0-SNAPSHOT .......

    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.
  18. I get the same INFO message when I connect a 2nd...

    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.
  19. Hi, I've tested my sample with your...

    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....
  20. Problem with reconnect (recover) after network failure

    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...
  21. Replies
    3
    Views
    1,751

    Hi Markus, This sounds like your code causes...

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