Search:

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

Page 1 of 5 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    16
    Views
    17,643

    This is from my pom.xml that works ...

    This is from my pom.xml that works

    <siVersion>1.0.0.M4</siVersion>

    <dependency>
    <groupId>org.springframework.integration</groupId>
    ...
  2. And how do you delete the processed in files in...

    And how do you delete the processed in files in M4?

    Or another real life use-case is actually to move the files to a "backup" folder, on completion.
  3. Replies
    5
    Views
    3,016

    Pedro are you saying that setUrls(String[]) works...

    Pedro are you saying that setUrls(String[]) works fine?

    In the provided string array I trim all the strings and remove any comma. This is the approach I am doing but we haven't conducted the fail...
  4. Thanks for the prompt reply. To solve the...

    Thanks for the prompt reply.

    To solve the problem I had to catch the entire OperatinsNotSupportException and return my own kind of exception.

    I was wondering where in the first place if the...
  5. OperationNotSupportedException thrown for account expired

    Using: spring-ldap 1.2
    Platform: AIX jdk 1.4.2 against Novell eDIR ldap server (I currently do not know what the version is)

    I am using the canLogin() code that has been posted on this forum...
  6. Replies
    1
    Views
    1,720

    Spring LDAP 1.2 time schedule

    Hi

    Sorry I know you guys make a tremendous work in this great framework and you do it in your sparetime. So I do not want to push, but anyway ...

    Spring LDAP has been on RC1 for quite some...
  7. Replies
    14
    Views
    2,572

    Try unplugging your computer from the internet...

    Try unplugging your computer from the internet and see if its really taking it from the remote.
  8. Replies
    60
    Views
    9,220

    thanks for the quick response. I'm now gladly...

    thanks for the quick response. I'm now gladly browsing the blogs.
  9. Replies
    60
    Views
    9,220

    Anyone did some blogging from the conference ...

    Anyone did some blogging from the conference

    And if so any links to some good blogs covering the conference?
  10. Replies
    1
    Views
    814

    AFAIR there isnt any operation for this in the...

    AFAIR there isnt any operation for this in the standard JMS spec.

    I have done a manual count by browsing the queue and iterate the items to get the total count.

    I would suspect there is some...
  11. Replies
    5
    Views
    1,490

    What version of Spring LDAP are you using?

    What version of Spring LDAP are you using?
  12. assert is a reserved work just like: boolean,...

    assert is a reserved work just like: boolean, class, public etc.

    So if you have code like this:

    private String assert;

    then you should rename assert to something different.
  13. Thread: CanConnect?

    by davsclaus
    Replies
    29
    Views
    16,393

    Just wanted to inform that there was a problem...

    Just wanted to inform that there was a problem with the code i copied from this forum.

    You dont need to build a new DN object from what getUserDn() returns. Just pass the plain string to...
  14. Thread: CanConnect?

    by davsclaus
    Replies
    29
    Views
    16,393

    Just wanted to say thanks for the provided code...

    Just wanted to say thanks for the provided code here.

    I do hope this great feature will be part of 1.2, sooner than later.
  15. Replies
    4
    Views
    1,056

    I dont think Spring has any FTP client yet, but...

    I dont think Spring has any FTP client yet, but Spring Modules would be a good place to look.

    I have used this free lib with success in many years:
    http://www.enterprisedt.com/downloads/ftp.html
  16. Looks like others have similar problem. Se...

    Looks like others have similar problem.

    Se jira: SPR-3249
  17. Replies
    6
    Views
    1,527

    And try looking at the source code / javadoc for...

    And try looking at the source code / javadoc for RmiServiceExporter to see what properties you can set in your .xml file for this exporter. Maybe there is a flag to avoid your problem.

    Or could it...
  18. Replies
    6
    Views
    1,527

    Do you need to call the prepare() method? Note: I...

    Do you need to call the prepare() method? Note: I am just guessing here.
  19. The new spring 2.03 has some transaction managers...

    The new spring 2.03 has some transaction managers for Oracle, and some fixes for the JMS have your tried upgrading?
  20. Maybe thats the problem. You dont use ${xxx}...

    Maybe thats the problem. You dont use ${xxx} holders in your spring .xml file.

    Try inserting just one and only use one .properties file (eg only the mail one).

    Try reducing your configuration...
  21. Try digging in the spring source...

    Try digging in the spring source PropertyPlaceholderConfigurer where it causes the NPE.

    Looks like something with property placeholders. Maybe posting your application context .xml file and your...
  22. Replies
    2
    Views
    1,481

    The jpetstore sample has some AOP stuff about...

    The jpetstore sample has some AOP stuff about email sending.

    Check the applicationContext.xml file.
  23. Replies
    2
    Views
    1,481

    Have you checked the AOP chapter of the reference...

    Have you checked the AOP chapter of the reference manual?

    What version of spring are you using? As there are some new AOP stuff in the 2.x.

    Also check some of the sample applications that comes...
  24. I think you should create a JIRA issue, so the...

    I think you should create a JIRA issue, so the spring team know about this minor bug.
  25. Replies
    2
    Views
    1,357

    What error do you get? I cant see it in your...

    What error do you get? I cant see it in your first post.
Results 1 to 25 of 113
Page 1 of 5 1 2 3 4