This is from my pom.xml that works
<siVersion>1.0.0.M4</siVersion>
<dependency>
<groupId>org.springframework.integration</groupId>
...
Type: Posts; User: davsclaus; Keyword(s):
This is from my pom.xml that works
<siVersion>1.0.0.M4</siVersion>
<dependency>
<groupId>org.springframework.integration</groupId>
...
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.
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...
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...
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...
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...
Try unplugging your computer from the internet and see if its really taking it from the remote.
thanks for the quick response. I'm now gladly browsing the blogs.
Anyone did some blogging from the conference
And if so any links to some good blogs covering the conference?
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...
What version of Spring LDAP are you using?
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.
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...
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.
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
Looks like others have similar problem.
Se jira: SPR-3249
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...
Do you need to call the prepare() method? Note: I am just guessing here.
The new spring 2.03 has some transaction managers for Oracle, and some fixes for the JMS have your tried upgrading?
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...
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...
The jpetstore sample has some AOP stuff about email sending.
Check the applicationContext.xml file.
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...
I think you should create a JIRA issue, so the spring team know about this minor bug.
What error do you get? I cant see it in your first post.